
A-Level Computer Science - Revision No 5

Quiz
•
Computers
•
12th Grade
•
Hard
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
Similar Resources on Wayground
16 questions
Digital Solutions - Algorithms

Quiz
•
11th - 12th Grade
20 questions
Early Programming

Quiz
•
9th - 12th Grade
16 questions
AP CSP Unit 3 Ch 1 Vocab

Quiz
•
9th - 12th Grade
18 questions
iGCSE Computer Science: Data Compression and Encryption

Quiz
•
9th - 12th Grade
22 questions
Grade 7AG Exam V1 -Term 3 2025/2025

Quiz
•
10th Grade - University
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
16 questions
Sorting & Searching Algorithms

Quiz
•
12th Grade
20 questions
CSP Unit 6: Algorithms

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade