Match each of the following generations to its language:

I. 1GL
II. 2GL
III. 3GL
IV. 4GL
V. 5GL

A. assembly language
B. SQL
C. machine language
D. PROLOG
E. COBOL


C, A, E, B, D

Computer Science & Information Technology

You might also like to view...

A variable of type Integer can be assigned directly to what type of variable?

(A) Integer (B) Decimal (C) Double (D) all of the above

Computer Science & Information Technology

Assuming that inputFile references a Scanner object that was used to open a file, which of the following statements will read an int from the file?

a. int number = inputFile.next(); b. int number = inputFile.integer(); c. int number = inputFile.readInt(); d. int number = inputFile.nextInt();

Computer Science & Information Technology

Placing a symbol inside another symbol creates a(n) ____ symbol.

A. integrated B. baseline C. nested D. cluster

Computer Science & Information Technology

You should prepare a list of questions that you want answered at the interview

Indicate whether the statement is true or false

Computer Science & Information Technology