Python Module 1 Quiz

Python Module 1 Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

Semester Review

Semester Review

12th Grade

60 Qs

Science 9 Chp. 12 Practice Test

Science 9 Chp. 12 Practice Test

9th - 12th Grade

61 Qs

Advanced Physics Energy Review

Advanced Physics Energy Review

9th - 12th Grade

60 Qs

AQA Electricity Trilogy

AQA Electricity Trilogy

9th - 12th Grade

55 Qs

Electrostatics

Electrostatics

10th Grade - University

64 Qs

Newton's Laws

Newton's Laws

10th - 12th Grade

55 Qs

Electrostatics Unit Review

Electrostatics Unit Review

9th - 12th Grade

61 Qs

Sound Waves

Sound Waves

9th - 12th Grade

58 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?