In C++, which file contains all of the machine code necessary to run a program as many times as desired without the need for translating the program again?

A. compiler
B. object file
C. source file
D. executable file


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true regarding outer joins?

A) The OUTER JOIN clause returns all rows from two or more of the tables within the FROM clause, as long as those rows meet any WHERE or HAVING search conditions. B) The OUTER JOIN clause is used whenever multiple tables that are accessed through a SQL SELECT statement returns all of the records from one table and only those records from the other table where the joined fields match. C) The LEFT JOIN clause is used when you want to return all rows in the left table, even if no matching rows exist in the right table. D) The FULL OUTER JOIN clause is not supported in Microsoft Access.

Computer Science & Information Technology

A selected graphic, as shown in the accompanying figure, appears surrounded by a(n) _________________________, which has small squares and circles around its edges.

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

Computer Science & Information Technology

Which type of report identifies data outside of a normal condition?

A. exception B. activity C. detailed D. summary

Computer Science & Information Technology

The SelectedItem property of a ComboBox returns an integer indicating which choice is currently selected.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology