Careers360 Logo
ask-icon
share
    CBSE Class 12 Computer Science Syllabus 2026-27: Download Syllabus PDF

    CBSE Class 12 Computer Science Syllabus 2026-27: Download Syllabus PDF

    Garima SihagUpdated on 06 Aug 2026, 10:10 AM IST

    The Central Board of Secondary Education has released the latest CBSE 12th Computer Science syllabus 2026-27 for theory and practical. Students can download the CBSE Board Class 12 syllabus 2026 for Computer Science from the official website: cbseacademic.nic.in. For the current academic year 2026-27, there has been no reduction in the CBSE 12th Computer Science syllabus 2026. The final exam will be held with the complete syllabus.

    This Story also Contains

    1. Download CBSE 12th Computer Science Syllabus PDF 2026-27
    2. CBSE Computer Science Class 12 Syllabus 2026-27 for Theory
    3. CBSE Class 12 Computer Science Syllabus 2026-27 for Practicals
    4. How to download CBSE Class 12 Computer Science Syllabus 2026?
    CBSE Class 12 Computer Science Syllabus 2026-27: Download Syllabus PDF
    CBSE class 12 computer science syllabus 2027

    As per the Computer Science syllabus class 12 CBSE, exams for CBSE 12th are held for 100 marks, in which 70 marks are allotted for theory, and 30 marks are allotted for practicals. Read the complete article to get the latest and detailed syllabus of computer science class 12 CBSE 2026, practical syllabus, preparation tips and other details.

    Download CBSE 12th Computer Science Syllabus PDF 2026-27

    CBSE Class 12 Computer Science Syllabus 2026-27

    Click Here

    University of Liverpool, Bengaluru Campus

    Study at a world-renowned UK university in India | Admissions open for UG & PG programs.

    Illinois Tech Mumbai

    Admissions open for UG & PG programs at Illinois Tech Mumbai

    CBSE Class 12 Computer Science Syllabus 2026-27 - Distribution of marks

    Unit No.

    Unit Name

    Marks

    I

    Computational Thinking and

    Programming - 2

    40

    II

    Computer Networks

    10

    III

    Database Management

    20


    Total

    70

    CBSE Computer Science Class 12 Syllabus 2026-27 for Theory

    Unit I: Computational Thinking and Programming – 2

    • Revision of Python topics covered in Class XI.

    • Functions: types of function (built-in functions, functions defined in a module, user-defined functions), creating user-defined functions, arguments and parameters, default parameters, positional parameters, function returning value(s), flow of execution, scope of a variable (global scope, local scope)

    • Exception Handling: Introduction, handling exceptions using try-except-finally blocks.

    • Introduction to files, types of files (Text file, Binary file, CSV file), relative and absolute paths.

    • Text file: opening a text file, text file open modes (r, r+, w, w+, a, a+), closing a text file, opening a file using with clause, writing/appending data to a text file using write() and writelines(), reading from a text file using read(), readline() and readlines(), seek and tell methods, manipulation of data in a text file

    • Binary file: basic operations on a binary file: open using file open modes (rb, rb+, wb, wb+, ab, ab+), close a binary file, import pickle module, dump() and load() method, read, write/create, search, append and update operations in a binary file

    • CSV file: import csv module, open/close csv file, write into a csv file using writer(), writerow(), writerows() and read from a csv file using reader()

    • Data Structure: Stack, operations on stack (push & pop), implementation of stack using list.

    50+ Entrance Exams after 12th
    Download this ebook to explore 50+ entrance exams after Class 12 for admission into top undergraduate colleges across engineering, management, law & more.
    Download Now

    Unit II: Computer Networks

    • Evolution of networking: introduction to computer networks, evolution of networking (ARPANET, NSFNET, INTERNET)

    • Data communication terminologies: concept of communication, components of data communication (sender, receiver, message, communication media, protocols), measuring capacity of communication media (bandwidth, data transfer rate), IP address, switching techniques (Circuit switching, Packet switching)

    • Transmission media: Wired communication media (Twisted pair cable, Co-axial cable, Fibre-optic cable), Wireless media (Radio waves, Microwaves, Infrared waves)

    • Network devices (Modem, Ethernet card, RJ45, Repeater, Hub, Switch, Router, Gateway, WIFI card)

    • Network topologies and Network types: types of networks (PAN, LAN, MAN, WAN), networking topologies (Bus, Star, Tree)

    • Network protocol: HTTP, FTP, PPP, SMTP, TCP/IP, POP3, HTTPS, TELNET, VoIP

    • Introduction to web services: WWW, Hyper Text Markup Language (HTML), Extensible Markup Language (XML), domain names, URL, website, web browser, web servers, web hosting

    University of York, Mumbai

    UG & PG Admissions open for CS/AI/Business/Economics & other programmes.

    University of Bristol, Mumbai Enterprise Campus

    Bristol's expertise meets Mumbai's innovation. Admissions open for UG & PG programmes

    Unit III: Database Management

    • Database concepts: introduction to database concepts and its need

    • Relational data model: relation, attribute, tuple, domain, degree, cardinality, keys (candidate key, primary key, alternate key, foreign key)

    • Structured Query Language: introduction, Data Definition Language and Data Manipulation Language, data type (char(n), varchar(n), int, float, date), constraints (not null, unique, primary key), create database, use database, show databases, drop database, show tables, create table, describe table, alter table (add and remove an attribute, add and remove primary key), drop table, insert, delete, select, operators (mathematical, relational and logical), aliasing, distinct clause, where clause, in, between, order by, meaning of null, is null, is not null, like, update command, delete command, aggregate functions (max, min, avg, sum, count), group by, having clause, joins: cartesian product on two tables, equi-join and natural join

    • Interface of python with an SQL database: connecting SQL with Python, performing insert, update, delete queries using cursor, display data by using connect(), cursor(), execute(), commit(), fetchone(), fetchall(), rowcount, creating database connectivity applications, use of %s format specifier or format() to perform queries

    Confused between CGPA and Percentage?

    Get your results instantly with our calculator!

    💡 Conversion Formula used is: CGPA = Percentage / 9.5

    CBSE Class 12 Computer Science Syllabus 2026-27 for Practicals

    S.NoParticularsMarks (Total 30)
    1Lab Test:
    1. Python program (60% logic + 20% documentation + 20% code quality)
    8
    2. SQL queries (4 queries based on one or two tables)4
    2Report file:
    • Minimum 15 Python programs.
    • SQL Queries – Minimum 5 sets using one table / two tables.
    • Minimum 4 programs based on Python - SQL connectivity
    7
    3Project (using concepts learnt in Classes 11 and 12)8
    4Viva voce3

    Total30 marks

    Prescribed Books for CBSE Class 12 Computer Science

    CBSE Board prescribes NCERT Books for Class 12 to cover the Computer Science CBSE class 12 syllabus. The NCERT books are easily available, and students can understand all the topics quickly from the NCERT. Computer Science is a practical subject; hence, students must excel in the practicals as well. For this, students can refer to the practical books as prescribed.

    How to download CBSE Class 12 Computer Science Syllabus 2026?

    Follow the steps to download the Computer Science class 12 CBSE syllabus in PDF format.

    • Step 1 - Visit the website cbseacademic.nic.in.
    • Step 2 - Now click on the ‘Senior secondary curriculum (XI-XII)’
    • Step 3 - Select the option of ‘Academic Electives - (Group-A)’ and then select the ‘Computer Science New XII’
    • Step 4 - CBSE Class 12 Computer Science Syllabus 2026-27 will be available to download. Save the syllabus for further reference.

    Preparation Tips for CBSE Class 12 Computer Science

    • To prepare for computer science, students need to read the complete CBSE Class 12 Computer Science syllabus 2026-27 and check all the important topics.

    • Read the standard books as prescribed by NCERT only. If required, then only refer to other books.

    • Solve CBSE Class 12 question papers 2026-27, to check the examination pattern and marking scheme.

    • Practice as much as you can. With regular practice, students can check their weak areas and work on them in the meantime.

    • Attempt CBSE Class 12 sample papers 2026-27 to increase your speed and accuracy in the board examination.

    Also, Check:

    CBSE Class 12th Syllabus: Subjects & Chapters
    Select your preferred subject to view the chapters

    Frequently Asked Questions (FAQs)

    Q: Where can I download CBSE 12th Computer Science syllabus 2027?
    A:

    Students can download the Class 12 Computer Science syllabus of CBSE 2027 here in the form of a PDF file. The syllabus PDF is also made available on - cbseacademic.nic.in.

    Q: Is Class 12 CBSE Computer Science syllabus the same all over India?
    A:

    Yes, the CBSE Class 12 Computer Science syllabus 2027 is the same for all the CBSE students across India.

    Q: What are the passing marks for CBSE class 12th exams 2027?
    A:

    Students need to score at least 33% marks in each of the 5 subjects in order to pass the CBSE 12th exams 2027.

    Articles
    |
    Upcoming School Exams
    Ongoing Dates
    TOSS SSC Late Fee Application Date

    29 Jun'26 - 29 Aug'26 (Online)

    Ongoing Dates
    TOSS Intermediate Late Fee Application Date

    29 Jun'26 - 29 Aug'26 (Online)

    Certifications By Top Providers
    Basic 3D Modeling using Blender
    Via Indian Institute of Technology Bombay
    Brand Management
    Via Indian Institute of Management Bangalore
    Economic Evaluation for Health Technology Assessment
    Via Postgraduate Institute of Medical Education and Research Chandigarh
    Yoga Practices 1
    Via Swami Vivekananda Yoga Anusandhana Samsthana, Bangalore
    Dentistry and Human Life
    Via Seoul National University, Seoul
    Endocrine Renal and Gastrointestinal Systems
    Via The University of Queensland, Brisbane
    Explore Top Universities Across Globe

    Questions related to CBSE Class 12th

    On Question asked by student community

    Have a question related to CBSE Class 12th ?

    Dear Student,
    Please refer to the link provided below for the question papers in Hindi :|
    https://school.careers360.com/hi/articles/cbse-previous-year-question-papers-class-12
    If you need any other resource, do let us know.

    Hi Sanjaya,

    Please click on the article link below.

    https://school.careers360.com/boards/cbse/cbse-class-12-question-paper-2026

    You will find CBSE Class 12 question papers of All Subjects with solutions in a single place.