Python Module 1 Quiz

Python Module 1 Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

Electrostatics Review

Electrostatics Review

9th - 12th Grade

60 Qs

Fingerprints

Fingerprints

11th - 12th Grade

61 Qs

P1 Energy AQA (Separate Physics)

P1 Energy AQA (Separate Physics)

10th - 12th Grade

59 Qs

Simple Machines

Simple Machines

8th - 12th Grade

57 Qs

Physical Science Exam Review

Physical Science Exam Review

9th - 12th Grade

59 Qs

Combustion vs Nuclear

Combustion vs Nuclear

12th Grade

57 Qs

BRAWL STARS

BRAWL STARS

KG - Professional Development

55 Qs

Lisy Exam II Review

Lisy Exam II Review

8th Grade - University

64 Qs

Python Module 1 Quiz

Python Module 1 Quiz

Assessment

Quiz

Physics

12th Grade

Hard

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

Standards-aligned

Created by

Basim Mb

Used 28+ times

FREE Resource

60 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

45 sec • 1 pt

What will the output be from the following code?

print "Hello world!"

SyntaxError

Hello world!

"Hello world!"

print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?

print ( 3*4)

34

7

12

3*4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?
print(3*4+5)
27
17
12
SyntaxError

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?
print("3*4+5")
SyntaxErrror
17
3*4+5
12

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?