Python Gr 12

Python Gr 12

11th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

string

string

11th Grade

12 Qs

Syntax and Logic Errors

Syntax and Logic Errors

9th - 11th Grade

12 Qs

strings

strings

11th Grade

15 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Python Level 1 Quiz

Python Level 1 Quiz

10th - 11th Grade

13 Qs

Python Gr 12

Python Gr 12

Assessment

Quiz

Computers

11th - 12th Grade

Medium

CCSS
L.2.2C

Standards-aligned

Created by

Gurpreet Modi

Used 10+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?

print(3+4)

3+4

7

SyntaxError

3333

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print("12"*3)

What would this print?

36

121212

Syntax Error

12*3

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello" + "world" + "today")
Helloworldtoday
Hello world today
"Hello" "world" "today"
SyntaxError

5.

MULTIPLE CHOICE QUESTION

20 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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello world!" * 2)
TypeError
Hello world world!
Hello world!Hello world!
Hello world! * 2

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?