Skip to main content
Chapter 6 of 13
Syllabus

Searching

CBSE · Class 12 · Computer Science

Complete topic list for Searching in CBSE Class 12 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.

45 questions20 flashcards4 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 syllabus 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
4 Topics · CBSE Class 12 Computer Science

Topics in Searching

1

Introduction to Searching

  • Searching means locating a particular element in a collection of elements
  • Search result determines whether the element is present or not
  • If present, it also finds the position of that element in the collection
2

Linear Search (Sequential Search)

  • Most fundamental and simplest search method
  • Compares every element of the list with the key one by one
  • Continues until key is found or entire list is traversed
3

Binary Search

  • Efficient search technique for sorted lists only
  • Compares key with middle element of the list
  • Eliminates half of the remaining elements in each comparison
4

Search by Hashing

  • Technique to find presence of key in just one step
  • Uses hash function to calculate index position directly
  • Creates a hash table to store elements at calculated positions

Key Concepts

A simple searching method that examinesAn efficient searching algorithm that worksA technique that uses a mathematicalA situation that occurs when two

Frequently Asked Questions

What are the important topics in Searching for CBSE Class 12 Computer Science?
Searching covers several key topics that are frequently asked in CBSE 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 — CBSE Class 12 Computer Science?
Start by understanding all key concepts. Practise previous year questions from this chapter. Revise formulas and definitions regularly. Use flashcards for quick revision 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 CBSE Class 12 Computer Science.