Backend Assignment

Backend Assignment

20 Qs

quiz-placeholder

Similar activities

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

sensory food evaluation

sensory food evaluation

6th - 7th Grade

20 Qs

Python Tkinter

Python Tkinter

12th Grade - University

15 Qs

Project Management

Project Management

10th - 12th Grade

20 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Final Python Quiz 2023

Final Python Quiz 2023

8th Grade

20 Qs

positive isolation

positive isolation

Professional Development

20 Qs

Backend Assignment

Backend Assignment

Assessment

Quiz

Other

Hard

Created by

Husna Shaik

Used 52+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python supports the creation of anonymous functions at runtime, using a construct called __________

Pi

anonymous

Lambda

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is serialization and deserialization?

A. Serialization - Converting the Python object to json.

Deserialization - Converting json object to Python data 

B. Serialization - Converting the Json object to Python.

Deserialization - Converting Python object to Json data 

C. Both A and B

D. None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is polymorphism?

A.Function/ Identifier having same name different purpose

B.Function/ Identifier having Different name different purpose

C.Function/ Identifier having Same name Same purpose

D.None

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Git Is a Code Repository Management tool

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are data types in Python ?

Integer

float

String

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Reverse a list L in 1 line without using function

L[:-1]

L[::-1]

L{:-1}

L(::-1)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to insert key val pair in dictonary

A. D = {}

D[‘key’] = ‘value’

B. D = ()

D('Key') = ‘value’

C. D = []

D{'Key'} =‘value’

D. None

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?