Python PRIMM Recap L1/L2

Python PRIMM Recap L1/L2

6th Grade

11 Qs

quiz-placeholder

Similar activities

Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

10 Qs

Python_Exam

Python_Exam

6th - 10th Grade

15 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

9-сынып. Python массив.

9-сынып. Python массив.

1st - 9th Grade

10 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Python PRIMM Recap L1/L2

Python PRIMM Recap L1/L2

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Matthew Kelsall

Used 2+ times

FREE Resource

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

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?