Year 8 Python HW1

Year 8 Python HW1

7th Grade

20 Qs

quiz-placeholder

Similar activities

Пайтон 7 класс

Пайтон 7 класс

7th Grade

15 Qs

Python Basics: IDLE and Variables Quiz

Python Basics: IDLE and Variables Quiz

7th Grade

20 Qs

Thử thách 2 - Đường đua lập trình - Lớp 7

Thử thách 2 - Đường đua lập trình - Lớp 7

7th Grade

20 Qs

Python Data Structures

Python Data Structures

6th - 8th Grade

15 Qs

Quiz về kiểu dữ liệu Str

Quiz về kiểu dữ liệu Str

6th - 8th Grade

17 Qs

Python Basics

Python Basics

6th - 8th Grade

20 Qs

Year 8 Python HW 2

Year 8 Python HW 2

7th Grade

20 Qs

Python Iteration and Selection Quiz

Python Iteration and Selection Quiz

7th Grade

20 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?