Which of the following is a characteristic of high-level languages?

A. use an assembler to convert the code to machine language
B. do not need to be converted to machine language
C. use mnemonics to represent machine language instructions
D. portable to many different computers
E. closely related to machine language


Answer: D

Computer Science & Information Technology

You might also like to view...

The automatic conversion of a wrapper type to the corresponding primitive type when the wrapper type is assigned to a variable of the primitive type is called

A) autoboxing B) unboxing C) type casting D) autoconversion

Computer Science & Information Technology

What is Math.rint(3.6)?

a. 3.0 b. 3 c. 4.0 d. 5.0

Computer Science & Information Technology

Given the following list:

90 8 7 56 123 235 9 1 653 trace the execution for: insertion sort

Computer Science & Information Technology

In the OpenOffice Writer application, the ________ displays information about the current file

A) insertion point B) estandard toolbar C) work area D) status bar

Computer Science & Information Technology