Lesson 44 - Dictionary Datatype 2

Lesson 44 - Dictionary Datatype 2

5th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

AI for Youth – Machine and Minds

AI for Youth – Machine and Minds

8th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Python - Factory

Python - Factory

3rd - 8th Grade

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Programowanie Minecraft

Programowanie Minecraft

1st - 8th Grade

12 Qs

Emojis

Emojis

4th Grade - Professional Development

10 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Lession 47 - Test-6

Lession 47 - Test-6

5th - 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?