An assembler translates a symbolic assembly language into ____ language.

direct
machine
algorithmic
high-level


machine

Computer Science & Information Technology

You might also like to view...

Outside of a C++ program, a file is identified by its __________while inside a C++ program, a file is identified by a(n) __________.

a. file number, file name b. file name, file number c. name, address d. name, file stream object e. None of these

Computer Science & Information Technology

Which of the following statements are true?

a. Inheritance models the is-a relationship between two classes. b. A strong is-a relationship describes a direct inheritance relationship between two classes. c. A weak is-a relationship describes that a class has certain properties. d. A strong is-a relationship can be represented using class inheritance. e. A weak is-a relationship can be represented using interfaces.

Computer Science & Information Technology

Hyperlinks can be activated in Normal view

Indicate whether the statement is true or false

Computer Science & Information Technology

If you want to pass an array element into a method by reference, what will you need to do?

a) It always passes the element as a reference automatically. b) Use the keyword ref and/or out. c) All of the above. d) None of the above, passing in by reference of an array element is only possible if the array type is a reference type.

Computer Science & Information Technology