Python Module 1 Quiz

Python Module 1 Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

POE EOC 2

POE EOC 2

10th - 12th Grade

55 Qs

Aerodynamics and Planes

Aerodynamics and Planes

1st - 12th Grade

60 Qs

Physics Review

Physics Review

11th - 12th Grade

62 Qs

Transportation Quiz

Transportation Quiz

12th Grade

56 Qs

Science 9 Chp. 13 Practice Test

Science 9 Chp. 13 Practice Test

9th - 12th Grade

58 Qs

Physics Practice Test 4

Physics Practice Test 4

9th - 12th Grade

64 Qs

Robotics Review

Robotics Review

12th Grade

56 Qs

Semiconductor diode

Semiconductor diode

10th - 12th Grade

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