CSE 102 Exam 2 Practice

Quiz
•
Computers
•
University
•
Hard
Tyler Lovell
Used 58+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to add an element to the end of a list in Python? (And only to the end of the list)
list.insert()
`list.append()`
`list.add()`
`list.extend()`
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the code snippet?
Hello
World
World!
, Worl
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will i be printed?
4 times
5 times
6 times
0 times
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which option below converts the while loop to a for loop?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about nested loops?
Only for loops can be nested.
Only while loops can be nested.
Both for and while loops can be nested.
Nested loops are not allowed in Python.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the code?
0:1
0:2
0:3
1:1
1:2
1:3
1:0
1:1
2:0
2:1
1:0
1:1
1:2
2:0
2:1
2:2
3:0
3:1
3:2
0:1
1:1
0:2
1:2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is more suitable for iterating over a list when the number of iterations is known?
for loop
while loop
do-while loop
foreach loop
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Lists in python

Quiz
•
University
15 questions
Kuizi 14 - Web

Quiz
•
10th Grade - University
12 questions
Python Quiz

Quiz
•
University
20 questions
Creating Algorithms through Pseudocodes and Flowcharts

Quiz
•
10th Grade - University
20 questions
Python Basics 4

Quiz
•
University
12 questions
Ex - Python Control Statements

Quiz
•
University
13 questions
JS IF ELSE FOR LOOPS

Quiz
•
University
10 questions
DECISION MAKING IN C

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade