GCSE Computer Science - Algorithms

GCSE Computer Science - Algorithms

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Jay Parrack

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Algorithm

Back

A sequence of steps that can be followed to complete a task.

2.

FLASHCARD QUESTION

Front

Abstraction

Back

The process of removing unnecessary detail from a problem.

3.

FLASHCARD QUESTION

Front

Decomposition

Back

Breaking a problem into a number of sub-problems, so that each subproblem accomplishes an identifiable task, which might itself be further subdivided.

4.

FLASHCARD QUESTION

Front

Searching Algorithms

Back

Linear Search

Binary Search

5.

FLASHCARD QUESTION

Front

Sorting Algorithms

Back

Bubble Sort

Merge Sort

6.

FLASHCARD QUESTION

Front

Complete the sentence... In a flowchart, an input or output can be represented by a...

Back

Parallelogram

7.

FLASHCARD QUESTION

Front

Complete the sentence... 'In a flowchart ... are used for the start and end of subroutines or programs.'

Back

Terminators

(I'll be back)

8.

FLASHCARD QUESTION

Front

True or False

Bubble sort can be quicker than merge sort on smaller lists and lists that are mostly in order.

Back

True

9.

FLASHCARD QUESTION

Front

When carrying out the binary search, does the data need to be ordered?

Back

Yes