Computer Science Quiz

Computer Science Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

The Weald Computer science

The Weald Computer science

11th Grade

11 Qs

2.1.3 Search Recap

2.1.3 Search Recap

11th Grade

12 Qs

IB CS Topic 4

IB CS Topic 4

11th - 12th Grade

9 Qs

Computer Science

Computer Science

11th - 12th Grade

9 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

9 Qs

Algorithms

Algorithms

9th - 12th Grade

10 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Computer Science Quiz

Computer Science Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Darlene Mullen

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm in computer science?

A physical component of a computer

A step-by-step procedure or formula for solving a problem

A type of computer virus

A type of software program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a type of algorithm?

Linear Regression

Depth-First Search

Bubble Sort

There is no correct answer as all the options listed are types of algorithms.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the bubble sort algorithm?

O(n)

O(log n)

O(n!)

O(n^2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used to find the shortest path in a graph?

Depth-first search

Dijkstra's algorithm

A* algorithm

Breadth-first search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the binary search algorithm?

To sort an unsorted array

To find the maximum value in an array

To quickly find the position of a target value within a sorted array.

To count the number of elements in an array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used for sorting a linked list?

Bubble Sort

Quick Sort

Selection Sort

Merge Sort or Insertion Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using the divide and conquer algorithm?

It increases the time complexity of the problem

It makes the problem more complex

It requires more memory space

It can significantly reduce the time complexity of the problem.

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?