Python

Python

10th Grade

23 Qs

quiz-placeholder

Similar activities

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

Programming

Programming

9th - 11th Grade

20 Qs

PLTW CSE Essentials - Review for EOC #1

PLTW CSE Essentials - Review for EOC #1

9th - 12th Grade

20 Qs

SAD 1

SAD 1

9th - 12th Grade

20 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

Year 8 Python Assessment

Year 8 Python Assessment

9th - 10th Grade

21 Qs

Algoritma Fungsi Phyton

Algoritma Fungsi Phyton

10th Grade

20 Qs

Java Programming

Java Programming

10th Grade

22 Qs

Python

Python

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Sonam Tamang

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is floor division?

//

/

%

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Expand IDLE

Internal Development Learning Environment

Integrated Development Learning Enforcement

Interactive Development Learning Environment

Integrated Development Learning Environment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Example of valid identifiers

12Name

name$

total-mark

total_marks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"and, or and not" are ___________________

Arithmetic operator

Logical operators

Assignment operator

Comparative operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

‘If’ is a decision making statement

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of variables in Python?

Variables in Python are used to store data values for later use.

Variables in Python are used for decoration purposes only.

Variables in Python are used to perform mathematical operations.

Variables in Python are used to confuse the programmer.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you create a for loop in Python?

for item from my_list:

for item in my_list(){}

for item in my_list:

for i in range(my_list):

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?