Search Header Logo

Python PRIMM Recap L1/L2

Authored by Matthew Kelsall

Computers

6th Grade

Used 2+ times

Python PRIMM Recap L1/L2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? ```python print("Hello, World!") ```

Hello, World!

"Hello, World!"

Hello World

"Hello World"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to concatenate the strings "Good" and "Morning" in Python?

"Good" + "Morning"

"Good" & "Morning"

"Good" "Morning"

"Good".concat("Morning")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

53

8

15

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(7 * 6)

print("7 * 6")

print(7 x 6)

print("7 x 6")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python print("The sum of 2 and 3 is", 2 + 3) ```

The sum of 2 and 3 is 5

The sum of 2 and 3 is 23

The sum of 2 and 3 is 2 + 3

The sum of 2 and 3 is

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will correctly print the string "Python is fun"?

print("Python is fun")

print(Python is fun)

print('Python is fun')

Both A and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6

14

104

40

Access all questions and much more by creating a free account

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

Already have an account?