1. Which of these collections defines a LIST?
Python List

Quiz
•
Computers
•
12th Grade
•
Hard
Jumanah Alqurnah
Used 46+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
{"numbers": "omar", "Ali": "Ahmed"}
["omar", "Ali": "Ahmed"]
("omar", "Ali": "Ahmed")
{"omar", "Ali": "Ahmed"}
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
1. How can you print the second and the third items in the list example ?
print(example[2,3],example[3])
echo(example[3][2])
print(example[1],example[2])
print(example(2))
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following are true of Python lists?
These represent the same list: ['a', 'b', 'c'], ['c', 'a', 'b']
A given object may appear in a list more than once
There is no conceptual limit to the size of a list
A list may contain any type of object except another list
a) All elements in a list must be of the same type
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the answer of print (list(range(1, 6)))
[1, 2, 3, 4, 5]
[2, 3, 4]
[1, 3, 2, 4, 5]
[ 2, 3, 4, 5, 1]
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose the correct definition for Python List
A collection which is ordered and unchangeable
A collection which is ordered and changeable.
A collection which is unordered, changeable and indexed.
A collection which is unordered and un-indexed.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code snippet:
x = ["Omar", "Ali", "Ahmed"]
print(x[1])
print(x[-2])
print(x[-2][-1])
Ali
Omar
A
Ali
Ali
i
Omar
Omar
r
Ali
Ali
Ali
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose the correct python program that has the output A
print("A".lower())
Print("A")
x=["Ali"]
print(x[0])
x=["Ali"]
print(x[--3])
Create a free account and access millions of resources
Similar Resources on Quizizz
23 questions
EXCEL TEST

Quiz
•
KG - University
25 questions
CSP Python Review

Quiz
•
9th - 12th Grade
30 questions
GDSC DEU & PYTHON

Quiz
•
9th - 12th Grade
25 questions
Algorithms - python (GCSE)

Quiz
•
10th - 12th Grade
23 questions
Ôn tập kì Xuân Tin học 10. 2

Quiz
•
10th Grade - University
24 questions
Grafika

Quiz
•
KG - University
25 questions
Python Test

Quiz
•
9th - 12th Grade
30 questions
REVISÃO PYTHON

Quiz
•
9th - 12th 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
30 questions
Linear Inequalities

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

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