AQA GCSE Computer Science -3.1.1 Representing algorithms

AQA GCSE Computer Science -3.1.1 Representing algorithms

8th - 10th Grade

20 Qs

quiz-placeholder

Similar activities

QUIZ : Creating an algorithms

QUIZ : Creating an algorithms

9th Grade

15 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Exercise 1

Exercise 1

9th Grade

18 Qs

Python Test 1.0 - 2.0

Python Test 1.0 - 2.0

9th - 12th Grade

21 Qs

AP CSP Unit 2 Quiz 1 Review

AP CSP Unit 2 Quiz 1 Review

9th - 12th Grade

17 Qs

Algorithms & Pseudocodes

Algorithms & Pseudocodes

9th Grade

17 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

AQA GCSE Computer Science -3.1.1 Representing algorithms

AQA GCSE Computer Science -3.1.1 Representing algorithms

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Mr Ling-Winston

Used 38+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

An algorithm is defined as …
A set of instructions used to complete a task
A set of steps
A task
A mathmatical constant with variables

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Decomposition is defined as…
The breaking down of a problem into its different parts.
The separation of different problems
Completing sub problems seperately
The subproblems contained in a problem

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Abstraction is…
The removal of unnecessery data or information
The removal of parts of an algorithm
The addition of data or information to a problem
The understanding of a problem

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be outputted by the following algorithm? [x=1, x=+3, x = x MOD 2, print(x)]
0
x
"0"
"x"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can be abstracted from the following algorithm? [x=0 , a = 2, b = 12, x=a-b, print(x)]
x = 0
a = 2
b = 12
print(x)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an algorithm for showing the whether forcast for a location after decomposition?
Find location of device, send request for forcast, receive forcast, display forcast
Send request for forcast, display forcast
receive forcast, display forcast
Send request for forcast, receive forcast, display forcast

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following constitutes an algorithm?
a = 1, b = 2, c = 3, d = b*c, e = d+a, print(e)
a = 1, b = 2, c = 3
a = 1, b = 2, c = 3, print("e")
a = 1, print(a)

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?