Quiz#1: Python

Quiz#1: Python

University

10 Qs

quiz-placeholder

Similar activities

Node.js

Node.js

University

10 Qs

GUESS THE ANSWER

GUESS THE ANSWER

University

10 Qs

Software Testing

Software Testing

University

10 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

Information System and Modern Organization part 1

Information System and Modern Organization part 1

University

14 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?