Exam 2: Basic Elements of C++
Exam 1: An Overview of Computers and Programming Languages40 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Inputoutput40 Questions
Exam 4: Control Structures I Selection40 Questions
Exam 5: Control Structures Ii Repetition40 Questions
Exam 6: User-Defined Function41 Questions
Exam 7: Namespaces, the Class String, and User-Defined Simple Data Types40 Questions
Exam 8: Arrays40 Questions
Exam 9: Records Structs40 Questions
Exam 10: Classes and Data Abstraction43 Questions
Exam 11: Inheritance and Composition41 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes44 Questions
Exam 13: Operator Overloading and Templates41 Questions
Exam 14: Exception Handling43 Questions
Exam 15: Recursion43 Questions
Exam 16: Linked Lists40 Questions
Exam 17: Stacks and Queue43 Questions
Exam 18: Searching and Sorting Algorithms40 Questions
Exam 19: Binary Trees43 Questions
Exam 20: Graph Algorithms48 Questions
Exam 21: Standard Template Library41 Questions
Select questions type
____________________ functions are those that have already been written and are provided as part of the system.
(Short Answer)
4.7/5
(46)
The maximum number of significant digits is called the ____________________.
(Short Answer)
4.8/5
(46)
Suppose that count is an int variable and count = 1.After the statement count++; executes, the value of count is ____.
(Multiple Choice)
4.8/5
(30)
____ are executable statements that inform the user what to do.
(Multiple Choice)
4.8/5
(32)
An operator that has only one operand is called a unique operator.
(True/False)
4.9/5
(35)
The ____________________ type is C++ 's method for allowing programmers to create their own simple data types.
(Short Answer)
4.8/5
(43)
The smallest individual unit of a program written in any language is called a(n) ____________________.
(Short Answer)
4.9/5
(41)
The maximum number of significant digits in values of the double type is 15.
(True/False)
4.8/5
(39)
The ____ rules of a programming language tell you which statements are legal, or accepted, by the programming language.
(Multiple Choice)
4.9/5
(41)
____________________ can be used to identify the authors of the program, give the date when the program is written or modified, give a brief explanation of the program, and explain the meaning of key statements in a program.
(Short Answer)
4.7/5
(40)
A mixed arithmetic expression contains all operands of the same type.
(True/False)
4.9/5
(44)
Suppose a = 5.After the execution of the statement ++a; the value of a is 6.
(True/False)
4.8/5
(38)
In a C++ program, one and two are double variables and input values are 10.5 and 30.6.After the statement cin >> one >> two; executes, ____.
(Multiple Choice)
4.8/5
(48)
Suppose that alpha and beta are int variables and alpha = 5 and beta = 10.After the statement alpha *= beta; executes, ____.
(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)