Searching
Nagaland Board · Class 12 · Computer Science
Complete topic list for Searching in Nagaland Board Class 12 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.
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

This is just one of 9+ visuals inside Super Tutor's Searching chapter
Explore the full setTopics in Searching
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. 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. 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. 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
Frequently Asked Questions
What are the important topics in Searching for Nagaland Board Class 12 Computer Science?
How to score full marks in Searching — Nagaland 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 Searching
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Searching chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Nagaland Board Class 12 Computer Science.