Chapter 2 -programming Flashcards

1
Q

Variable

A

A location in memory that contains one or more data values

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

Identifier

A

A unique name given to a variable, a procedure, a function, etc

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

Integer division

A

Returns only the whole number part of a division %

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

Compiler

A

A program that translates source code onto its executable object code

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

Console application

A

A program that runs in a text-based window into which the user types and which displays textual output from a computer

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

Global variable

A

A variable declared at the beginning of a programming and accessible from anywhere in the program

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

Local variable

A

A variable declared in a program block and accessible only within the program block

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

Constant

A

A value that does not change throughout the program

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

Integer

A

A whole number

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

String

A

A sequence of zero or more characters

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

Character

A

Any letter, numeral or symbol In the given character set

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

Boolean data

A

Can be one or two possible values, true or false

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

High-level programming language

A

A language that has English-like keywords and commands to express the basic constructs of sequences

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