Bihar Board Class 12 Computer Science syllabus 2025-26: Check PDF Below

Bihar School Education Board (BSEB) 12th Board

Prateek Tomar
Prateek Tomar

The Bihar School Examination Board (BSEB) provided the Bihar Board 12th Computer Science syllabus 2025-26 online. The syllabus is available in PDF format. By visiting the official website, you can download the Computer Science syllabus PDF. You can also check the marks allotted to them. Programming in C++ is the chapter with highest marks. You will have to answer questions worth 30 marks. In total, the theory exam will be of 70 marks, while the remaining 30 marks are allocated to practicals and internal assessments.

All other units are equally important and provide updated knowledge of the field. From the table given below, check the detailed topics included in the units. In addition, there will be a practical exam for 30 marks. Scroll down for more information.

DownloadBihar Board Class 12 Computer Science Syllabus 2025-26 here:

BSEB 12th Computer Science Syllabus 2025-26

You can go through the table below to check the units included in the Computer Science syllabus. You should ensure that you cover up all the topics one by one.

Units

Topics

Marks

Programming in C++

REVIEW: C+ covered in Class-XI,

Defining a symbol name using typedef keyword and defining a macro using #define directive; Need for User defined data type;

Structures: Defining a Structure, Declaring structure variables, Accessing structure elements, Passing structure to Functions as value and reference argument / parameter. Function returning structure, Array of structures, passing an array of structure as argument / a parameter to a function;

Object Oriented Programming: Concept of Object Oriented Programming - data hiding, Data encapsulation, Class and Object, Abstract class and Concrete class, Polymorphism (Implementation of polymorphism using Function overloading as an example in C++); Inheritance, Advantages of Object Oriented Programming over earlier programming methodologies.

Implementation of Object Oriented Programming concepts in C++: Definition of a class, Members of a class - Data Members and Member Functions (methods), Using Private and Public visibility modes, default visibility mode (private); Member function definition: inside class definition and outside class definition using scope resolution operator (:): Declaration of objects as instances of a class: accessing members from object(s), Array of type class, Objects as function arguments - pass by value and pass by reference;

Constructor and Destructor:

* Constructor: Special Characteristics, Declaration and Definition of a constructor, Default Constructor, Overloaded Constructors, Copy Constructor, Constructer with default arguments Destructor: Special Characteristics, Declaration and definition of destructor;

Inheritance (Extending Classes) : Concept of Inheritance, Base Class, Derived Class, Defining derived classes, protected visibility mode: Single level inheritance, Multilevel inheritance and Multiple inheritance, Privately derived, Publically derived and Protectedly derived class, accessibility of members (ron objects and within derived class(es):

Data File Handling: Need for a data file. Types of data files - Test file and Binary file.

Basic file operations on text file: Creating / Writing text into file, Reading and Manipulation of text from an already existing text File (accessing sequentially)

Binary File: Creation of file, Writing data into file, Searching for required data from File, Appending data to a file, Insertion of data in sorted file, Deletion of data from file, Modification of data in a file:

Implementation of above mentioned data file handling in C+*;

Components of C++ to be used with file handling :

Header file : fstream.he ifstream, ofstream, fstream classes:

Opening a text file in in, our, and app modes;

Using cascading operators for writing text to the file and reading lest from the file, open(), get(), put(). getline() and close() functions; Detecting end-of-file (with or without using of() function): Opening a binary file using in, out, and app modes;

Open(), read(), write and close() functions: Detecting end-of-file (with or without using coff) function): tellg(), tellp(), seek(), seekp() functions.

Pointers: Declaration and Initialization of Pointers, Dynamic memory allocation / deallocation operations; new, delete; Pointers and Arrays: Array of Pointers, Pointer to an array (I dimensional array), Function returning a pointer, Reference variables and use of alas; Function call by reference.

Pointer to structures: Deference operator: *, -*; self referential structures;

30

Data Structures

Arrays: One and two Dimensional arrays: Sequential allocation and address calculation:

One dimensional array : Traversal, Searching (Linear, Binary Search), Insertion of an element in an array, deletion of an element from an array, Sorting (Insertion, Selection, Bubble sort), concatenation of two linear arrays, merging of two sorted arrays.

