Quiz#1: Python

Quiz#1: Python

University

10 Qs

quiz-placeholder

Similar activities

PYTHON_CHAPTER 1

PYTHON_CHAPTER 1

University

10 Qs

CRYPT-IN (Finals)

CRYPT-IN (Finals)

University

10 Qs

cd125A_python for data science-Quiz2_2024_2025

cd125A_python for data science-Quiz2_2024_2025

University

12 Qs

Introduction to HCI

Introduction to HCI

University

10 Qs

CS201: Chapter 3

CS201: Chapter 3

University

13 Qs

Python Basics

Python Basics

University

10 Qs

Modulo 1 Python

Modulo 1 Python

University

10 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Quiz#1: Python

Quiz#1: Python

Assessment

Quiz

Computers

University

Hard

Created by

Navya Jain

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

What is the output of the given code?

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

What is the output of the following code?

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

In Python3, whatever you enter as input, the input() function converts it into a string. Enter True/False.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The process of pickling in Python includes ____________.

conversion of a Python object hierarchy into byte stream

conversion of a datatable into a list

conversion of a byte stream into Python object hierarchy

conversion of a list into a datatable

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

To add a new element to a list we use which Python command?

list1.addEnd(5)

list1.addLast(5)

list1.append(5)

list1.add(5)

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the purpose of the `__slots__` attribute in Python?

To limit the attributes that an object can have

To make the class immutable

To create read-only attributes

To define methods in a class

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is true about Python's Global Interpreter Lock (GIL)?

It allows multiple threads to execute in parallel

It is specific to the CPython implementation

It prevents race conditions by allowing only one thread to execute at a time

Both b and c

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?