Programming Flashcards

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

What is an integer?

A

A value which is a whole number

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

What is a Real value?

A

A value which is a number containing a decimal

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

What is a boolean?

A

A value which can be true or false

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

What is a character?

A

A value which contains a single character

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

What is a string?

A

A value which contains a sequence of characters

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

What is a variable?

A

A variable contains values which can change

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

What is a constant?

A

A constant value cannot be changed once assigned to

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

What is declaration?

A

The process of informing the computer about a new variable and the type of data it will contain

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

What is assignment?

A

The process of giving a value to a variable

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

what does execute mean?

A

The process of a computer carrying out an instruction

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

What is a statement?

A

An instruction for a computer program to execute

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

What is a condition?

A

a statement that will evaluate to either true or false

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