Python Quiz

Python Quiz

12th Grade

30 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

9th - 12th Grade

27 Qs

Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

9th - 12th Grade

25 Qs

Greenfoot Vocabulary

Greenfoot Vocabulary

9th - 12th Grade

30 Qs

Computer Sc Class 12

Computer Sc Class 12

12th Grade

25 Qs

Python lesson 3 (Tkinter)

Python lesson 3 (Tkinter)

6th - 12th Grade

25 Qs

Grade 12 Computers Quiz

Grade 12 Computers Quiz

12th Grade

30 Qs

DPK OOP

DPK OOP

12th Grade

25 Qs

Python L2 Programming Challenge

Python L2 Programming Challenge

3rd - 12th Grade

30 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Youngbot Academy

Used 6+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a block of code in Python

Indentation
Semicolons
Braces
Parentheses

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to define a function in Python

func

function
define
def

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python


variable_1

variable-1

variable 1

1_variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pass in Python?

A pass is a null statement in Python used as a placeholder.
A pass is a loop control statement in Python.
A pass is a function in Python that returns None.
A pass is a keyword used to define a class in Python.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be used as a key in a Python dictionary?

tuple

Lists
Dictionaries
Sets

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a shallow copy, what happens if the original object contains a mutable object like a list?

The mutable object is cloned

The mutable object is copied entirely

The reference to the mutable object is copied

It raises an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you combine two dictionaries in Python?

dict1.add(dict2)

dict1.update(dict2)

dict1 + dict2

merge(dict1, dict2)

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?