DSA - Searching

DSA - Searching

University

40 Qs

quiz-placeholder

Similar activities

DSA QUIZ - 2 (17-06-23)

DSA QUIZ - 2 (17-06-23)

University

40 Qs

Design and Analysis of Algorithms [5th Sem BCA]

Design and Analysis of Algorithms [5th Sem BCA]

University

45 Qs

Sistem Berkas

Sistem Berkas

University

36 Qs

Design and Analysis of Algorithms

Design and Analysis of Algorithms

University

44 Qs

Sorting, Searching and Big O Review

Sorting, Searching and Big O Review

9th Grade - University

45 Qs

Sorting & Hashing

Sorting & Hashing

University

35 Qs

CSE214 Final Review

CSE214 Final Review

University

44 Qs

Struktur Data dalam Pembuatan Gim

Struktur Data dalam Pembuatan Gim

12th Grade - University

36 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?