Exam 3: Processing and Interactive Input
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
Data type conversions take place across assignment operators.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
To access the mathematical functions such as log and sqrt, you must include the following preprocessor statement in your program: ____.
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
D
Which of the following statements about rvalues and lvalues is NOT true?
(Multiple Choice)
4.8/5
(39)
Formatted floating-point numbers require ____ field width specifier(s).
(Multiple Choice)
4.8/5
(30)
The arguments passed to a mathematical function must be single constants.
(True/False)
4.8/5
(42)
The fflush() function flushes the input buffer of any remaining characters.
(True/False)
4.8/5
(36)
A function can be regarded as a "black box," where the arguments constitute the inputs to the box.
(True/False)
4.8/5
(40)
In C, the equal sign has the same meaning as an equal sign in algebra.
(True/False)
5.0/5
(35)
In addition to being a constant, the operand to the right of the equal sign in an assignment statement can be a variable or any valid C expression.
(True/False)
4.9/5
(37)
On most computer systems characters read by the keyboard are stored in a temporary holding area called a ____ immediately after they are pressed.
(Multiple Choice)
4.8/5
(39)
The conversion control sequence ____ would cause an integer number to both display its sign and be left-justified in a field width of 10 spaces.
(Multiple Choice)
4.8/5
(39)
A(n) ____ is a message that tells the person at the screen what should be typed.
(Multiple Choice)
4.8/5
(35)
Programs that detect and respond effectively to unexpected user input are formally referred to as ____ programs.
(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)