Ict chapter 7.7 Flashcards

1
Q

What does a search algorithm do?

A

it an algorithm that checks a set of data to identify whether a specific value exists in the data, or not.

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

What does a sorting algorithm do?

A

it an algorithm that takes a set of data and rearranges it to be in a specific order.

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

What does a linear search do?

A

it is a search algorithm that visits each item of data in turn to check whether it it the data being looked for.

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

What does a bubble sort do?

A

a sorting algorithm that moves through the list repeatedly swapping values in pairs

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

What is validation?

A

validation is the checking of data that is input to make sure it is reasonable and within set bounds

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

What is verification?

A

the checking of data in order to make sure it is the same as the original

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

What is range check?

A

a type of validation which checks if the data is within the minimum and maximum value.

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

What is Length check?

A

a type of validation which checks if the number of characters is within the set limit

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

What is type check?

A

a type of validation which checks if the data is the correct type

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

What is presence check?

A

a type of validation that checks if the data has been entered

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