Lesson 44 - Dictionary Datatype 2

Lesson 44 - Dictionary Datatype 2

5th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Training Module Quiz

Python Training Module Quiz

KG - University

6 Qs

Jan--2023

Jan--2023

6th Grade

10 Qs

Lesson 42-Various opening modes in file

Lesson 42-Various opening modes in file

5th Grade

10 Qs

Lesson 31 Test-4

Lesson 31 Test-4

5th - 8th Grade

15 Qs

AI for Youth – Machine and Minds

AI for Youth – Machine and Minds

8th Grade

10 Qs

mental ability

mental ability

1st - 5th Grade

15 Qs

Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

Python - Factory

Python - Factory

3rd - 8th Grade

15 Qs

Lesson 44 - Dictionary Datatype 2

Lesson 44 - Dictionary Datatype 2

Assessment

Quiz

Professional Development, Education

5th - 8th Grade

Easy

Created by

NotchUp .co

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python datatype is having key value pair ?

Dictionary

set

tuple

string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true ?

Dictionary keys are unique

Dictionary keys can have more than one value

Dictionary can have values without having key

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code ?

x={}

print(type(x))

Dictionary

set

list

tuple

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following python datatype encloses with {} ?

Dictionary

list

set

Both set and dictionary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default python input is of type -

string

int

float

list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to copy one dictionary into another ?

copy()

duplicate()

smaple()

Dictionary can't be copied

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to delete particular key from dictionary ?

del

clear

extern

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?