Comp Chap 6

C, BASIC, COBOL, and Java are examples of ...... language.

Verified Answer
A. low-level
B. computer
C. system programming
D. high-level
E. None of these

Explanation:

C, BASIC, COBOL, and Java are all examples of high-level programming languages. High-level languages are designed to be more human-readable and abstract than low-level languages (like assembly or machine code). They use syntax closer to natural language and provide features that simplify programming, such as automatic memory management and complex data structures, abstracting away the low-level details of computer hardware. Option (d) high-level correctly categorizes all these languages. Option (a) low-level is incorrect as these are not close to hardware. Option (c) system programming is a specific application area, not a general classification for all these languages.