Two dimensional arrays-: Traversal, Finding sum / difference of two NM arrays containing numeric values, Interchanging Row and Column elements in two dimensional array:

• Stack (Array and Linked implementation of Stack) : Operations on Stack (PUSH and POP) and its Implementation in C++, Couverting expressions from INFIX or POSTFIX notation and evaluation of Postfix expression:

• Queue (Circular Array and Linked Implementation) : Operations on Queue (Insert and Delete) and its Implementation in C++.

16

Databases and SQL

Database Concepts: Relational data model: Concept of domain, tuple, relation, key, primary key. alternate key, candidate key:

Relational algebra: Selection, Projection, Union and Cartesian product;

Structured Query Language: General Concepts: Advantages of using SQL. Data Definition Language

and Data Manipulation Language :

Data types: NUMBER, CHARACTER, DATE:

SQL Commands:

CREATE TABLE, DROP TABLE, ALTER TABLE, UPDATE, SET, INSERT, DELETE, SELECT, DISTINCT, FROM, WHERE, IN, BETWEEN, GROUP BY, HAVING, ORDER BY:

SQL Functions: SUM, AVG, MAX, AND MIN;

Note: Implementation of above mentioned commands could be done on any SQL supported software.

08

Boolean Algebra

Binary-valued Quantities, Boolean Variable, Boolean Constant and Boolean Operators: AND. OR. NO?

Truth tables; Closure Property, Commutative Law Associative Law, Identity Law. Inverse law, Principle of Duality, Idem potent Law, Distributive Law, Absorption Law, Involution law, Demorgan's Law and their applications:

Obtaining Sum of Product (SOP) and Product ef Sum (POS) form from the Truth Table, Reducing Boolean Expression (SOP and POS) to its minimal form. Use of Karnaugh Map for minimisation of Boolean expressions (up to 4 variables):

Basic Logic Gates (NOT, AND, OR, NOR) and their use in circuits.

08

COMMUNICATION AND NETWORK CONCEPTS

Evolution of Networking : ARPANET, Internet, Interspace:

Different ways of sending data across the network with reference to switching techniques:

Data Communication terminologies: Concept of Channel, Baud, Bandwidth (Hz. KHz, MHz) and Data transfer rate (bps. kbps, Mbps. Gbps. Tops):

Transmission media: Twisted pair cable, coaxial cable, optical fiber, infrared, radio link, microwave link and satellite link.

Network devices: Modem, Rj45 connector, Ethernet Card, Hub, Switch, Gateway:

Different Topologies - Bus, Star Tree: Concepts of LAN. WAN, MAN;

Protocol: TCP/ IP, File Transfer Protocol (FTP), PPP, Level-Remote Login (Telnet), Internet, Wireless / Mobile Communication, GSM, CDMA, WLL, 3G, SMS, Voice Mail, Application Electronic Mail,

Chat, Video Conferencing:

Network Security Concepts: Cyber Law, Virus threats and prevention, Firewall, Cookies, Hacking:

WebPages: Hyper Text Markup Language (HTML), eXtensible Markup Language (XML): Hyper Text Transfer Protocol (HTTP): Domain Names: URL: Protocol Address: Website, Web browser, Web Server:

Web Hosting.

08

BSEB 12th Computer Science Practical Assessment

According to the BSEB Class 12th Computer Science Board Syllabus 2025-26, the practical assessment is worth 30 marks, and students are required to understand how the marks are distributed.

Particulars

Total Marks

Programming in C++

10

SQL command

5

Project work

5

Practical File

5

Viva voce

5

BSEB 12th Computer Science Syllabus 2025-26: How to Download

To download the Bihar Board Computer Science syllabus for 2025-26, students should follow these steps:

Step 1: Visit the official Bihar Board online portal at biharboardonline.com

Step 2: Click on the 'Syllabus' section located on the homepage. A drop-down menu will open. Select class XI-XII syllabus

Step 3: A subject-wise PDF list will appear on the screen

Step 4: Search for "Computer Science" from the list of subjects

Step 5: Download the Bihar Board 12th Computer Science syllabus for 2025-26

The Bihar Board Class 12 students can keep visiting the page to get the regular update about the syllabus. All modifications in the syllabus will be reflected here. Students can accordingly prepare the subject for exams.

