Chapter 7-8 Review
Quiz
•
Instructional Technology, Computers
•
11th Grade
•
Practice Problem
•
Medium
Michael Rucereto
Used 8+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
Count = 0
while count < 10:
print count
count += 1
0,1,2,3,4,5,6,7,8,9,10
0,1,2,3,4,5,6,7,8,9
1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,10,11
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
def my_function(x):
for i in range(0, len(x)):
x[i] = x[i]
return x
print my_function(range(5))
0,1,2,3,4,5
1,2,3,4,5
0,1,2,3,4
None of these choices
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
N = [3, 5, 7]
def double_list(x):
for i in range(0, len(x)):
x[i] = x[i] *2
3,10,7
6,10,14
3,5,7
[6,10,14]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
N = [3, 5, 7]
def print_list(x):
for i in range(0, len(x)):
print x[i]
print_list(n)
3,5,7
[3,5,7]
{3,5,7}
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
def list_function(x):
x[2] = x[2] +12
return x
n = [26, 29, 32]
print x[2]
32
29
44
None of these choices
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
N = [10, 20, 35]
n.append(42)
print n
10,20,35,42
{10,20,35,42}
*10,20,35,42*
[10,20,35,42]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will run when the following code is executed?
N = [22, 13, 5]
N[0] = n[0] * 3
print N[0]
22
66
15
None of the above
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Mengenal Jendela dan Ikon Microsoft Excel
Quiz
•
7th Grade - University
20 questions
Câu 21-40
Quiz
•
11th Grade
18 questions
School Mangement System ICT 0417 IGCSE
Quiz
•
10th - 12th Grade
20 questions
Pemrograman Dasar 3
Quiz
•
9th - 12th Grade
20 questions
مراجعة-علوم الحاسب-نهاية ف2
Quiz
•
11th Grade
17 questions
Compuertas lógicas
Quiz
•
11th Grade
20 questions
Bài tập về chương trình con
Quiz
•
11th Grade
16 questions
LA3.C3: Variables
Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Instructional Technology
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
20 questions
Thanksgiving Trivia
Quiz
•
11th Grade
34 questions
Geometric Terms
Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
16 questions
Proportional Relationships And Constant Of Proportionality
Quiz
•
7th - 12th Grade
10 questions
DNA Replication Concepts and Mechanisms
Interactive video
•
7th - 12th Grade
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
