Sorting
Odisha Board · Class 12 · Computer Science
Practice quiz for Sorting — Odisha Board Class 12 Computer Science. MCQs and questions with answers to test your preparation.
Interactive on Super Tutor
Studying Sorting? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for practice quiz and more.
1,000+ Class 12 students started this chapter today

This is just one of 9+ visuals inside Super Tutor's Sorting chapter
Explore the full setQuick Quiz: Sorting
0/4Tap an answer to check it instantly. No sign-up needed for these 4.
What is sorting in computer science?
In Bubble Sort, how many passes are required to sort n elements?
What is the time complexity of all three sorting algorithms discussed (Bubble, Selection, Insertion)?
In Insertion Sort, where is the unsorted element inserted?
Sample Questions
Which of the following are characteristics of Selection Sort? (Select all correct answers)
Show answer
Finds the smallest element in each pass, Divides list into sorted and unsorted parts, Requires n-1 passes for n elements
Selection sort finds the minimum element in each pass, maintains sorted and unsorted portions, and needs n-1 passes. It doesn't only compare adjacent elements like bubble sort.
Which sorting algorithms use swapping of elements? (Select all correct answers)
Show answer
Bubble Sort, Selection Sort
All three sorting algorithms use swapping. Bubble sort swaps adjacent elements, selection sort swaps minimum with first unsorted element, and insertion sort shifts elements to make space.
Why is Bubble Sort called 'Bubble' Sort?
Show answer
Because large elements 'bubble up' to their correct position
It's called bubble sort because the largest elements gradually 'bubble up' to the end of the list in each pass, similar to air bubbles rising to the surface in water.
What type of time complexity do algorithms with nested loops have?
Show answer
Quadratic time
Algorithms with nested loops have quadratic time complexity because the inner loop runs n times for each of the n iterations of the outer loop, giving n² operations.
+41 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Sorting for Odisha Board Class 12 Computer Science?
How to score full marks in Sorting — Odisha Board Class 12 Computer Science?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Sorting
Important Questions
Practice with board exam-style questions
Syllabus
What topics to cover
Revision Notes
Key points for last-minute revision
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Sorting chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Odisha Board Class 12 Computer Science.