1. >CUET (UG)
  2. >Computer Science
Found 6  QuestionsSET DEFAULT
Selected Filters
    CUET (UG) Computer Science Searching
Exams
Years
Subjects
Topics

List of top Computer Science Questions on Searching asked in CUET (UG)

How many minimum number of comparisons are required to search an element from 'n' elements in Linear Search?
  • CUET (UG) - 2024
  • CUET (UG)
  • Computer Science
  • Searching

Arrange the following in the ascending order of their time complexity.
(A) Worst Case of Linear Search
(B) Best Case of Binary Search
(C) Worst Case of Binary Search
(D) Worst Case of Bubble Sort
Choose the correct sequence from the options given below:

  • CUET (UG) - 2024
  • CUET (UG)
  • Computer Science
  • Searching
Choose the statements that are correct.
Options:
(A) For Binary Search, all the elements have to be sorted.
(B) For Linear Search, all the elements have to be sorted.
(C) Linear Search takes less time for searching in worst case than binary search’s worst case.
(D) Linear Search always gives fast result whether elements are sorted or not.
Choose the correct answer from the options given below:
  • CUET (UG) - 2024
  • CUET (UG)
  • Computer Science
  • Searching
Locating a particular element in a collection of elements is called ______.
  • CUET (UG) - 2023
  • CUET (UG)
  • Computer Science
  • Searching
Each element in the list is compared one by one with key is called _____.
  • CUET (UG) - 2023
  • CUET (UG)
  • Computer Science
  • Searching
Serial search or sequential search are also known as _____.
  • CUET (UG) - 2023
  • CUET (UG)
  • Computer Science
  • Searching