The earliest programming languages are referred to as ____.

A. low-level languages
B. third-generation programming languages (3GLs)
C. procedural programming languages
D. interpreted languages


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. When working with an array, you cannot use a subscript that is less than 0 or greater than the array size minus 1. 2. An array's Length property is read-only, so you cannot change its value by trying to assign a new value to Length. 3. Because array subscripts start at 1 rather than 0, you are not as likely to perform an off-by-one error. 4. Because the for each loop automatically knows the number of elements in an array, you do not have to use a counter variable to control its iterations, as you would with a regular for loop. 5. When processing the contents of an array, the for each loop does not provide a variable that can be used as an array subscript.

Computer Science & Information Technology

You can set size and hardness options for the Brush tool on the ____ bar.

A. Options B. Tools C. Brushes D. Paint Tools

Computer Science & Information Technology

Which of the following is true about the attachment field type?

A) You can attach multiple files, but of only one type of file. B) You can attach multiple files of various types of files. C) You can only attach one file through the attachment field type. D) The attached files are actually links to those files.

Computer Science & Information Technology

A(n) ____ is a basic artistic element that places an outline on an object or on type.

A. stroke B. edge C. round-off D. trace

Computer Science & Information Technology