Python Basics Quiz for Year 9

Python Basics Quiz for Year 9

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

15 Qs

Python programming language Quiz

Python programming language Quiz

9th Grade

15 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

Python

Python

9th - 12th Grade

20 Qs

Device Identification Quiz

Device Identification Quiz

9th Grade

17 Qs

PSAJ

PSAJ

9th - 12th Grade

20 Qs

Unit 3: Basic Python & Console Interaction

Unit 3: Basic Python & Console Interaction

9th - 12th Grade

21 Qs

Тест по основам Python(intro1)

Тест по основам Python(intro1)

9th - 12th 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?