Exam 2: Introduction to C Plus Plus
Exam 1: Introduction to Computers and Programming50 Questions
Exam 2: Introduction to C Plus Plus60 Questions
Exam 3: Expressions and Interactivity44 Questions
Exam 4: Making Decisions53 Questions
Exam 5: Loops and Files63 Questions
Exam 6: Functions49 Questions
Exam 7: Arrays58 Questions
Exam 8: Searching and Sorting Arrays20 Questions
Exam 9: Pointers45 Questions
Exam 10: Characters, C-Strings, and More About the String Class45 Questions
Exam 11: Structured Data53 Questions
Exam 12: Advanced File Operations38 Questions
Exam 13: Introduction to Classes47 Questions
Exam 14: More About Classes40 Questions
Exam 15: Inheritance, Polymorphism, and Virtual Functions40 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library Stl39 Questions
Exam 17: Linked Lists40 Questions
Exam 18: Stacks and Queues47 Questions
Exam 19: Recursion22 Questions
Exam 20: Binary Trees38 Questions
Select questions type
The ________ causes the contents of another file to be inserted into a program.
(Multiple Choice)
4.9/5
(26)
C++ 11 introduces an alternative way to define variables, using the template key word and an initialization value.
(True/False)
4.8/5
(42)
A variable whose value can be either true or false is of this data type.
(Multiple Choice)
4.9/5
(37)
A character literal is enclosed in ________ quotation marks, whereas a string literal is enclosed in ________ quotation marks.
(Multiple Choice)
4.9/5
(39)
The C++ language requires that you give variables names that indicate what the variables are used for.
(True/False)
4.9/5
(42)
In programming terms, a group of characters inside a set of quotation marks is called a(n):
(Multiple Choice)
4.9/5
(32)
You must have a ________ for every variable you intend to use in a program.
(Multiple Choice)
4.8/5
(34)
________ represent storage locations in the computer's memory.
(Multiple Choice)
5.0/5
(34)
In C++ 11, if you want an integer literal to be treated as a long long int, you can append ________ at the end of the number.
(Multiple Choice)
4.8/5
(33)
The first step in using the string class is to #include the ________ header file.
(Multiple Choice)
4.8/5
(40)
A variable called "average" should be declared as an integer data type because it will probably hold data that contains decimal places.
(True/False)
4.9/5
(41)
Besides decimal, two other number systems you might encounter in C++ programs are:
(Multiple Choice)
4.7/5
(35)
Showing 21 - 40 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)