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 floating-point expression is also called a real expression.
Free
(True/False)
4.8/5
(47)
Correct Answer:
True
A(n) ____ value can be the number zero or any positive or negative number that contains a decimal point.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
B
A(n) ____ is defined as a set of values and a set of operations that can be applied to these values.
(Multiple Choice)
4.8/5
(31)
Items passed to a function are always placed within the function name parentheses and are called ____.
(Multiple Choice)
4.9/5
(43)
A ____ is placed at the top of a C program using the #include command.
(Multiple Choice)
4.7/5
(27)
In C, blank space refers to any combination of one or more blank spaces, tabs, or new lines.
(True/False)
4.8/5
(36)
A built-in data type is one that is provided as an integral part of the language.
(True/False)
4.9/5
(36)
All statements that cause some specific action to be performed by the computer when the function is executed must end with a semicolon (;); such statements are known as ____ statements.
(Multiple Choice)
4.8/5
(35)
A string that also includes a conversion control sequence is termed a literal string.
(True/False)
4.8/5
(29)
In numerical theory, the term ____ typically refers to numerical accuracy.
(Multiple Choice)
4.7/5
(33)
A programming language's ____ is the set of rules for formulating statements that are "grammatically correct" for the language.
(Multiple Choice)
4.8/5
(27)
Invoking a function is more commonly referred to as summoning the function.
(True/False)
4.9/5
(37)
Data types are simply names given by programmers to computer storage locations.
(True/False)
4.8/5
(39)
Inputting data or messages to a function is called passing data to the function.
(True/False)
4.9/5
(47)
The combination of an ampersand and one of several specific characters is called an escape sequence.
(True/False)
4.8/5
(32)
The two characters \ and ____, when used together, are called a newline escape sequence.
(Multiple Choice)
4.9/5
(40)
The main() function is sometimes referred to as a driver function.
(True/False)
4.9/5
(40)
Showing 1 - 20 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)