Searching Quiz

Searching Quiz

University

12 Qs

quiz-placeholder

Similar activities

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

In-Lab5

In-Lab5

University

14 Qs

Digital ELectronics 1

Digital ELectronics 1

University

10 Qs

DS

DS

University

8 Qs

Types of antonymy

Types of antonymy

University

14 Qs

𝐐𝐔𝐈𝐙 - 𝐋𝐎𝐂𝐎𝐌𝐎𝐓𝐎𝐑 𝐌𝐎𝐕𝐄𝐌𝐄𝐍𝐓𝐒 (𝐆𝐑𝐎𝐔𝐏 6)

𝐐𝐔𝐈𝐙 - 𝐋𝐎𝐂𝐎𝐌𝐎𝐓𝐎𝐑 𝐌𝐎𝐕𝐄𝐌𝐄𝐍𝐓𝐒 (𝐆𝐑𝐎𝐔𝐏 6)

University

15 Qs

Exploring C++, Data Structures, and HTML

Exploring C++, Data Structures, and HTML

12th Grade - University

10 Qs

Dart Sets Quiz

Dart Sets Quiz

University

10 Qs

Searching Quiz

Searching Quiz

Assessment

Quiz

Other

University

Hard

Created by

Niranjani Niranjani

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following searching algorithm is fastest when the input array is not sorted but has uniformly distributed values? a) linear search b) jump search c) interpolation search d) binary search

linear search

jump search

interpolation search

binary search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following step is taken after finding an element having value greater than the element being searched? a) binary search takes place in the forward direction b) binary search takes place in a backward direction c) linear search takes place in the forward direction d) linear search takes place in the backward direction

binary search takes place in the forward direction

binary search takes place in a backward direction

linear search takes place in the forward direction

linear search takes place in the backward direction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can Jump Search be improved? a) Step size should be other than sqrt(n) b) Cannot be improved c) Begin from the kth item, where k is the step size d) Start searching from the end

Step size should be other than sqrt(n)

Cannot be improved

Begin from the kth item, where k is the step size

Start searching from the end

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interpolation search is a variation of? a) Exponential search b) Linear search c) Binary search d) Jump search

Exponential search

Linear search

Binary search

Jump search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following searching algorithm is fastest? a) binary search b) linear search c) jump search d) all are equally fast

binary search

linear search

jump search

all are equally fast

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an advantage of Fibonacci Search? a) When the element being searched for has a non uniform access storage b) It can be applied efficiently on unsorted arrays c) Can be used for large arrays which do not fit in the CPU cache or in the RAM d) Can be used in magnetic tapes

When the element being searched for has a non uniform access storage

It can be applied efficiently on unsorted arrays

Can be used for large arrays which do not fit in the CPU cache or in the RAM

Can be used in magnetic tapes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following case jump search will be preferred over exponential search? a) when the given array is very small in size b) when the given array is very large in size c) jumping backwards takes significantly more time than jumping forward d) jumping forward takes significantly more time than jumping backwards

when the given array is very small in size

when the given array is very large in size

jumping backwards takes significantly more time than jumping forward

jumping forward takes significantly more time than jumping backwards

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?