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
Literal values that appear many times in the same program are referred to by programmers as ____ numbers.
(Multiple Choice)
4.7/5
(41)
When the ++ operator appears after a variable, it is called a ____ increment operator.
(Multiple Choice)
4.9/5
(40)
The scanf() function tests the data type of the values being entered.
(True/False)
4.8/5
(28)
The returned value of a function may not be used as an argument to another function.
(True/False)
4.8/5
(44)
Robust programs are informally known as "bullet-proof" programs.
(True/False)
4.8/5
(38)
A previously stored number, if it has not been initialized to a specific and known value, is frequently referred to as a ____.
(Multiple Choice)
4.8/5
(41)
When the -- operator appears after a variable, it is called a prefix decrement operator.
(True/False)
4.8/5
(34)
C provides the programmer with the capability to define a value (that will be used throughout a program) once by equating the number to a symbolic name.
(True/False)
5.0/5
(35)
The C function ____ yields the result of a value raised to the power of another value.
(Multiple Choice)
4.8/5
(43)
A special type of assignment statement that is very similar to the accumulating statement is the counting statement.
(True/False)
4.8/5
(44)
The ____ function requires a control string as the first argument inside the function name parentheses.
(Multiple Choice)
4.8/5
(31)
Format modifiers, if used, must always be placed immediately after the ____ symbol.
(Multiple Choice)
4.8/5
(35)
The format of numbers displayed by printf() can be controlled by field width specifiers included as part of each conversion control sequence.
(True/False)
4.7/5
(38)
The statement variable = variable + 1; is equivalent to variable++;.
(True/False)
4.8/5
(35)
If you are using a Unix or Linux operating system, you must include the ____ option when compiling a C program that uses the mathematical functions like log and sqrt.
(Multiple Choice)
4.8/5
(36)
The automatic conversion across an assignment operator is referred to as an implicit type conversion.
(True/False)
4.8/5
(40)
Showing 21 - 40 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)