Python Basics Quiz for Year 9

Python Basics Quiz for Year 9

9th Grade

20 Qs

quiz-placeholder

Similar activities

Sistematizacija gradiva IX

Sistematizacija gradiva IX

9th Grade - University

16 Qs

Одномерный массив

Одномерный массив

9th Grade

19 Qs

Grade 9-Exploring Input Devices

Grade 9-Exploring Input Devices

9th Grade

15 Qs

Inf-python

Inf-python

9th - 12th Grade

20 Qs

Quiz Pengetahuan Umum 10A

Quiz Pengetahuan Umum 10A

9th Grade

20 Qs

Python Множества shpa

Python Множества shpa

4th Grade - University

20 Qs

9 Weeks Test

9 Weeks Test

9th - 12th Grade

16 Qs

Lý thuyết vào ra đơn giản

Lý thuyết vào ra đơn giản

9th Grade

20 Qs

Python Basics Quiz for Year 9

Python Basics Quiz for Year 9

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

peter allsop

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid variable name in Python?

2number

number_2

number-2

number 2

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type will the variable `age` have after this code runs? ```python age = 15 ```

str

float

int

bool

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is used to get input from the user in Python?

print()

input()

scan()

read()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following code? ```python print("Hello, World!") ```

Hello, World!

"Hello, World!"

print("Hello, World!")

Hello World

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a built-in data type in Python?

int

float

string

list

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the value of `result` after this code runs? ```python result = 3.5 + 2 ```

5.5

7

3.5

2

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you display the value of a variable called `score` in Python?

display(score)

print(score)

show(score)

output(score)

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?