Python Level 1 Quiz

Python Level 1 Quiz

10th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

string

string

11th Grade

12 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Print command Quiz Day2

Print command Quiz Day2

5th - 12th Grade

16 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Printing in Python

Printing in Python

6th - 10th Grade

12 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

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