
Python Data Structures and Algorithms Quiz

Quiz
•
Computers
•
Professional Development
•
Hard
nature mind
Used 1+ times
FREE Resource
41 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of appending an element to a list in Python?
O(1)
O(log n)
O(n)
O(n²)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? def mystery_function(arr): return [x**2 for x in arr if x % 2 == 0] print(mystery_function([1, 2, 3, 4, 5]))
[1, 4, 9, 16, 25]
[4, 16]
[2, 4]
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the space complexity of a recursive function?
O(1)
O(n)
O(n log n)
O(log n)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data structure follows First In, First Out (FIFO)?
Stack
Queue
Array
Linked List
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? def find_duplicates(arr): return len(arr) != len(set(arr)) print(find_duplicates([1, 2, 3, 4, 1]))
True
False
[1, 2, 3, 4]
[1]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true for a binary search?
The list must be unsorted
The list must be sorted
The list can be unsorted or sorted
The list can only contain negative integers
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the space complexity of merging two sorted arrays of size n?
O(1)
O(n)
O(2n)
O(log n)
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
37. For loop

Quiz
•
Professional Development
40 questions
QUIZ TIK

Quiz
•
Professional Development
40 questions
NO BRAINER - ETHEREAL

Quiz
•
University - Professi...
37 questions
REPASO FIREWALL Y VPN

Quiz
•
Professional Development
43 questions
Splunk Power User Quiz 7

Quiz
•
Professional Development
45 questions
Excel Basic Level QUIZ

Quiz
•
Professional Development
39 questions
Logica Programação

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade