A-Level Computer Science - Revision No 5

A-Level Computer Science - Revision No 5

12th Grade

21 Qs

quiz-placeholder

Similar activities

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Big O Notation Quiz

Big O Notation Quiz

11th - 12th Grade

21 Qs

Sorting Algorithms

Sorting Algorithms

12th Grade

20 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

Fun Quiz 1 - KSNP TIK 2021

Fun Quiz 1 - KSNP TIK 2021

8th - 12th Grade

21 Qs

What Do You Remember from ECS?

What Do You Remember from ECS?

10th - 12th Grade

20 Qs

MS 101 - FINAL QUIZ

MS 101 - FINAL QUIZ

12th Grade

22 Qs

A-Level Computer Science - Revision No 5

A-Level Computer Science - Revision No 5

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Elizabeth Gist

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms has the best average-case time complexity?

Bubble Sort

Insertion Sort

Merge Sort

Selection Sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

Queue

Stack

Linked List

Graph

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary advantage of using a linked list over an array?

Random access of elements

Fixed size

Dynamic size

Faster access time

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithms is used to find the shortest path in a graph?

Depth-First Search (DFS)

Breadth-First Search (BFS)

Dijkstra's Algorithm

Kruskal's Algorithm

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary search algorithm, what is the time complexity in the worst case?

O(n)

O(log n)

O(n log n)

O(n^2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of loop is best suited when the number of iterations is known beforehand?

While loop

Do-while loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a characteristic of a recursive function?

A) A base case

B) Recursive case

C) Infinite execution

D) Self-referential call

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?