![T2Q1A11[CAI]/51](https://cf.quizizz.com/img/wayground/activity/activity-square.jpg?w=200&h=200)
T2Q1A11[CAI]/51

Quiz
•
Computers
•
11th Grade
•
Medium
Dima Zaaiter
Used 4+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following Python libraries is used to model vectors and matrices efficiently?
SymPy
Pandas
Scipy
Numpy
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What letter will be printed on the screen after running this code:
city = "Exeter"
letter = city[3]
print (letter)
e
x
t
Nothing prints
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the position of the name "Robert" in the following list:
names = ["Bob", "Bobby", "Robert", "Rob"]
0
1
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the append function do in the following code:
cities = ["Manchester", "Exeter", "Bristol"]
cities.append("Liverpool")
print(cities)
Adds Liverpool to the beginning of the list
Replaces Bristol with Liverpool
Replaces Manchester with Liverpool
Adds Liverpool to the end of the list
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following code, city is an example of a what?
city = "Exeter"
List
Function
Variable
Array
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Each item in a list has an index. What is the first index in a Python list?
0
1
a
A
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code segment in Python?
countries = ["France", "Wales", "England"]
print(countries)
print(countries[1])
['France', 'Wales', 'England']
France
['France', 'Wales', 'England']
Wales
France, Wales, England
Wales
France Wales England
France
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Data handling

Quiz
•
11th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
15 questions
Python Arrays Quiz P7

Quiz
•
11th Grade
20 questions
Lists - Built in Functions

Quiz
•
11th Grade
10 questions
Python Матрицы

Quiz
•
10th - 11th Grade
14 questions
T-Level DPDD: File Handling Quiz

Quiz
•
11th Grade
10 questions
Computer Science class 11

Quiz
•
11th Grade
10 questions
Python Basics - Quiz

Quiz
•
8th - 11th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade