Introduction to Python Programming Quiz

Introduction to Python Programming Quiz

10th Grade

20 Qs

quiz-placeholder

Similar activities

3.00

3.00

9th - 12th Grade

20 Qs

Quiz Pemrograman Python

Quiz Pemrograman Python

10th Grade - University

15 Qs

Python Temel Konuları Testi

Python Temel Konuları Testi

10th Grade - University

20 Qs

Bài 24

Bài 24

10th Grade - University

15 Qs

Quiz Informatika Genap KLs 7

Quiz Informatika Genap KLs 7

7th Grade - University

15 Qs

2.3 Programming Data Review

2.3 Programming Data Review

9th - 12th Grade

16 Qs

sistem komputer kelas 9

sistem komputer kelas 9

9th Grade - University

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Introduction to Python Programming Quiz

Introduction to Python Programming Quiz

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Peter Chan Chan

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the print() function in Python?

To take user input

To display output

To define a variable

To create a loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to declare a variable in Python?

var length = 10

let length = 10

length := 10

length = 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the input() function return in Python?

An integer

A float

A string

A list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is NOT supported in Python?

Character

String

Float

Integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(type(12.0)) in Python?

bool

int

float

string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^^

exp

**

^

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to start a for loop in Python?

for i in range(5):

for (i = 0; i < 5; i++)

for i = 0 to 5

for i in 5

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?