Python Programming Quiz

Python Programming Quiz

5th Grade

25 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

KG - University

25 Qs

Coding Vocabulary

Coding Vocabulary

5th - 8th Grade

23 Qs

Grade 5 Unit 1 Review (Shamel school)

Grade 5 Unit 1 Review (Shamel school)

KG - 6th Grade

22 Qs

5. razred - završna provjera znanja - Python

5. razred - završna provjera znanja - Python

5th Grade

20 Qs

Python_Nhập xuất_If else

Python_Nhập xuất_If else

1st - 5th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Basic Python Quiz for Beginners

Basic Python Quiz for Beginners

3rd - 6th Grade

20 Qs

Artificial Intelligence Quiz1

Artificial Intelligence Quiz1

4th - 8th Grade

26 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

5th Grade

Easy

Created by

Khoa Nguyen Hoang Dang

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

c = 25

What is the data type of variable c?

str

float

int

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code below: x = 5 x = 6 print(x)

5

none of them

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you use spaces in variable names in Python?

Yes, always

No, spaces are not allowed

Only in the middle of the name

Only at the end of the name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is Python a popular programming language for beginners?

It's required a lot of programing skills

It's only for experts

It's very expensive to use

It has simple and easy-to-understand code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator can be used to compare two values?

<>

==

><

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display information on the screen in Python?

output()

print()

input()

display()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code is best to ask for a student's ICT score from user input?

Input("ICT score please")

print("please input your ICT score: ")

input()

input("please input your ICT 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?