2.1 Algorithms - Key Vocabulary Flashcards

2.1 Algorithms - Key Vocabulary Flashcards

Assessment

Flashcard

Computers

10th Grade

Easy

Created by

Mrs Danaher

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Algorithm

Back

An abstracted program which completes a given task, whatever the data provided

2.

FLASHCARD QUESTION

Front

Search

Back

Searching is looking through data, making comparisons with a search term, until the algorithm either finds the data, or identifies that it is not present.

3.

FLASHCARD QUESTION

Front

Sort

Back

Putting given sets of data into specified order – usually ascending (alphabetical) or descending (reverse alphabetical)

4.

FLASHCARD QUESTION

Front

Linear Search

Back

A type of search where the computer checks every variable, in order, until it finds the search term. Potentially very slow.

5.

FLASHCARD QUESTION

Front

Binary Search

Back

A search type based on repeatedly halving the searchable data, until the search term is found

6.

FLASHCARD QUESTION

Front

Bubble Sort

Back

A method of sorting data which looks at pairs of variables, and swaps them around if out of order. This continues until there are no more swaps to be made.

7.

FLASHCARD QUESTION

Front

Merge Sort

Back

Splits the data into increasingly small segments, until single data points are reached, then reassembles the data structure one item at a time.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?