Computing Year 7 Term 2 _C.F.U 3

Computing Year 7 Term 2 _C.F.U 3

7th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz#2

Quiz#2

6th - 8th Grade

11 Qs

python

python

7th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Computing Year 7 Term 2 _C.F.U 3

Computing Year 7 Term 2 _C.F.U 3

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Pep Tech

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the command word to output in Python?

print

echo

output

display

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What punctuation do you put around a message in Python to output the message?

Square brackets []

Parentheses ()

Single or double quotes ' or "

Curly braces {}

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the difference in output between these two statements?

print("Good morning.")

print("good morning!")

No difference

The first letter in the first statement is uppercase, while in the second, it is lowercase

The first will throw an error

The second statement will not run

4.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the error in this statement?

print("The sky is blue)

Missing closing parenthesis

Missing opening double quote

Missing closing double quote

Nothing is wrong

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What is the error in this statement?

PRINT("Grass is green")

"PRINT" should be lowercase

Missing parentheses

Missing double quotes

No error

6.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which of the following is a correct Python statement to output the sentence?

I love my computing classes.

print(I love my computing classes.)

print("I love my computing classes.")

echo "I love my computing classes."

output("I love my computing classes.")

7.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which of the following is a correct Python program to output a list of facts about yourself?

print("I love coding", "I play football", "I am 12 years old)

print{"I love coding", "I play football", "I am 12 years old"}

print("I love coding", "I play football", "I am 12 years old")

print[I love coding, I play football, I am 12 years old]

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?