Name:     Station: 
 
Email: 

Adven09 L1 TF

True/False
Indicate whether the statement is true or false.
 

 1. 

C++ source code is interpreted as the program executes.
 

 2. 

C++ source code can be created using any text editor program.
 

 3. 

Comment statements are frequently used to provide special instructions to the compiler.
 

 4. 

All C++ programs consist of a single function, called main().
 

 5. 

C++ comment statements are frequently used to explain how a portion of a program works to make it easier for someone else to understand the program.
 

 6. 

When a function is defined in a program, the function name must be followed by quotation marks which identify it as a function to the compiler.
 

 7. 

A function definition statement must be terminated by a semicolon.
 

 8. 

In a C++ program, a variable named alpha can also be referenced as Alpha or ALPHA in the same program.
 

 9. 

Many C++ application programs include facilities to enter source code, compile, link and run the code all in one package.
 

 10. 

If you create a standalone program to run on someone else's computer, the program may run and disappear before you can view the output unless you add additional code to keep the output window displayed.
 

 11. 

Once you have created and compiled your source code, it cannot be modified unless you rename it and recompile it.
 



 
         Start Over