2.3.1(f) Big O Do Now

2.3.1(f) Big O Do Now

12th Grade

5 Qs

quiz-placeholder

Similar activities

ÔN TẬP 1

ÔN TẬP 1

12th Grade

10 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

coding

coding

KG - Professional Development

10 Qs

Junior Beaver Quiz

Junior Beaver Quiz

9th - 12th Grade

10 Qs

Penggabungan Gambar dan Teks Berbasis Bitmap

Penggabungan Gambar dan Teks Berbasis Bitmap

11th - 12th Grade

10 Qs

INFOGRAFÍAS WEB 2.0

INFOGRAFÍAS WEB 2.0

12th Grade

10 Qs

Sistemas de Armazenamento Inteligente

Sistemas de Armazenamento Inteligente

1st - 12th Grade

10 Qs

2.3.1(f) Big O Do Now

2.3.1(f) Big O Do Now

Assessment

Quiz

Computers

12th Grade

Easy

Created by

RHSC Computing

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Emily is learning about sorting algorithms in her computer science class. She wonders if Bubble Sort is an example of a divide and conquer sorting algorithm?

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Isabelle is sorting her collection of books using Bubble Sort. What is the worst-case time complexity of this sorting algorithm?

O(n log n)

O(n)

O(n^2)

O(1)

Answer explanation

Bubble Sort has a worst-case time complexity of O(n^2) due to its nested loops that compare and swap elements.

3.

MATCH QUESTION

1 min • 3 pts

Match the following

Insertion Sort

Picks a pivot and partitions the array around it

Bubble Sort

Works well with almost sorted datasets

Quick Sort

Worst-case time complexity is O(n^2)

Merge Sort

Divides the array into two halves and merges them after sorting

4.

LABELLING QUESTION

1 min • 4 pts

Big O Notation

e
f
g
h

Dijkstra’s Shortest Path Algorithm

Binary Search

Quick Sort

Bubble Sort

Insertion Sort

Merge Sort

A* Algorithm

Linear Search

5.

MATCH QUESTION

1 min • 5 pts

Match the following

Binary Search

Requires the array to be sorted before searching

Linear Search

Uses a heuristic to guide its search

A* Algorithm

Time complexity is O(n) for average and worst cases

Dijkstra’s Shortest Path Algorithm

Uses a priority queue to find the shortest path

Discover more resources for Computers