G10 CS Linear Search

Quiz
•
Computers
•
12th Grade
•
Medium
Fritz Bansag
Used 7+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which of the following cases, linear search algorithm is used?
To search an element in ORDERED list
To search an element in a list of few elements.
Well suited for almost type of list
To search in an unordered list consisting of few elements
None of the choices
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst case scenario of search array students?
(a) All searches take the same time
(b) Item = Henry
(c) Item = Annabelle
(d) B or C
(e) None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the best case scenario of search array students?
(a) item = Andrew
(b) Item = George
(c) Item = Annabelle
(d) All searched take the same time
(e) None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A linear search takes 2 inputs: one is a ordered list and another one is unsorted list. Which of the two will be sorted faster?
Sorted List
Unsorted List
Depends on the item of the position in the list
Not applicable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Under which of the following conditions is a linear search complete?
(a) Item is found
(b) Item is not present in the list
(c) a or b
None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times is the code inside while loop (position = position + 1) executed if item = ‘G’?
1
2
3
4
8
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times is the code inside while loop (position = position + 1) executed if item = ‘K’?
5
6
7
4
8
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
ASK Tingkatan 3 : Algoritma

Quiz
•
12th Grade
10 questions
Algorithms

Quiz
•
9th - 12th Grade
10 questions
Guided Note 5.3 For Loop and List

Quiz
•
9th - 12th Grade
15 questions
Linear and Binary Search Quiz

Quiz
•
12th Grade
12 questions
R081 Pre-production documents

Quiz
•
11th Grade - Professi...
11 questions
Computational Thinking

Quiz
•
12th Grade
11 questions
Understanding Linear Search Algorithm

Quiz
•
12th Grade
11 questions
Understanding Binary Search Algorithm

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade