quiz program Ch.1-2
Three primary activities of a program are:
Input, Processing, and Output
A CPU really only understands instructions that are written in machine language.
true
Programmer-defined names of memory locations that may hold data are:
Variables
The preprocessor executes after the compiler.
false
Which of the following best describes an operator?An Integrated Development Environment typically consists of
A debugger All of the above---- A text editor A compiler
Which of the following best describes an operator?
An operator allows you to perform operations on one or more pieces of data.
This step will uncover any syntax errors in your program.
Compiling
The programming process consists of several steps, which include:
Design, Creation, Testing, and Debugging
When you write a program in C++ you cannot define a constant that is declared with a modifier of type "const".
FAlse
In C++, key words are written in all lowercase letters.
false