Skip to main content
Chapter 6 of 13
Syllabus

Searching

Bihar Board · Class 12 · Computer Science

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

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 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 · Bihar Board Class 12 Computer Science

Topics in Searching

1

1. Core Idea of Searching

  • Searching is used to locate a key in a collection of elements.
  • The result of searching tells whether the key is present or absent.
  • If the key is present, the position of the key can also be found.
2

2. Linear Search

  • Linear search is the most fundamental and simplest search method.
  • It is an exhaustive technique: every element is compared one by one with the key.
  • The comparison begins at the first element and moves towards the last element.
3

3. Binary Search

  • Binary search uses the ordering of elements in a sorted list.
  • It compares the key with the middle element of the sorted list.
  • There are three possibilities: the middle element matches the key, is greater than the key, or is less than the key.
4

4. Search by Hashing

  • Hashing is used to know the presence of a key in just one step.
  • A hash function generates an index value for every element and creates a hash table.
  • Each index in the hash table holds only one item.

Key Concepts

Central concept: Searching

IntroductionLinear SearchBinary SearchSearch by HashingCollisionCollision ResolutionPerfect Hash FunctionHash Function

Frequently Asked Questions

What are the important topics in Searching for Bihar Board Class 12 Computer Science?
Searching covers several key topics that are frequently asked in Bihar 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 — Bihar 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 Bihar Board Class 12 Computer Science.