Python MCQ

Python MCQ

6th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

BZA Python Programming 3

BZA Python Programming 3

6th - 8th Grade

20 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python basics yr7

Python basics yr7

6th - 9th 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?