Year 8 Python HW1

Year 8 Python HW1

7th Grade

20 Qs

quiz-placeholder

Similar activities

Kira-JH U1/L1

Kira-JH U1/L1

6th - 8th Grade

17 Qs

Цикл for

Цикл for

7th Grade

19 Qs

KODING & KA

KODING & KA

6th - 8th Grade

20 Qs

Unity. Вводное занятие

Unity. Вводное занятие

7th Grade

17 Qs

Informatika dan Keterampilan Generik SMP Kelas 7

Informatika dan Keterampilan Generik SMP Kelas 7

7th Grade

20 Qs

Quiz Pemrograman Kelas 7

Quiz Pemrograman Kelas 7

7th Grade

15 Qs

Post-test Algorithm

Post-test Algorithm

7th Grade

20 Qs

PowerPoint Quiz

PowerPoint Quiz

7th Grade

21 Qs

Year 8 Python HW1

Year 8 Python HW1

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

Becky Webb

FREE Resource

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"

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?