C++ Programming Flashcard

C++ Programming Flashcard

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Characters written to cout are immediately written to a system's standard output.

Back

True

2.

FLASHCARD QUESTION

Front

To use cout, a program must include the statement #include <_____>

Back

iostream

3.

FLASHCARD QUESTION

Front

'<<' is known as the stream operator.

Back

True

4.

FLASHCARD QUESTION

Front

A read from "cout" will directly read characters from the system's keyboard.

Back

False

5.

FLASHCARD QUESTION

Front

'>>' is known as the extraction operator.

Back

True

6.

FLASHCARD QUESTION

Front

If the istream data buffer currently has " Hi friend!" and firstString is a string variable, then cin >> firstString will store "___" into firstString.

Back

Hi

7.

FLASHCARD QUESTION

Front

If the istream data buffer currently has "friend!" and secondString is a string variable, then cin >> secondString will store "friend!" into secondString.

Back

True

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?