Search Header Logo

PyDev Clash Quiz (TL2023)

Authored by Coders' Guild

Computers

12th Grade

Used 4+ times

PyDev Clash Quiz (TL2023)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

In computer science, what notation is used to classify algorithms according to how their run time or space requirements grow as the input size grows?

Berners-Lee Notation

Turing Notation

Big O Notation

Run Time Scaling Notation

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

In Python, of the following blocks will always be executed whether an exception is encountered or not in a program.

except:

try:

while <condition>:

finally:

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Python Interpreter was written in which programming language?

C

C++

Java

Fortran

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the difference between a tuple and a list in Python?

Tuple is mutable, list is immutable

List is mutable, tuple is immutable

List is traversable, tuple is not

Tuple is traversable, list is not

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is converting a Python object hierarchy to a byte stream called?

Packing

Deserialisation

Pickling

Unpacking

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the extension of a Python file?

.py

.pyth

.pf

.pt

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What are docstrings in Python?

It is the function to convert .doc file to python strings

They describe what a python file does

They document the usage of strings in the code

They describe what a function or module does

Access all questions and much more by creating a free account

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

Already have an account?