module 2: variables, constants, dara Flashcards

1
Q

it varies, data item that can change ex. age

A

variable

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

fixed, data item that cannot change, special type of variable

A

constant

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

top to bottom

A

left to right

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

temporary storage

A

buffer

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

default permanent style

A

back end

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

=

A

assignment operator

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

categories of data type

A

primitive/fundamental
and reference/compound

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

primitive/fundamental data types

A

character, numerical integer, floating point, and boolean

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

single letter ex. gender, middle initial marital status

A

character type (CHAR)

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

whole number ex. age, signed+/-

A

numerical integer type (INT)

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

real values, w/ decimal point ex. salary-monetory, weight, height

A

floating point type/float/double

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

choice - yes/no, true/false,

A

boolean type/bool

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

building blocks

A

programming language

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

group of characters

A

text/character sequence

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

group of characters, array of characters

A

string

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

series of objects all of which are the same data size & type sign -[ ]

A

array