Python Basics Quiz for Year 9

Python Basics Quiz for Year 9

9th Grade

20 Qs

quiz-placeholder

Similar activities

Pengenalan Bahasa Pemrograman Python

Pengenalan Bahasa Pemrograman Python

9th Grade - University

20 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Python тесті

Python тесті

9th Grade

16 Qs

Basic Programming

Basic Programming

9th Grade

20 Qs

Побитовые операторы в Python

Побитовые операторы в Python

9th Grade - University

18 Qs

Python Quiz Questions

Python Quiz Questions

9th - 12th Grade

20 Qs

Video Game Programming and Design Questions

Video Game Programming and Design Questions

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?