Programming Fundamentals Flashcards

1
Q

What is a Integer?

A

A postiive or negative whole number

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

What is a Real?

A

A positive or negative decimal number

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

What is a Character?

A

A single alphanumeric (A-Z, a-z, 0-9)

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

What is a String?

A

Multiple characters joined together

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

What is a Variable?

A

A value stored in memory that can change while the program is running

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

What is a Constant?

A

A value that does not change while the program is running

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

What is Casting?

A

Converting a variable from one data type to another

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

Which programming construct structures code into a logical, sequential order?

A

Sequence

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

Which programming construct uses IF statements for decision making?

A

Selection

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

Which programming construct uses ‘while’ or ‘for’ loops tp repeat code?

A

Iteration

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