Big O Notation and Algorithms, File Processing Quiz

Big O Notation and Algorithms, File Processing Quiz

11th Grade

71 Qs

quiz-placeholder

Similar activities

WORD

WORD

7th Grade - University

68 Qs

Computer Science A III 2nd Sem.Final Review

Computer Science A III 2nd Sem.Final Review

11th - 12th Grade

70 Qs

IGCSE Final Revision Units 1-6

IGCSE Final Revision Units 1-6

11th Grade

69 Qs

Computing Homework Revision 40

Computing Homework Revision 40

11th Grade

66 Qs

Uji Pemahaman Microsoft Excel

Uji Pemahaman Microsoft Excel

11th Grade

70 Qs

Grade7 All

Grade7 All

7th Grade - University

66 Qs

latihan soal TIK (office)

latihan soal TIK (office)

1st Grade - Professional Development

70 Qs

untitled

untitled

6th 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?