KS3 Python Quiz

KS3 Python Quiz

3rd - 10th Grade

13 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

10th Grade

14 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Python Iteration

Python Iteration

10th Grade

17 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Culture day and programming

Culture day and programming

9th Grade

10 Qs

Python L1 Knowledge Check

Python L1 Knowledge Check

3rd Grade

16 Qs

KS3 Python Quiz

KS3 Python Quiz

Assessment

Quiz

Computers

3rd - 10th Grade

Hard

Created by

Steven Dickson

Used 106+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does 'Iteration' mean?

Handing homework in on time.

The order code is executed

Repeating something again and again and again and...

Making decisions.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will this code do...


name = input('What is your name? ')

print(name)

Tell the user what time the bus arrives

Print off a new Harry Potter novel

Ask for the user's age

Ask the user to enter their name and then display it back to them

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What kind of loop is a FOR loop

A counting loop

A Prometheus loop

A conditional loop

A long loop

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are the key constructs of Python/programming languages

Sequence

Selection

Iteration

Opening Google Classroom and completing the starter activity

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does 'Selection' in our code mean?

Repeating something i.e counting to 100

Making choices

An infinite loop

Performing a time heist

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A WHILE loop is what kind of loop?

A conditional loop

A summer holiday loop

A counting loop

A fast loop

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will this code do?


num = int(input('Enter a number between 1-100: '))


while num < 101:

print(num)

num += 1

Nothing.

Count to TEN

Count down to THREE

Ask the user to enter a number and then count from that number to 100

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?