Y9 Python Review

Y9 Python Review

9th Grade

30 Qs

quiz-placeholder

Similar activities

Ujian DPPLG SMT 1 RPL X

Ujian DPPLG SMT 1 RPL X

10th Grade

25 Qs

Kuis Pengetahuan Sistem Komputer Kelas XI Mapel 4

Kuis Pengetahuan Sistem Komputer Kelas XI Mapel 4

11th Grade

25 Qs

ULANGAN BAB ALGORITMA PEMROGRAMAN KELAS 8

ULANGAN BAB ALGORITMA PEMROGRAMAN KELAS 8

8th Grade - University

25 Qs

Проверка знаний по Python

Проверка знаний по Python

9th Grade

30 Qs

G9CS - Pseudocode Quiz1

G9CS - Pseudocode Quiz1

9th Grade

25 Qs

Materi Berpikir Komputasional Kelas 10

Materi Berpikir Komputasional Kelas 10

10th Grade

25 Qs

Python Study Topics Quiz

Python Study Topics Quiz

University

25 Qs

EVALUASI BAB ANALISIS DATA KELAS X SMT 2

EVALUASI BAB ANALISIS DATA KELAS X SMT 2

10th Grade

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?