Exam 2: Introduction to C Plus Plus
Exam 1: Introduction to Computers and Programming40 Questions
Exam 2: Introduction to C Plus Plus40 Questions
Exam 3: Expressions and Interactivity40 Questions
Exam 4: Making Decisions40 Questions
Exam 5: Looping40 Questions
Exam 6: Functions40 Questions
Exam 7: Introduction to Classes and Objects40 Questions
Exam 8: Arrays40 Questions
Exam 9: Searching, Sorting, Algorithm Analysis40 Questions
Exam 10: Pointers62 Questions
Exam 11: More About Classes and Object-Oriented Programming70 Questions
Exam 12: More on C-Strings and the String Class40 Questions
Exam 13: Advanced File and Io Operations40 Questions
Exam 14: Recursion20 Questions
Exam 15: Polymorphism and Virtual Functions22 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library Stl40 Questions
Exam 17: Linked Lists38 Questions
Exam 18: Stacks and Queues36 Questions
Exam 19: Binary Trees38 Questions
Select questions type
Which of the following will cause the next output to begin on a new line?
Free
(Multiple Choice)
5.0/5
(33)
Correct Answer:
A
What value will be assigned to the variable number by the following statement?
Int number = 7.8;
(Multiple Choice)
4.9/5
(29)
Which of the following definitions will allow the variable total to hold floating-point values?
(Multiple Choice)
4.9/5
(34)
The ________ is used to display information on the computer's screen.
(Multiple Choice)
4.9/5
(42)
Which of the following definitions will allow the variable average to hold floating-point values?
(Multiple Choice)
4.8/5
(33)
A ________ is used to mark the end of a complete C++ programming statement.
(Multiple Choice)
4.8/5
(34)
The following is a legal C++ statement to define and initialize a variable.
char firstName = "Jack";
(True/False)
4.8/5
(32)
What value will be assigned to the variable number by the following statement?
Int number = 7.8;
(Multiple Choice)
4.9/5
(42)
A variable of the char data type can hold a set of characters like "January".
(True/False)
4.7/5
(33)
The following two statements both assign the value 5 to the variable dept.
5 = dept;
dept = 5;
(True/False)
4.9/5
(38)
You must have a(n) ________ for every variable you include in a program.
(Multiple Choice)
4.7/5
(28)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)