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

1. Line comments begin with // and run for the rest of the line
2. The purpose of a comment is to help the compiler understand your program and create
efficient object code.
3. The math function sin will compute sine when given the angle in degrees
4. The setw manipulator is used to set the field width for all values that are printed until another
setw manipulator is encountered.
5. The preprocessor directive #include copies the file iostream into the program
before compilation, so that the program can use input and output objects and operators.


1. true
2. false
3. false
4. false
5. true

Computer Science & Information Technology

You might also like to view...

The PHP function eval() evaluates a _______ as PHP code.

a. string b. integer c. float d. Boolean

Computer Science & Information Technology

The most common personal printers are ________ printers

A) photo B) thermal C) dye-sublimation D) inkjet

Computer Science & Information Technology

The two tabs on the Action Settings dialog box are Mouse Click and ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The shortcut for beginning a new page is ____.

A. CTRL + ENTER B. CTRL + ALT + ENTER C. ENTER D. ENTER + Pg Dn

Computer Science & Information Technology