KS3 Python Quiz

KS3 Python Quiz

3rd - 10th Grade

13 Qs

quiz-placeholder

Similar activities

Essential Coding Vocabulary

Essential Coding Vocabulary

6th - 8th Grade

16 Qs

CCGA Unit 4 and 5

CCGA Unit 4 and 5

7th - 8th Grade

15 Qs

Internet and Computer Safety Essential Terms

Internet and Computer Safety Essential Terms

6th - 8th Grade

10 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

S3 SDD Unit 1 KC 3

S3 SDD Unit 1 KC 3

4th Grade

10 Qs

Looping / Conditionals

Looping / Conditionals

6th - 8th Grade

12 Qs

mit app inventor basics quiz

mit app inventor basics quiz

4th - 8th Grade

15 Qs

Edublocks yr 8

Edublocks yr 8

7th Grade

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