Big O Notation and Algorithms, File Processing Quiz

Big O Notation and Algorithms, File Processing Quiz

11th Grade

71 Qs

quiz-placeholder

Similar activities

Cambridge - IGCSE - Computer Science - Input Devices

Cambridge - IGCSE - Computer Science - Input Devices

11th Grade - Professional Development

66 Qs

5.0 - Standard Camp Final

5.0 - Standard Camp Final

6th - 12th Grade

75 Qs

Programare și Dezvoltare Web

Programare și Dezvoltare Web

10th - 12th Grade

70 Qs

Computer architectuur

Computer architectuur

5th - 12th Grade

72 Qs

H446 Section 1: Components of a computer

H446 Section 1: Components of a computer

11th Grade - University

71 Qs

Python 1 Review Game

Python 1 Review Game

9th - 12th Grade

73 Qs

CÂU HỎI TRẮC NGHIỆM BÀI 10 - 13_TIN 11

CÂU HỎI TRẮC NGHIỆM BÀI 10 - 13_TIN 11

11th Grade

67 Qs

ID and Access Management

ID and Access Management

10th Grade - University

70 Qs

Big O Notation and Algorithms, File Processing Quiz

Big O Notation and Algorithms, File Processing Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Manickasundaram G

Used 4+ times

FREE Resource

71 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Big O notation primarily describe?

The average performance of an algorithm

The memory usage of an algorithm

The worst-case time complexity of an algorithm

The syntax of an algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Big O complexity represents constant time?

O(n)

O(log n)

O(1)

O(n²)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If an algorithm halves the dataset in each iteration, what is its time complexity?

O(n)

O(log n)

O(n²)

O(1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a linear search, if there are 20 elements, how many comparisons are required in the worst case?

10

log₂20

20

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be true before applying a binary search?

The data must be random

The dataset must be small

The dataset must be sorted

The dataset must have unique values

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm swaps adjacent elements if they are in the wrong order?

Selection sort

Bubble sort

Quick sort

Merge sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting method finds the minimum (or maximum) and places it in the correct position each pass?

Bubble sort

Selection sort

Quick sort

Merge sort

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?