
Buuble sort and 2d list Quiz
Quiz
•
Instructional Technology
•
8th Grade
•
Medium
Kelzang Lethro
Used 3+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to swap the values of two variables, a and b, in Python?
a = b and b = a
a, b = b, a
swap(a, b)
a = b + a and b = a - b
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a 2D list matrix = [[1, 2, 3], [4, 5, 6]], how would you access the number 5?
matrix[5]
matrix[2][1]
matrix[1][1]
matrix[0][1]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a bubble sort algorithm, what happens during one pass through the list?
The smallest element is moved to its final position.
The list is completely sorted.
Adjacent elements are compared and swapped if they are in the wrong order.
The list is divided into two halves.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
After the first pass of a bubble sort on the list [3, 7, 2, 1], what will the list look like? (Sorting in ascending order)
[3, 2, 1, 7]
[1, 3, 7, 2]
[2, 1, 3, 7]
[3, 7, 2, 1]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you find the number of rows in a 2D list named grid?
len(grid[0])
grid.rows()
len(grid)
grid.length
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the code: x = 10, y = 20, temp = x, x = y, y = temp. What are the final values of x and y?
x = 10, y = 20
x = 10, y = 10
x = 20, y = 20
x = 20, y = 10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following describes the worst-case scenario for bubble sort?
The list is already sorted.
The list is sorted in reverse order.
The list contains duplicate elements.
The list has an odd number of elements.
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
20 questions
Teknologi Informasi & Komunikasi
Quiz
•
7th - 9th Grade
20 questions
Techno 5° - Les réseaux informatiques
Quiz
•
8th - 9th Grade
15 questions
Conflict Resolution
Quiz
•
6th - 9th Grade
17 questions
TV shows and movies
Quiz
•
1st Grade - Professio...
23 questions
Google Sheets
Quiz
•
6th - 8th Grade
20 questions
Business Meeting
Quiz
•
7th - 8th Grade
15 questions
Digital Citizenship
Quiz
•
5th - 12th Grade
17 questions
CALL OF DUTY WARZONE
Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Instructional Technology
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
20 questions
Physical and Chemical Changes
Quiz
•
8th Grade
6 questions
Veterans Day
Lesson
•
8th Grade
13 questions
Finding slope from graph
Quiz
•
8th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
20 questions
Slope from a Graph
Quiz
•
8th Grade
