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

T1-CSC401/P.C.1.1-1.9

T1-CSC401/P.C.1.1-1.9

9th Grade

15 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Control Structures Quiz

Control Structures Quiz

8th Grade

21 Qs

Algorithm

Algorithm

10th - 11th Grade

15 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Algorithm Design

Algorithm Design

10th Grade

16 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Programming - What Do I Know?

Programming - What Do I Know?

7th - 9th Grade

15 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?