Related Articles

Board

19th August, 2025 , 6 min read

Bihar Board Class 12 Computer Science syllabus 2025-26: Check PDF Below The Bihar School Examination Board (BSEB) provided the Bihar Board 12th Computer Science syllabus 2025-26 online. By - Prateek Tomar Read More >
Board

19th August, 2025 , 4 min read

Bihar Board Class 12 Geography syllabus 2025-26: Check PDF Below Bihar Board Class 12 Geography Syllabus 2025-26 is divided into three parts. By - Prateek Tomar Read More >
Board

19th August, 2025 , 4 min read

Bihar Board Class 12 History syllabus 2025-26: Check PDF Below The Bihar Board 12th History syllabus 2025-26 contains three parts, including chapters such as Harappan Civilisation. By - Prateek Tomar Read More >
Board

18th August, 2025 , 4 min read

Bihar Board Class 12 Economics Syllabus 2025-26: Download PDF Below The Bihar Board Class 12 Economics Syllabus is primarily divided into three parts: Macroeconomics, Microeconomics and Project Work. By - Prateek Tomar Read More >
Board

18th August, 2025 , 2 min read

Bihar Board Class 12 Business Studies Syllabus 2025-26: Download PDF Below The Bihar School Examination Board (BSEB) released the BSEB intermediate Business Studies syllabus online. By - Prateek Tomar Read More >
Board

18th August, 2025 , 2 min read

Bihar Board Class 12 Accountancy Syllabus 2025-26: Download PDF Below Bihar Board Class 12 Accountancy Syllabus 2025-26 was uploaded on the official website of the Bihar School Examination Board. By - Prateek Tomar Read More >
Board

05th September, 2025 , 3 min read

Bihar Board Class 12 English Syllabus 2025-26 | Official Exam Pattern & Chapters Access the authoritative Bihar Board Class 12 English Syllabus 2025-26 with detailed exam pattern, chapter-wise breakdown of prose, poetry, grammar, and story sections. By - Prateek Tomar Read More >
Board

18th August, 2025 , 4 min read

Bihar Board Class 12 Biology Syllabus 2025-26: Download PDF Below The Bihar School Examination Board (BSEB) provided the biology class 12 syllabus bihar board 2025 for Science students. By - Prateek Tomar Read More >
Board

18th August, 2025 , 4 min read

Bihar Board Class 12 Maths Syllabus 2025-26: Download PDF Below Bihar School Examination Board provided the Class 12 Math Syllabus 2025-26 on the official website. By - Prateek Tomar Read More >
Board

17th August, 2025 , 8 min read

Bihar Board Class 12 Chemistry Syllabus 2025-26: Download PDF Below Bihar Board Class 12 Chemistry Syllabus 2025-26 includes a total of 17 units. By - Prateek Tomar Read More >
Board

17th August, 2025 , 7 min read

Bihar Board Class 12 Physics Syllabus 2025-26: Download PDF Below Bihar Board Class 12 Physics Syllabus 2025-26 is framed by the Bihar School Examination Board. By - Prateek Tomar Read More >
Board

04th March, 2025 , 1 min read

Bihar Board Result 2025: When will BSEB Declare the Class 10 and Class 12 Result The Bihar board of school examinations declare the result matric (class 10th) and intermediate (class 12th) results on its official website soon. Candidates should visit the official website for viewing and downloading their results. By - Akansha Read More >
Board

08th January, 2025 , 3 min read

Bihar Board Admit Card 2024: Download BSEB 10 and 12 Admit Card Here Check out and find out all the information regarding the BSEB class 10 and 12 admit card 2025. Check BSEB admit card guidelines as well. By - Tushar Read More >
Board

19th August, 2024 , 4 min read

Bihar SSC Syllabus: Exam Pattern & Important Dates The Bihar SSC has released the notification pdf for 12199 BSSC Inter Level Posts. Read the complete Bihar SSC syllabus for 2024, including detailed exam patterns, subject-wise topics, and preparation tips to help you excel in your Bihar SSC exams. By - Ishika Read More >
More Articles

Related News

Board

02nd September, 2025 , 1 min read

