Fill in the blanks in each of the following sentences about the C++ environment.

a) C++ programs are normally typed into a computer using a(n) ______ program.
b) In a C++ system, a(n) _______ program executes before the compiler’s translation phase begins.
c) The ________ program combines the output of the compiler with various library functions to produce an executable program.
d) The ________ program transfers the executable program from disk to memory.


a) editor.
b) preprocessor.
c) linker.
d) loader.

Computer Science & Information Technology

You might also like to view...

A(n)________statement modifies data in a table.

a) UPDATE. b) MODIFY. c) CHANGE. d) None of the above.

Computer Science & Information Technology

Classes and interfaces for the JDBC API can be found in which package?

a. java.jdbc. b. javax.jdbc. c. java.sql. d. java.sql.jdbc.

Computer Science & Information Technology

Office 2013 is the name of the perpetual _________________________ that includes individual applications that can be installed on a single computer.

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

Computer Science & Information Technology

Select a project you have been involved with. Categorizing into methodological issues as defined in this chapter, describe the methodological trade-offs that occurred in the project.

What will be an ideal response?

Computer Science & Information Technology