Exam 13: Advanced Input and Output
Exam 1: An Overview of Object-Oriented Programming and C++55 Questions
Exam 2: Evaluating C Expressions51 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Performing Loops51 Questions
Exam 5: Understanding Arrays, Strings and Pointers55 Questions
Exam 6: Using C++ Functions51 Questions
Exam 7: Using Classes56 Questions
Exam 8: Class Features and Design Issues53 Questions
Exam 9: Understanding Friends and Overloading Operators52 Questions
Exam 10: Understanding Inheritance53 Questions
Exam 11: Using Templates54 Questions
Exam 12: Handling Exceptions51 Questions
Exam 13: Advanced Input and Output55 Questions
Exam 14: Advanced Topics53 Questions
Select questions type
The ____ function takes arguments that set the bits of cout ; that is, the arguments turn the bits in the format flag on.
Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
C
The ____ function defines the size of the output field in which the next output will be displayed.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
D
No matter how many decimal positions a number contains, C++ will display five positions if you do not explicitly set a precision for output.
Free
(True/False)
4.8/5
(45)
Correct Answer:
False
C++ provides a(n) ____________________ manipulator to flush the stream without sending a newline character.
(Short Answer)
5.0/5
(43)
Match each term with the correct statement below.
Premises:
character that terminates data entry
Responses:
data file
stream
manipulator
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(26)
A(n) ____________________ manipulator is a manipulator that takes an argument.
(Short Answer)
4.8/5
(35)
The ____ manipulator turns on bit codes for the attributes named as arguments.
(Multiple Choice)
4.8/5
(39)
Temporary data storage exists in computer memory; it is lost when power is lost.
(True/False)
4.8/5
(45)
The ____ function skips any additional characters left in the input stream after data is accepted.
(Multiple Choice)
4.8/5
(34)
A ____ represents the relationships between the sizes of data units that business professionals most often use.
(Multiple Choice)
4.9/5
(38)
Match each term with the correct statement below.
Premises:
provides a synonym for an identifier
Responses:
data hierarchy
Unicode
stream
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(35)
The ____ manipulator specifies the number of significant digits to display.
(Multiple Choice)
4.7/5
(43)
Match each term with the correct statement below.
Premises:
contains records that are logically related
Responses:
stream
manipulator
delimiter character
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(32)
____________________ flags are the arguments that determine the state of the cout object.
(Essay)
4.7/5
(40)
Match each term with the correct statement below.
Premises:
sequence of bytes used in an input or output operation
Responses:
Unicode
typedef
stream
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(29)
Showing 1 - 20 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)