Python MCQ

Python MCQ

6th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

Y8 Python Revision

Y8 Python Revision

6th - 7th Grade

20 Qs

Year 8 Python -input-output-selection

Year 8 Python -input-output-selection

8th - 9th Grade

20 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python

Python

8th Grade

20 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Python-қарапайым тапсырмалар

Python-қарапайым тапсырмалар

6th - 8th Grade

20 Qs

Python MCQ

Python MCQ

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Alijon Kuvondikov

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python primarily used for?

Only web development

Only data analysis

Multiple purposes like web development, data analysis, AI, etc.

Only game development

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you skip indentation in Python?

The code still runs

It adds a tab automatically

You get a syntax error

It becomes a comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add an item to the end of a list?

list.add()

list.append()

list.insert()

list.extendLast()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to write a comment in Python?

// This is a comment

# This is a comment

/* This is a comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Python data type?

list

tuple

array

dict

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does for i in range(0): print(i) output?

0

None

Nothing

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: x = 5 if x > 2: print("A") elif x > 3: print("B") else: print("C")

A

B

C

A B

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?