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 picture is inserted into a document using this format

A) Inline B) Text wrapped C) Centered

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. "1st Place" < "2nd Place" 2. The second condition in cond1 OrElse cond2 is not evaluated when the first condition is false. 3. condition containing the keyword Or will always have the same truth value as the compound condition where Or is replaced with OrElse. 4. The second condition in cond1 AndAlso cond2 is not evaluated when the first condition is true. 5. The following two statements are equivalent. (T/F) Not (a < b) a > b

Computer Science & Information Technology