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

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python grade 8

Python grade 8

8th Grade

20 Qs

Programming Quiz

Programming Quiz

1st - 10th Grade

20 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Introduction Algorithm & Python

Introduction Algorithm & Python

10th Grade

17 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

SST Yr8 - NCCE - Algorithmic Thinking

SST Yr8 - NCCE - Algorithmic Thinking

9th Grade

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