Unit 8

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Julia McGreal
Used 7+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following programs would produce the following output:
my_list = ["honey", "bread", "jelly", "plates"]
for index in range(len(my_list)): print(str(index) + ". " + my_list)
my_list = ["honey", "bread", "jelly", "plates"]
for index in range(len(my_list)): print(str(index+1) + ". " + my_list[index])
my_list = ["honey", "bread", "jelly", "plates"]
for index in my_list: print(str(index+1) + ". " + my_list[index])
my_list = ["honey", "bread", "jelly", "plates"]
for index in len(my_list): print(str(index) + ". " + my_list[index])
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What kind of data structure is user_data in the following declaration?
user_data = ["TJ", 24, "artLover123"]
Tuple
List
2D List
String
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following lines of code will cause an error? Use the following definition of ages:
ages = (12, 5, 8)
ages = ages + (1, 3, 5)
ages = ages + (1, 3, 5)
print(ages[2])
ages = ages[2:]
ages[0] = 3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code snippet print?
fruit = ["b", "n", "n"]
print("a".join(fruit))
bnn
bnn
ba na na
banan
bbb
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of num after this code runs?
shapes = ["triangle", "square", "hexagon", "circle", "pentagon"]
num = len(shapes)
0
4
5
33
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does this program print?
My favorite animal is a dog or penguin
My favorite animal is a penguin or chipmunk
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following program?
[1, 2, 3, 4, 5, 5, 5, 5]
[1, 2, 3, 4, 5]
[1, 2, 3, 4, 6, 7, 8, 9]
[1, 2, 3, 4, 5, 6, 7, 8]
Similar Resources on Wayground
10 questions
Python тілінде программалау

Quiz
•
1st - 10th Grade
10 questions
Guided Note 5.3 For Loop and List

Quiz
•
9th - 12th Grade
10 questions
AP CSP - Python Lists and Arrays

Quiz
•
9th - 12th Grade
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
12 questions
Unit 6 practice Lists, no loops

Quiz
•
12th Grade
8 questions
String Handling in Java

Quiz
•
10th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
7 questions
Python-list,tuple,Dictionary

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

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

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade