Python Review

Python Review

9th - 12th Grade

60 Qs

quiz-placeholder

Similar activities

תשפה - סיום שנה ט-2

תשפה - סיום שנה ט-2

8th Grade - University

59 Qs

Computer Programming

Computer Programming

8th - 12th Grade

60 Qs

ECDL Python Lesson 14 recap

ECDL Python Lesson 14 recap

5th - 12th Grade

60 Qs

BAHASA C DAN C++

BAHASA C DAN C++

11th Grade

60 Qs

การเขียนโปรแกรมคอมฯ

การเขียนโปรแกรมคอมฯ

12th Grade

60 Qs

Основные методы строк

Основные методы строк

10th Grade

57 Qs

Computer Programming Function

Computer Programming Function

7th Grade - University

55 Qs

Review Final Python 1st semester

Review Final Python 1st semester

10th Grade

55 Qs

Python Review

Python Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

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

Standards-aligned

Created by

Jessica Horning

Used 22+ 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

1 min • 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

1 min • 1 pt

What will the output be from the following code?
Print("Hello world!")
NameError
Hello world!
"Hello world"
Print(Hello world!)

4.

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)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print(3*4)
34
7
12
3*4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?