A(n) ____________ allows you to create powerful and complex programs without knowing how the CPU works and without writing large numbers of low-level instructions.

a. assembler
b. interpreter
c. high-level language
d. virtual language


c. high-level language

Computer Science & Information Technology

You might also like to view...

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

1) Dictionary is an interface. 2) Enumerators can change the values of elements but cannot remove them. 3) With hashing, as the load factor increases, the chance of collisions decreases. 4) Elements in an array must be sorted in ascending order before a BinarySearch may be performed. 5) Class Array provides static method Sort for sorting array elements.

Computer Science & Information Technology

In the following function, COUNT(B1:B10), B1:B10 is the function's ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Ctrl key is used with the mouse to convert the mouse into a laser pointer

Indicate whether the statement is true or false

Computer Science & Information Technology

Identify the method that ensures that the functions defined in one script do not conflict with functions or variables defined in other scripts.

A. Creating object literals B. Using object constructors C. Instantiating objects D. Nesting the functions

Computer Science & Information Technology