a Flashcards

1
Q

Range Check

A

check that the value of a number is between an upper value and a lower value

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

Length check

A

check that the data entered is a specific number of characters long which are between an upper value and lower value

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

type check

A

check that the data entered is of a specific data type

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

presence check

A

check that a data item has been entered

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

format check

A

check that the characters entered conform to a pre-defined pattern

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

check digit

A

an additional digit appended to a number to check that an identification number entered contains no errors

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

Sequence

A

The order in which the steps in a program are executed

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

Selection

A

allowing the selection of differents paths through the steps of a program

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

iteration

A

a section of programming code that can be repeated under certain conditions

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

library routine

A

fully tested programming routines that are ready for use which perform many types of tasks

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

arrays

A

a data structure containing several elements of the same data type, stored under a single identifier

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