Navs Python Quiz

Navs Python Quiz

8th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Python

Python

8th Grade

10 Qs

Python

Python

9th Grade

13 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python

Python

7th - 12th Grade

15 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Navs Python Quiz

Navs Python Quiz

Assessment

Quiz

Computers

8th - 10th Grade

Medium

CCSS
6.EE.A.2B

Standards-aligned

Created by

Naveed Hussain

Used 16+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is python named after
The snake
Television show called Monty Python

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want more than one option for your code, what do you use (after if)?
elif
else
ifif

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]

print (people[1])

what would this result be?

John
Rob
Bob

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' STRING data type' can be defined as...?
holds alphanumeric text
hold whole numbers
holds numbers with a decimal point
holds either a true or false value

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?