Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

For and While Loop in Python

For and While Loop in Python

8th - 12th Grade

20 Qs

Python 3 Review Part 1

Python 3 Review Part 1

9th - 12th Grade

20 Qs

Python Baseline Quiz for Y11 Students

Python Baseline Quiz for Y11 Students

10th Grade

20 Qs

Pseudocode Practice Questions

Pseudocode Practice Questions

9th - 12th Grade

20 Qs

Python Revision Test

Python Revision Test

12th Grade

20 Qs

Object and Coding Concepts Quiz

Object and Coding Concepts Quiz

7th Grade - University

21 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Louise Lockwood

Used 283+ 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?