Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Python while loops

Python while loops

12th Grade

20 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Python

Python

10th Grade

23 Qs

Lists in Python

Lists in Python

11th - 12th Grade

20 Qs

GCSE Python Programming Basics

GCSE Python Programming Basics

11th Grade

23 Qs

Python GCSE

Python GCSE

10th Grade

27 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Louise Lockwood

Used 281+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A set of rules

Step by step instructions to solve a problem

Instructions that are executed one after another

Instructions that are completed in a random order

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Code repeated / looped until a condition has been met or a set number of times.
Sequence
Selection
Iteration
Variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]

print (people[1])

what would this result be?

John
Rob
Bob

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]

print (people[4])

what would this result be?

John
Rob
Bob
Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

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?