Y9 Python Review

Y9 Python Review

9th Grade

30 Qs

quiz-placeholder

Similar activities

Pyhton Debugging Questions

Pyhton Debugging Questions

University

25 Qs

Python Review of Units 3 and 4

Python Review of Units 3 and 4

9th Grade

31 Qs

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

30 Qs

Computer Science Examination Paper A - Allowed Items

Computer Science Examination Paper A - Allowed Items

12th Grade

33 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

Final Quiz Pemrograman C++

Final Quiz Pemrograman C++

10th Grade

32 Qs

Python - Chapter 3 Practice Quiz

Python - Chapter 3 Practice Quiz

12th Grade

25 Qs

Python Básico

Python Básico

University

30 Qs

Y9 Python Review

Y9 Python Review

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Sherianne Gajadhar

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to print 'Hello, World!' in Python?
print('Hello, World!')
echo 'Hello, World!'
printf('Hello, World!')
console.log('Hello, World!')

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a string in Python?
'123'
123
True
None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the input() function do?
Prints output
Takes user input
Defines a variable
Ends the program

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a float?
3.14
'3.14'
3
True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the data type of True?
int
str
bool
float

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol is used for comments in Python?
#
//
/* */
<!-- -->

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will print(2 + 3 * 4) output?
20
14
24
9

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?