Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

TRUE/FALSE 1. The preprocesor reads a program before it is compiled and only exe

ID: 3907221 • Letter: T

Question




TRUE/FALSE 1. The preprocesor reads a program before it is compiled and only executes those lines beginning ith symbol. ANS: 2. Because Cet is case-sensitive, all programs must have a function called main or Main ANS: 3. In programming, the terms "line" and "statement" always mean the same thing ANS: In C++, key words are written in all lowercase letters. ANS: The preprocessor executes after the compiler ANS: 4. 5. 6. A value is stored in a variable with an assignment statement ANS: 7. Programming style refers to the way a programmer uses elements such as identifiers, spaces, and blank lines ANS: 8. When typing your source code into the computer, you should be careful since most of your C++ instructions, header files, and variable names are case sensitive. ANS: 9. In Ct you are required to name your variables so they indicate the purpose they will be used for ANS: Fale 10. Esap spurnes aralys siard nsemalas a snple chanater ANS: 11. Floating point constants are normally stored in memory as doubles.

Explanation / Answer

1) the preprocessor reads a program before it is compiled and only executes those lines beginning with # symbol

Ans) True

2) because c++ is case sensitive all programs mush have a function called main or Main

Ans) True

3) In programming the terms line and statement always mean the same menaing

Ans) False

4) in c++, keywords are written in all lowercase letters

Ans) True

5) The preprocessor executes after the compiler

Ans) False

6) A value is stored in a variable with an assignment statement

Ans) True

7) programming style refers to the way a programmer uses elements such as identifiers, spaces and blank lines

Ans) True

8) when typing your source code in to computer, you should be careful since most of your c++ instructions ,

Ans) True

9) in c++ you are required to name your variables so they indicate the purpose they will be used for

Ans) False

10) escape sequences are always stored internally as a single character

Ans) True

11) floating point constants are normally stored in memory as doubles

Ans) True

Hope this Helps, if you have any doubs please comment i will get back to you and please thumbs up, thank you.