Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Creative Coding Test Review

Creative Coding Test Review

9th - 11th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python Unit 5 Looping

Python Unit 5 Looping

10th Grade - University

21 Qs

Java Loops

Java Loops

10th - 12th Grade

24 Qs

For vs While

For vs While

8th - 10th Grade

20 Qs

N5 - Fixed Loops

N5 - Fixed Loops

11th Grade

21 Qs

function in python

function in python

12th Grade

20 Qs

Python Loops Quiz

Python Loops Quiz

10th Grade

20 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Louise Lockwood

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