In 1969, computer scientists began to develop high-level languages, called ________-generation languages, which more closely resembled human languages.

A. second
B. third
C. fourth
D. none of the above


Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a form of internal documentation that can help explain the purpose of a macro

Fill in the blank(s) with correct word

Computer Science & Information Technology

To which of the following can you add a sound effect?

A. exiting Windows B. emptying the Recycle Bin C. starting Windows D. All of the above.

Computer Science & Information Technology

Give the coordinates of point E.Determine the quadrant or axis where the point is located.  Answer Quadrant I, Quadrant II, Quadrant III, Quadrant IV, origin, x-axis, or y-axis.__________

What will be an ideal response?

Computer Science & Information Technology

Suppose a program contains the code

for (i = 1; i < = 10; i++) { n[i] = 0; } Which statement about this code must be true? a) It contains an off-by-one error. b) It contains a syntax error. c) It is initializing the first 10 elements of an array. d) It is initializing successive elements of an array.

Computer Science & Information Technology