A(n) ____________ is a program that translates a high-level language program into a separate machine language program.

a. parser
b. interpreter
c. compiler
d. assembler


c. compiler

Computer Science & Information Technology

You might also like to view...

Referencing elements outside the array bounds with the [] operator:

a. Can result in changes to the value of an unrelated variable. b. Is impossible because C++ checks to make sure it does not happen. c. Is a syntax error. d. Enlarges the size of the array.

Computer Science & Information Technology

Which of the following represents the standard input stream?

a)``` System.in ``` b)``` System.out ``` c)``` System.err ``` d)``` System.instream ``` e)``` System.outstream ```

Computer Science & Information Technology

The three ways to return control from a called function to a caller are ______ , _________ and _________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the minimum number of disks required to implement RAID 10

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology