Python Level 1 Quiz

Python Level 1 Quiz

10th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

9th - 12th Grade

10 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

15 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Kabeer Python Assessment Quiz

Kabeer Python Assessment Quiz

7th - 12th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Quiz

Python Quiz

10th Grade

15 Qs

Python Level 1 Quiz

Python Level 1 Quiz

Assessment

Quiz

Computers

10th - 11th Grade

Medium

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Used 66+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

Tags

CCSS.L.2.2C

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Python command is used to output information to the screen?
read
output
print
display

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To create a newline at the end of prompt, you can use which of the following expressions?
\new
\n
\break
\return

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

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?