KS3 Python Quiz

KS3 Python Quiz

3rd - 10th Grade

13 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

7th - 10th Grade

18 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

PS Code.org Knowledge Check 1

PS Code.org Knowledge Check 1

7th Grade

12 Qs

St.Virgils Tynker Programming 201 Quiz 1

St.Virgils Tynker Programming 201 Quiz 1

8th Grade

10 Qs

CSP I Review - A

CSP I Review - A

9th - 12th Grade

15 Qs

JavaScript Cert Prep

JavaScript Cert Prep

9th - 12th Grade

10 Qs

User and Group Management in Linux

User and Group Management in Linux

1st - 5th Grade

11 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

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