Programming B - Handling Data and Testing Flashcards

1
Q

Variable

A

A value stored in memory that can change while a program runs

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

Extreme

A

Data that is at the limits of what is valid or invalid

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

Integer

A

Data type used for positive and negative whole numbers

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

Logic

A

A type of error that occurs due to incorrect algorithm design

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

Valid

A

Data that is within the required range, as expected by the program

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

Boolean

A

A data type that only stores one of two values

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

Erroneous

A

Data that is in the wrong format and should be rejected by the program

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

String

A

Data type that can be used to store any combination of alphanumeric data

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

Constant

A

A value stored in memory that cannot change while a program runs

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

Array

A

Data structure used to store multiple values in a single variable

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

Real

A

Numerical data which contains decimal numbers

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

Syntax

A

A type of error that occurs due to incorrect spelling or grammar in a program

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

Assignment

A

The process of setting the value of a variable

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

Invalid

A

Data that is outside of the required range, and should be appropriately dealt with

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

Character

A

A data type used for storing a single alphabetic or numeric character

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

value stored in memory that can change while a program runs

A

Variable

17
Q

Data that is at the limits of what is valid or invalid

A

Extreme

18
Q

Data type used for positive and negative whole numbers

A

Integer

19
Q

A type of error that occurs due to incorrect algorithm design

A

Logic

20
Q

Data that is within the required range, as expected by the program

A

Valid

21
Q

A data type that only stores one of two values

A

Boolean

22
Q

Data that is in the wrong format and should be rejected by the program

A

Erroneous

23
Q

Data type that can be used to store any combination of alphanumeric data

A

String

24
Q

A value stored in memory that cannot change while a program runs

A

Constant

25
Q

Data structure used to store multiple values in a single variable

A

Array

26
Q

Numerical data which contains decimal numbers

A

Real

27
Q

A type of error that occurs due to incorrect spelling or grammar in a program

A

Syntax

28
Q

The process of setting the value of a variable

A

Assignment

29
Q

Data that is outside of the required range, and should be appropriately dealt with

A

Invalid

30
Q

A data type used for storing a single alphabetic or numeric characterVariable

A

Character