DSA - Searching

DSA - Searching

University

40 Qs

quiz-placeholder

Similar activities

CSE214 Final Review

CSE214 Final Review

University

44 Qs

CpE 416 Module 3 - De Honor

CpE 416 Module 3 - De Honor

University

35 Qs

Computer Algo Test-1

Computer Algo Test-1

University

40 Qs

Struktur Data -1 Polmain

Struktur Data -1 Polmain

University

40 Qs

Design and Analysis of Algorithms [5th Sem BCA]

Design and Analysis of Algorithms [5th Sem BCA]

University

45 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

Design and Analysis of Algorithms

Design and Analysis of Algorithms

University

44 Qs

IRT ASSESSMENT 1

IRT ASSESSMENT 1

University

40 Qs

DSA - Searching

DSA - Searching

Assessment

Quiz

Computers

University

Hard

Created by

Thành Ngọc

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the goal of a search algorithm?
Sort the input list
Insert an element
Find the position of a target element
Delete a node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a reason why searching can be difficult?
Big data size
Time constraints
Feature is easy to describe
Storage method

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a search application?
Google Search
RAM
Hard disk
CPU

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the basic operation of a search algorithm?
Multiplication
Assignment
Comparison
Division

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the inputs to a search algorithm?
A list and a key
A tree and an index
Two sorted arrays
None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search algorithm checks elements one by one?
Binary search
Breadth-first search
Sequential search
Depth-first search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data structure is best for binary search?
Unsorted array
Sorted array
Linked list
Graph

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers