Chapter 3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

assignment

A

an operator that gives a variable new value

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

cin

A

standard input stream

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

concatenation

A

an operation of joining two strings together

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

conversion

A

a process of converting one predefined type into another

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

declaration

A

a statement that gives a name to an object

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

decrement

A

an operator that subtracts 1 from the operand

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

definition

A

a declaration that sets aside memory for an object

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

increment

A

an operator that adds 1 to the operand

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

initialization

A

giving a variable its initial value

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

narrowing

A

unsafe conversions: a value is implicitly turned into a value of another type that doesn’t equal to the original value

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

object

A

a region of memory with a type that specifies what kind of information can be placed there in

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

operator

A

a symbol that tells the compiler to perform specific mathematical or logical manipulations

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

value

A

a set of bits in memory interpreted according to a type

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

variable

A

a named object

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