Python Programming Quiz

Python Programming Quiz

11th Grade

50 Qs

quiz-placeholder

Similar activities

mix quiz

mix quiz

11th Grade

52 Qs

software dev

software dev

9th - 12th Grade

50 Qs

py and sql

py and sql

12th Grade

51 Qs

Python Programming Certification Exam

Python Programming Certification Exam

9th - 12th Grade

46 Qs

CSP Python Test

CSP Python Test

9th - 12th Grade

52 Qs

GRADE 12 -QUIZ REVIEW - FIRST TERM 2025- 2026

GRADE 12 -QUIZ REVIEW - FIRST TERM 2025- 2026

12th Grade

50 Qs

Tynker Python 101 Unit Test

Tynker Python 101 Unit Test

8th - 12th Grade

50 Qs

Python programmin Quiz-I

Python programmin Quiz-I

12th Grade

48 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Ummul Hasseena

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in problem-solving?

Coding the solution

Defining the problem

Testing the solution

Debugging the code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to start a Python program?

#include

BEGIN

print("Hello World")

echo "Hello"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type?

Tuple

List

String

Int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will type(3.14) return?

<class 'int'>

<class 'float'>

<class 'str'>

<class 'bool'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for floor division?

/

//

%

**

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts a string "100" to integer?

int("100")

str("100")

float("100")

bool("100")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a syntax error?

print("Hello)

x = 5 + 3

y = x * 2

name = "Alice"

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?