CH_3_Expressions_And_Ineractivity Flashcards

1
Q

cin

A

Console Input

Can be used to read data typed at the keyboard.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Prompt

A

cout text that lets the user know that input is needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

> >

A

Stream extraction operator: Extracts characters from the input stream so they can be used in the program. Gets characters from the the stream object on its left and stores them in the variable whose name appears on its right.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Input Buffer (Keyboard Buffer)

A

The temporary place in memory where characters are stored when the user enters data after prompted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Expression

A

Something that can be evaluated to produce a single value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Associativity

A

The order in which an operator works with its operands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Type Cast Expression (Type Casting)

A

Explicitly changing the data type of a value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Showpoint Manipulator

A

Part of iomanip.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Type Coercion

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

cin.ignore()

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Keyboard Buffer

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

String Header File

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Overflow

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Underflow

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Named Constants

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Named Constant

17
Q

Initialize Named Constant

18
Q

Combined Assignment

19
Q

Stream Manipulator

20
Q

String Member Functions