Computer Science GCSE General Knowledge Quiz

Computer Science GCSE General Knowledge Quiz

11th Grade

30 Qs

quiz-placeholder

Similar activities

Cse

Cse

9th - 11th Grade

30 Qs

Cybersecurity Essentials Chapter 1 Review

Cybersecurity Essentials Chapter 1 Review

10th Grade - University

25 Qs

GCSE Computer Science - 2.1: Algorithms

GCSE Computer Science - 2.1: Algorithms

9th - 11th Grade

31 Qs

Common Algorithms

Common Algorithms

9th - 12th Grade

25 Qs

Binary Search Tree

Binary Search Tree

11th - 12th Grade

25 Qs

Algorithms

Algorithms

10th - 11th Grade

27 Qs

T-Level DPDD: Searching & Sorting Algorithms Quiz

T-Level DPDD: Searching & Sorting Algorithms Quiz

11th Grade

27 Qs

Paper 1- Computer Science

Paper 1- Computer Science

11th - 12th Grade

32 Qs

Computer Science GCSE General Knowledge Quiz

Computer Science GCSE General Knowledge Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Mr Massett

Used 120+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does MOD do?

returns the remainder

returns the sum of all elements

returns the whole number of division

multiplies the hex number by bin 3

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of lists or data sets are linear searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of lists or data sets are binary searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A linear search is to be performed on the list:
12   6   8  1  3
How many comparisons would it take to find number 1?
1
2
3
4

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?
0-1
2-3
4-5
I can't find the number 9

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the definition of pseudocode?
A container which is used to store values such as the number of attempts a person tries to log on to a network.
A language that is similar to a real programming language, but is easier for humans to understand although it doesn’t actually run on a computer. It can easily be converted to a regular programming language.
A value that cannot be altered by the program during normal execution: the value stays the same. 
Messages to explain to others, and often to remind yourself, what the code is intended to do. 

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What logic gate is this?
OR
NOT
AND 
THE

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?