Ict chapter 7.7 Flashcards
What does a search algorithm do?
it an algorithm that checks a set of data to identify whether a specific value exists in the data, or not.
What does a sorting algorithm do?
it an algorithm that takes a set of data and rearranges it to be in a specific order.
What does a linear search do?
it is a search algorithm that visits each item of data in turn to check whether it it the data being looked for.
What does a bubble sort do?
a sorting algorithm that moves through the list repeatedly swapping values in pairs
What is validation?
validation is the checking of data that is input to make sure it is reasonable and within set bounds
What is verification?
the checking of data in order to make sure it is the same as the original
What is range check?
a type of validation which checks if the data is within the minimum and maximum value.
What is Length check?
a type of validation which checks if the number of characters is within the set limit
What is type check?
a type of validation which checks if the data is the correct type
What is presence check?
a type of validation that checks if the data has been entered