OCR J277 2.1 Sorting Methods

OCR J277 2.1 Sorting Methods

10th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

2nd - 10th Grade

10 Qs

The Weald Computer science

The Weald Computer science

11th Grade

11 Qs

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

 J277 2.1 – Algorithms L03 & L04 & L05

J277 2.1 – Algorithms L03 & L04 & L05

10th Grade

10 Qs

Penilaian Tengah Semester Kelas X

Penilaian Tengah Semester Kelas X

10th Grade

10 Qs

Uji Pemahaman tentang Array

Uji Pemahaman tentang Array

11th Grade

13 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

9 Qs

Pretest Tumpukan dan Antrian

Pretest Tumpukan dan Antrian

9th - 12th Grade

10 Qs

OCR J277 2.1 Sorting Methods

OCR J277 2.1 Sorting Methods

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Clare COBBOLD

Used 10+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a sorting algorithm?

Bubble

Insertion

Binary

Merge

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: moving through a list repeatedly, swapping elements that are in the wrong order.

Merge

Bubble

Insertion

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: split a list into individual lists, then combine these, two lists at a time.

Merge

Bubble

Insertion

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: take each item in turn, compare it to the items in the sorted list and place it in the ordered position in the sorted list.

Merge

Bubble

Insertion

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The two lists are to be merged, which element first goes into the new merged list

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The list is to be sorted using a bubble sort. What will the list look like after the first iteration through the list.

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm needs to go through the list repeatedly?

Merge

Bubble

Insertion

None of them do

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm splits a list of items into individual lists.

Merge

Bubble

Insertion

None of them do

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm takes an item from the list, and puts it in the correct place in a sorted list?

Merge

Bubble

Insertion

None of them do