Exam 2: Getting Started in C Programming
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
A statement is a note about the code that the programmer includes so that he (or other programmers) can keep track of what the various parts of the program do.
(True/False)
4.9/5
(34)
A "solitaire" operator is one that operates on a single operand.
(True/False)
4.9/5
(30)
An expression containing only floating-point values as operands is called a floating-point expression, and the result of such an expression is a(n) ____ value.
(Multiple Choice)
4.9/5
(37)
The % operator is called both the modulus and remainder operator.
(True/False)
4.9/5
(29)
A simple unary arithmetic expression has the form: literalValue operator literalValue.
(True/False)
4.9/5
(31)
An expression containing both integer and floating-point values is called a double-precision expression.
(True/False)
4.7/5
(39)
Conversion control sequences are also referred to as conversion specifications and format specifiers.
(True/False)
4.8/5
(36)
The operators used for arithmetic operations are called arithmetic operators.
(True/False)
4.7/5
(36)
A ____ value is sometimes referred to as a single-precision number.
(Multiple Choice)
4.7/5
(28)
The names of functions, as well as all of the words that are permitted in a program, that have special meaning to the compiler are collectively referred to as ____.
(Multiple Choice)
4.7/5
(37)
____ is the order in which operators of the same precedence are evaluated.
(Multiple Choice)
4.8/5
(39)
Initialization statements define or tell the compiler how much memory is needed for data storage.
(True/False)
4.8/5
(27)
An operand can be either a literal value or an identifier that has a value associated with it.
(True/False)
4.8/5
(35)
Showing 21 - 40 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)