Class 11 Understanding Sorting MCQ Quiz Preview 1 Created on June 24, 2022 By Lucky Class 11 Understanding Sorting Quiz 1 / 16 In ith pass of insertion sort, previous (i-1) element are already sorted. True False 2 / 16 In ith pass of Bubble sort,sorting in ascending order, the ith largest element is placed at ith last position . False True 3 / 16 Insertion sort is the fastest sorting algorithm. True False 4 / 16 Bubble sort is the fastest sorting algorithm. False True 5 / 16 The insertion sort algorithm will take maximum ____ passes to sort an array of n elements n-1 n+1 none of these 6 / 16 The algorithm that picks one element at a time from unsorted segment and places it to its correct position as the sort order in sorted segment is called ___ sort. Insertion Selection Bubble 7 / 16 The Bubble sort algorithm will take maximum ____ passes to sort an array of P elements. p-1 p=1 P2 8 / 16 The algorithm that sorts elements by comparing two adjacent elements and swapping them to be in the right order is called ___ sort. Selection Bubble Insertion 9 / 16 ____ refers to the arrangement of elements in a specific order. sorting Bubble insertion 10 / 16 Which of the following real time example is based on insertion sort? Arranging a pack of playing cards Arranging books on a library shelf Searching a page number from book 11 / 16 For the list [ 34,8,14,51,32,21], how will the list elements look like after second pass in Insertion Sort ? [8,21,32,24,51,14] [8,32,34,51,14,21] [8,14,34,51,32,21] [8,14,32,21,34,51] 12 / 16 For the list [34,8,14,51,32,21], how will the list elements look like after second pass in Bubble sort ? [8,21,32,34,51,14] [8,32,34,51,14,21] [8,34,51,14,32,21] [8,14,32,21,34,51] 13 / 16 How many passes does a bubble sort algorithm take to sort an array of N elements ? N N-1 N+1 N2 14 / 16 How many passes does an insertion sort algorithm take to sort an array of N elements? N N-1 N+1 N2 15 / 16 Which of the following are sorting algorithms? Insertion BFS Round Robin Bubble 16 / 16 Arranging element of an array or a list in an order is known as _____. Searching Sorting Merging Your score is The average score is 31% LinkedIn Facebook Twitter VKontakte 0% Restart quiz Lesson tags: Class 11 Dictionary MCQ Quiz, python quiz class 11, python quiz for class 12 Class 11 Dictionary MCQ Quiz Class 11 Cyber Safety MCQ Quiz Back to: CBSE class 11 Computer Science Notes