Skip to main content
Chapter 6 of 13
Chapter Summary

Searching

Manipur Board · Class 12 · Computer Science

Summary of Searching for Manipur Board Class 12 Computer Science. Key concepts, important points, and chapter overview.

43 questions68 flashcards5 concepts

Interactive on Super Tutor

Studying Searching? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for chapter summary and more.

1,000+ Class 12 students started this chapter today

An illustration showing a person searching for an item in a cluttered room, contrasting it with a person finding an item in an organized, labeled storage system, to metaphorically represent the concep
Super Tutor

This is just one of 9+ visuals inside Super Tutor's Searching chapter

Explore the full set

Overview

Searching means locating a particular element in a collection of elements. The result shows whether the element is present and, if present, its position. Searching is a basic and important operation in computer science because data must often be retrieved from large collections stored for later use.

Key Concepts

Searching is the process of locating

Searching is the process of locating a particular element in a collection. It tells whether the element is present and, if present, where it is locate

Linear search compares each element

Linear search compares each element of a list one by one with the key until a match is found or the full list is checked. It is also called sequential

Binary search works on a sorted

Binary search works on a sorted list. It compares the key with the middle element and then continues in only the first half or second half depending o

The middle index is found using

The middle index is found using mid = (first+last)//2. For an even number of elements, floor division is used.

A hash function calculates the index

A hash function calculates the index at which an element should be placed in a hash table. For numeric values, the remainder method uses h(element) =

Learning Objectives

  • Understand the meaning and purpose of searching
  • Describe linear search and its working
  • Explain why linear search is also called sequential or serial search
  • Understand binary search and the need for sorted data
  • Calculate the middle position using floor division in binary search

Frequently Asked Questions

What are the important topics in Searching for Manipur Board Class 12 Computer Science?
Searching covers several key topics that are frequently asked in Manipur Board Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Searching — Manipur Board Class 12 Computer Science?
Understand the core concepts first, then work through the 43 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Searching chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Manipur Board Class 12 Computer Science.