PyDev Clash Quiz (TL2023)

PyDev Clash Quiz (TL2023)

12th Grade

25 Qs

quiz-placeholder

Similar activities

Fundamentos de Mecatrónica

Fundamentos de Mecatrónica

9th - 12th Grade

20 Qs

TMK TAHUN 6

TMK TAHUN 6

1st - 12th Grade

20 Qs

Arduino_Quiz

Arduino_Quiz

12th Grade

20 Qs

Computer parts

Computer parts

1st - 12th Grade

20 Qs

History of the computer

History of the computer

12th Grade

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

Sun lit

Sun lit

1st Grade - University

20 Qs

QUIZ 3 SAM

QUIZ 3 SAM

12th Grade

20 Qs

PyDev Clash Quiz (TL2023)

PyDev Clash Quiz (TL2023)

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Coders' Guild

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?