
Python MCQ Challenge
Quiz
•
Information Technology (IT)
•
University
•
Medium
Ajith Ajith
Used 1+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SNS Engineering College maintains a list of student roll numbers. To check if roll number 2025 exists, which search is more efficient if the list is already sorted?
Linear Search
Binary Search
Random Search
Hash Search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have a Python list of Tamil movies:
movies = ["Vikram", "Leo", "Jailer", "Master", "Beast"]
If you want to check whether "Leo" is present, which searching technique is most suitable for an unsorted list?
Binary Search
Linear Search
Interpolation Search
Hash Search
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a cricket match scorecard, player scores are stored in sorted order:
scores = [15, 22, 35, 50, 60, 72, 85, 100]
Which search will find score = 72 faster?
Linear Search
Binary Search
Random Guessing
Sequential Check
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Coimbatore colleges are stored in a list:
colleges = ["PSG", "KCT", "SNS", "SKCET", "Sri Krishna"]
Which Python statement is best for searching "SNS" directly?
"SNS" in colleges
colleges.index("SNS")
Both a and b
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a movie ticket booking system uses binary search, what condition must be true for the movie seat numbers list?
List must be sorted
List must be unsorted
List must have unique values
List must contain only integers
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
players = ["Dhoni", "Kohli", "Raina", "Rohit", "Jadeja"]
name = "Kohli"
for i in range(len(players)):
if players[i] == name:
print("Found at", i)
What type of search is implemented?
Binary Search
Linear Search
Jump Search
Hashing
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Anna University results portal, students search their register number. If register numbers are stored in a sorted list, which algorithm reduces search time from O(n) to O(log n)?
Linear Search
Binary Search
Bubble Sort
Quick Search
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
13 questions
Session 15 + 16 : Function
Quiz
•
University
20 questions
ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9
Quiz
•
9th Grade - University
15 questions
Quiz 3. Struktur Data
Quiz
•
8th Grade - University
10 questions
CHFI Module 1
Quiz
•
University
15 questions
Mengetahui Web Browser
Quiz
•
9th Grade - University
15 questions
Quiz Analisis Data
Quiz
•
8th Grade - University
10 questions
Quiz Microsoft Excel #1
Quiz
•
10th Grade - University
15 questions
TECH TRIVIA - EASY LEVEL
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Information Technology (IT)
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
20 questions
Physical or Chemical Change/Phases
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
39 questions
Unit 7 Key Terms
Quiz
•
11th Grade - University
7 questions
Transition Words and Phrases
Interactive video
•
4th Grade - University
18 questions
Plotting Points on the Coordinate Plane
Quiz
•
KG - University
5 questions
Declaration of Independence
Interactive video
•
4th Grade - University
