It is an array that is used to store data values in key:value pairs.
Python Array- quiz

Quiz
•
Computers
•
11th Grade
•
Medium
Mariam Barbary
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List
Tuple
Set
Dictionary
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It is an array which is ordered and unchangeable & allows duplicate members.
Tuple
List
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of brackets we use to create a list
[ ]
{ }
( )
all are correct
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of brackets we use to create a Tuple
[ ]
{ }
( )
all are correct
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of brackets we use to create a Dictionary
[ ]
{ }
( )
all are correct
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
thisdict = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
What is the correct code to Change the "year" to 2018:
thisdict["year"] = 2018
change(thisdict('year'),2018)
thisdict.append(2018)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which method is used to remove an element from a list by its index.
remove()
pop()
del
clear()
Create a free account and access millions of resources
Similar Resources on Quizizz
13 questions
Database Concepts - Introduction

Quiz
•
11th Grade
10 questions
Data structures, operators and variables

Quiz
•
9th - 12th Grade
13 questions
computer science

Quiz
•
11th Grade
10 questions
Programming - Basic File Handling Operations

Quiz
•
3rd - 11th Grade
14 questions
PCS Typing Questions

Quiz
•
9th - 12th Grade
10 questions
The DOM Practice

Quiz
•
9th - 12th Grade
12 questions
Tuples Quiz - Vijayendra

Quiz
•
9th - 12th Grade
15 questions
Database Concepts

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University