Y9 - T1.1 - CrashCourse Algorithms

Y9 - T1.1 - CrashCourse Algorithms

9th Grade

10 Qs

quiz-placeholder

Similar activities

CS Edexcel 1.2d Bubble and Merge Sort

CS Edexcel 1.2d Bubble and Merge Sort

9th - 10th Grade

14 Qs

Sorting Algorithm Retrieval Practice

Sorting Algorithm Retrieval Practice

9th Grade

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Sort

Sort

9th - 12th Grade

10 Qs

Sorting Algorithm

Sorting Algorithm

9th - 12th Grade

10 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Search Algorithms

Search Algorithms

9th - 11th Grade

12 Qs

Algorithm Complexity Quiz

Algorithm Complexity Quiz

9th - 12th Grade

10 Qs

Y9 - T1.1 - CrashCourse Algorithms

Y9 - T1.1 - CrashCourse Algorithms

Assessment

Passage

Computers

9th Grade

Hard

Created by

Chris Bargh

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is considered one of the fathers of algebra?

Alan Turing

Muḥammad ibn Mūsā al-Khwārizmī

Isaac Newton

Albert Einstein

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of an efficient algorithm?

To be as complex as possible

To use as many steps as possible

To use as much memory as possible

To compute in fewer steps

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the sorting algorithm that involves finding the smallest number and swapping it?

Bubble Sort

Selection Sort

Quick Sort

Merge Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the computational complexity of the Selection Sort algorithm?

N squared

N factorial

N log N

N

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the Merge Sort algorithm?

Merging the array

Finding the smallest number

Swapping numbers

Splitting the array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Big O notation for the Merge Sort algorithm?

N

N factorial

N log N

N squared

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a graph in computer science?

A network of nodes connected by lines

A collection of sorted numbers

A type of sorting algorithm

A programming language

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?