The program that translates a high-level source program as a complete unit before any individual statement is executed is called a(n) ____.

A. interpreter
B. assembler
C. compiler
D. linker


Answer: C

Computer Science & Information Technology

You might also like to view...

What is performed by an implementer on each software item included in a system architecture in order to identify and document the requirements for each software item?

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

Computer Science & Information Technology

What will be displayed after the following loop is exited?

``` var name = "Liam"; for(var x = 3; x < 0; x--) document.write(name.charAt(x) + ", "); ``` a. L I a m b. mail c. mail iam am am d. m a I L

Computer Science & Information Technology

On Facebook, videos must be no more than ________ MB in size

A) 512 B) 256 C) 128 D) 1024

Computer Science & Information Technology

________________ elements are the larger chunks that structure a web page, such as headings and paragraphs.

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

Computer Science & Information Technology