A special program known as a(n) ____________ is used to translate an assembly language program into a machine language program.

a. interpreter
b. assembler
c. translator
d. code conversion tool

b. assembler

Computer Science & Information Technology

You might also like to view...

The following SELECT statement:

SELECT * FROM tblCustomers WHERE LastName Like "smith"; would list ________. A) all fields from tblCustomers where the customer's last name is "smith". B) all fields from tblCustomers with a last name that begins with "smith". C) all customers' first and last names from tblCustomers with a last name that begins with "smith". D) all fields from tblCustomers where the customer's last name contains "smith".

Computer Science & Information Technology

MC Schemas use__________ and are actually XML documents.

a) EBNF grammar. b) XML syntax. c) Both a and b. d) None of the above.

Computer Science & Information Technology