QUIZ-A-THON PYTHON LEVEL 2

QUIZ-A-THON PYTHON LEVEL 2

1st Grade

15 Qs

quiz-placeholder

Similar activities

सराव चाचणी क्र 2 मराठी

सराव चाचणी क्र 2 मराठी

1st - 5th Grade

10 Qs

mutiple choice

mutiple choice

1st Grade

10 Qs

math quiz for kids

math quiz for kids

1st Grade

18 Qs

Deret Aritmatika

Deret Aritmatika

1st Grade

10 Qs

syfaul tik

syfaul tik

1st Grade

15 Qs

Dzielenie do 30 przez 2

Dzielenie do 30 przez 2

1st - 5th Grade

14 Qs

Прог нг сессия даиындык

Прог нг сессия даиындык

1st Grade

10 Qs

Xiaomi Smart Band 8 Pro

Xiaomi Smart Band 8 Pro

1st Grade

14 Qs

QUIZ-A-THON PYTHON LEVEL 2

QUIZ-A-THON PYTHON LEVEL 2

Assessment

Quiz

Others

1st Grade

Hard

Created by

Kaustubh Pandey

Used 1+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about Python is incorrect?

Python is an interpreted language.

Python code requires compilation before execution.

Python supports both object-oriented and procedural programming.

Python has automatic memory management.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between lists and tuples in Python?

Lists are mutable, whereas tuples are immutable.

Lists can store mixed data types, but tuples cannot.

Tuples are faster to iterate than lists.

Lists are immutable, whereas tuples are mutable.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PEP stand for in Python?

Python Exception Protocol

Python Error Procedure

Python Enhancement Proposal

Program Execution Policy

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types can be used as dictionary keys in Python?

Lists

Tuples

Sets

Dictionaries

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about Python functions is true?

Functions can have multiple return statements.

Functions must always include a return statement.

Functions can return only one value.

A function definition must start with the keyword def.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = [1, 2, 3] y = x[:] y.append(4) print(x)

[1, 2, 3]

[1, 2, 3, 4]

None

[4]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? def func(x=[]): x.append(1) return x print(func()) print(func())

[1] and [1]

[1] and [1, 1]

[1] and [2]

Error

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?