1. >CUET (UG)
  2. >Programming and Data Structures
Found 6  QuestionsSET DEFAULT
Selected Filters
    CUET (UG) Programming and Data Structures
Exams
Years
Subjects
Topics

List of top Programming and Data Structures Questions asked in CUET (UG)

Consider a list [−2, 0, 3, 5, 9, 11, 13]. Apply binary search to find element -2. Determine the number of key comparison required?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Linked Lists
Which of the following technique of searching compares every element of list where the list can be in any order?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Linked Lists
Consider a list of elements 8, 7, 3, 4, 1, 9 and perform the insertion sort in ascending order. Which of the following intermediate list occur during sorting.
(A) 7, 8, 3, 4, 1, 9
(B) 7, 3, 8, 4, 1, 9
(C) 3, 4, 7, 8, 1, 9
(D) 7, 3, 4, 8, 1, 9
(E) 1,7, 3, 4, 8, 9
Choose the correct answer from the options given below:
 
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Linked Lists
It is taken that enteries that are made in stack are considered "ordered". What does this imply?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Stacks
which one of the following is not related with the stack ?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Stacks
Which out of the following is not the application of stacks?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structures
  • Stacks