BSEB Class 10 Scholarship Deadline Extended: Apply by Sep 15, 2025 Bihar BSEB Class 10 scholarship registration deadline extended to Sep 15, 2025. Apply now via medhasoft.bihar.gov.in for financial aid. Don't miss out! By - Akansha Read More >
Board

29th August, 2025 , 1 min read

Bihar Board Extends Class 10, 12 Exam 2026 Registration Deadline; Check New Dates and Steps BSEB Matric & Intermediate 2026 exam registration deadline extended! Apply online for Class 10/12 exams by September 3, 2025. Don't miss this last chance to register at secondary.biharboardonline.com. By - Akansha Read More >
Board

27th August, 2025 , 1 min read

BBOSE 12th Exam Date 2025 Revised: New Schedule & Admit Card Info BBOSE 12th exam date 2025 revised! Find the updated timetable for the Dec 2024 session, now Sept 9 & 10, 2025. Admit cards remain valid. Get full details here! By - Akansha Read More >
Board

13th August, 2025 , 1 min read

BBOSE Class 12 December 2024 Session Exams to Begin from August 25, 2025 BBOSE Class 12 December 2024 session timetable released! Check Bihar Board theory (Aug 25-Sep 3, 2025) & practical (Aug 21-23) exam dates, shift timings, and instructions. By - Akansha Read More >
Board

10th July, 2025 , 2 min read

BSEB Opens Online Correction Window for Class 10 and 12 Dummy Registration Cards for 2026 Board Exams BSEB has opened the online correction window for Class 10 and 12 dummy registration and enrollment cards for the 2026 board exams. Students can visit biharboardonline.bihar.gov.in to make corrections in name, DOB, subjects, and more. Learn steps to apply online. By - Akansha Read More >
Board

25th June, 2025 , 1 min read

BSEB Reopens Applications for ‘Super 50’ Free NEET, JEE Coaching; Apply by July 1 BSEB reopens 'Super 50' free coaching registrations for NEET & JEE 2025 aspirants. Eligible Class 10 pass students can apply online at coaching.biharboardonline.com by July 1, 2025. By - Akansha Read More >
Board

03rd June, 2025 , 1 min read

BSEB 10th, 12th Compartment Result Scrutiny 2025 Starts; Apply Online by June 6 Bihar Board has started the BSEB 10th, 12th Compartment Result Scrutiny 2025 process. Students can apply for rechecking at intermediate.bsebscrutiny.com by June 6. Check application steps, required documents, and result stats here. By - Vanshika Saini Read More >
Board

20th April, 2025 , 1 min read

Bihar Board 10th, 12th  Compartment Exams 2025 Admit Card Release: Check Steps to Download, Compartment Exam Date Sheet, Details Below The Bihar Board Class 10th, 12th compartment, and special exams 2025 admit cards have been released by BSEB. By - Prateek Tomar Read More >
Board

25th March, 2025 , 2 min read

BSEB 12th Result 2025 Released: Check Science, Commerce, and Arts Stream Results Here! The Bihar Board has released the BSEB Intermediate Result 2025 for all three streams (Science, Commerce, and Arts) on the board's official website. Check out this article to know passing percentage, topper's list, and more details. By - Akansha Read More >
Board

06th March, 2025 , 2 min read

BSEB 10th Answer Key 2025 Published at biharboardonline.com, Objection Window Active till 10th March, Check Details Candidates who were a part of a few of the streams, such as arts, science, commerce, and vocational studies, and gave the Matric Annual Examination are now able to download the BSEB 10th answer key 2025. Candidates can get the Bihar Board answer key by visiting the official site, biharboardonline.com. By - Akansha Read More >
Board

30th January, 2025 , 1 min read

BSEB 12th Board Exams 2025: Dress Code Guidelines Revised Due to Extreme Cold Due to the cold weather conditions, BSEB has revised the dress code guidelines and allowed appearing students to keep on their shoes and socks during the exams held between 1st Feb and 5th Feb 2025. Know more details here! By - Akansha Read More >
Board

16th January, 2025 , 2 min read

Bihar Board Admit Card Class 12 Released Now: Direct Link to Download BSEB 12 Admit Card 2025 Here The BSEB has released class 12 admit card 2025. Download the Bihar Board Admit Card 2025 from direct link available here. By - Tushar Read More >
More News