Which of the following statements is true?

a. Interpreted programs run faster than compiled programs.
b. Compilers translate high-level language into machine language.
c. Interpreter programs use assembly language as input.
d. None of the above.

b. Compilers translate high-level language into machine language.

Computer Science & Information Technology

You might also like to view...

When a thread obtains the monitor lock on an object, then determines that it cannot continue with its task on that object until some condition is satisfied, the thread can call Object method ________; this releases the monitor lock on the object, and transitions the thread waits to the waiting state.

a. waitForOtherThreads b. stop c. waitForCondition d. wait

Computer Science & Information Technology

The HTML tag used to insert a horizontal line on a page is:

a.

b. c.
d.

Computer Science & Information Technology