Search Header Logo

Year 8 Python HW1

Authored by Becky Webb

Information Technology (IT)

7th Grade

Used 6+ times

Year 8 Python HW1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to print "Hello, World!" in Python?

print("Hello, World!")

Print("Hello, World!")

print Hello, World!

echo "Hello, World!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you forget to close a string with quotation marks in a print statement?

The code will run but print nothing.

Python will show a syntax error.

The computer will shut down.

It will print the quotation mark.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a syntax error in Python?

print("Hello")

print("Hello'

print(123)

print("123")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for saving a Python programme?

.txt

.exe

.py

.doc

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Rohan is learning Python and wants to store his age, name, and height in a program. Which of these is a basic data type in Python that he can use?

integer

string

float

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code print? ```python print(5 + 3) ```

53

8

5 + 3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code? ```python print("Red", "Blue", "Green") ```

RedBlueGreen

Red, Blue, Green

Red Blue Green

"Red", "Blue", "Green"

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?