StVirgils Python Loops and Conditionals Quiz

StVirgils Python Loops and Conditionals Quiz

8th Grade

18 Qs

quiz-placeholder

Similar activities

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

BZA Python Programming 3

BZA Python Programming 3

6th - 8th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

StVirgils Python Loops and Conditionals Quiz

StVirgils Python Loops and Conditionals Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

John Middendorf

Used 55+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • Ungraded

I have been working in:

GROK

TYNKER

BOTH

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code do:
print("What is your name?")
Allow you to type in your name
Display the words 'What is your name?' on the screen
Allow you to enter information
Print your name to the screen

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will this code do?

Print Numbers 1-11

Print Numbers 1-10

Print Numbers 2-10

Print Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output from the following code:
name = "Fred"
print("Hello " + name)
Hello Fred
Hello name
Name error
HelloFred

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is NOT a loop in python?

for loop

while loop

nested loop

if loop

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?