PyDev Clash Quiz (TL2023)

PyDev Clash Quiz (TL2023)

12th Grade

25 Qs

quiz-placeholder

Similar activities

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

Python String

Python String

12th Grade

20 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Python

Python

12th Grade

20 Qs

python-series

python-series

12th Grade

20 Qs

PyDev Clash Quiz (TL2023)

PyDev Clash Quiz (TL2023)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Coders' Guild

Used 4+ times

FREE Resource

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

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?