Careers360 Logo
CBSE Class 12 Computer Science Syllabus 2024-25: Download Syllabus PDF

CBSE Class 12 Computer Science Syllabus 2024-25: Download Syllabus PDF

Edited By Apoorva Singh | Updated on Jul 19, 2024 02:42 PM IST | #CBSE Class 12th

CBSE Class 12 Computer Science Syllabus 2024-25 - The Central Board of Secondary Education has released the CBSE 12th Computer Science syllabus 2024-25 for theory and practical. Students can download the CBSE Board Class 12 syllabus 2025 for Computer Science from the official website: cbseacademic.nic.in. For the current academic year 2024-25, there has been no reduction in CBSE 12th Computer Science syllabus 2025. The final exam will be held with the complete syllabus. This syllabus is similar to JEE main syllabus 2025, hence, students appearing for JEE must complete the syllabus seriously. They can also start solving the JEE Main question paper with solutions to prepare better for the exams.
As per the Computer Science syllabus class 12 CBSE, exams for CBSE 12th will be 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 2025, practical syllabus, preparation tips and other details.

Download CBSE 12th Computer Science Syllabus PDF 2024-25

  • CBSE Class 12 Computer Science Syllabus 2024-25 PDF - Download Here

CBSE Class 12 Computer Science Syllabus 2024-25 - 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 2024-25 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 module, user defined functions), creating user defined function, 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.

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, Fiber-optic cable), Wireless media (Radio waves, Micro waves, 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

VMC VIQ Scholarship Test

Register for Vidyamandir Intellect Quest. Get Scholarship and Cash Rewards.

Pearson | PTE

Register now for PTE & Unlock 10% OFF : Use promo code: 'C360SPL10'. Limited Period Offer! Trusted by 3,500+ universities globally

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

50+ Entrance Exams for 10+2 Students Must Not Miss
Download this ebook to learn about 50+ entrance exams for 12th students to get admission to the best colleges for undergraduates.
Download EBook

CBSE Class 12 Computer Science Syllabus 2024-25 for Practicals

S.No

Particulars

Marks

(Total 30)

1

Lab Test:

1. Python program (60% logic + 20% documentation + 20% code quality)

8

2. SQL queries (4 queries based on one or two tables)

4

2

Report file:

  • Minimum 15 Python programs.
  • SQL Queries – Minimum 5 sets using one table / two tables.
  • Minimum 4 programs based on Python - SQL connectivity

7

3

Project (using concepts learnt in Classes 11 and 12)

8

4

Viva voce

3


Total

30 marks

How to download CBSE Class 12 Computer Science Syllabus 2025?

Follow the below-given 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 option of ‘Academic Electives - (Group-A)’ and then select the ‘Computer Science New XII’

Step 4 - CBSE Class 12 Computer Science Syllabus 2024-25 will be available to download. Save the syllabus for further reference.

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 practical books as prescribed.

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 2024-25 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 2024-25, 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 2024-25 to increase your speed and accuracy in the board examination.

JEE Main Important Mathematics Formulas

As per latest 2024 syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters

Also, Check:

Frequently Asked Questions (FAQs)

1. What are the passing marks for CBSE class 12th exams 2025?

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

2. Where can I download CBSE 12th Computer Science syllabus 2025?

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

3. Is Class 12 CBSE Computer Science syllabus the same all over India?

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

Articles

Explore Top Universities Across Globe

Questions related to CBSE Class 12th

Have a question related to CBSE Class 12th ?

It's understandable to feel disheartened after facing a compartment exam, especially when you've invested significant effort. However, it's important to remember that setbacks are a part of life, and they can be opportunities for growth.

Possible steps:

  1. Re-evaluate Your Study Strategies:

    • Identify Weak Areas: Pinpoint the specific topics or concepts that caused difficulties.
    • Seek Clarification: Reach out to teachers, tutors, or online resources for additional explanations.
    • Practice Regularly: Consistent practice is key to mastering chemistry.
  2. Consider Professional Help:

    • Tutoring: A tutor can provide personalized guidance and support.
    • Counseling: If you're feeling overwhelmed or unsure about your path, counseling can help.
  3. Explore Alternative Options:

    • Retake the Exam: If you're confident in your ability to improve, consider retaking the chemistry compartment exam.
    • Change Course: If you're not interested in pursuing chemistry further, explore other academic options that align with your interests.
  4. Focus on NEET 2025 Preparation:

    • Stay Dedicated: Continue your NEET preparation with renewed determination.
    • Utilize Resources: Make use of study materials, online courses, and mock tests.
  5. Seek Support:

    • Talk to Friends and Family: Sharing your feelings can provide comfort and encouragement.
    • Join Study Groups: Collaborating with peers can create a supportive learning environment.

Remember: This is a temporary setback. With the right approach and perseverance, you can overcome this challenge and achieve your goals.

I hope this information helps you.







Hi,

Qualifications:
Age: As of the last registration date, you must be between the ages of 16 and 40.
Qualification: You must have graduated from an accredited board or at least passed the tenth grade. Higher qualifications are also accepted, such as a diploma, postgraduate degree, graduation, or 11th or 12th grade.
How to Apply:
Get the Medhavi app by visiting the Google Play Store.
Register: In the app, create an account.
Examine Notification: Examine the comprehensive notification on the scholarship examination.
Sign up to Take the Test: Finish the app's registration process.
Examine: The Medhavi app allows you to take the exam from the comfort of your home.
Get Results: In just two days, the results are made public.
Verification of Documents: Provide the required paperwork and bank account information for validation.
Get Scholarship: Following a successful verification process, the scholarship will be given. You need to have at least passed the 10th grade/matriculation scholarship amount will be transferred directly to your bank account.

Scholarship Details:

Type A: For candidates scoring 60% or above in the exam.

Type B: For candidates scoring between 50% and 60%.

Type C: For candidates scoring between 40% and 50%.

Cash Scholarship:

Scholarships can range from Rs. 2,000 to Rs. 18,000 per month, depending on the marks obtained and the type of scholarship exam (SAKSHAM, SWABHIMAN, SAMADHAN, etc.).

Since you already have a 12th grade qualification with 84%, you meet the qualification criteria and are eligible to apply for the Medhavi Scholarship exam. Make sure to prepare well for the exam to maximize your chances of receiving a higher scholarship.

Hope you find this useful!

hello mahima,

If you have uploaded screenshot of your 12th board result taken from CBSE official website,there won,t be a problem with that.If the screenshot that you have uploaded is clear and legible. It should display your name, roll number, marks obtained, and any other relevant details in a readable forma.ALSO, the screenshot clearly show it is from the official CBSE results portal.

hope this helps.

Hello Akash,

If you are looking for important questions of class 12th then I would like to suggest you to go with previous year questions of that particular board. You can go with last 5-10 years of PYQs so and after going through all the questions you will have a clear idea about the type and level of questions that are being asked and it will help you to boost your class 12th board preparation.

You can get the Previous Year Questions (PYQs) on the official website of the respective board.

I hope this answer helps you. If you have more queries then feel free to share your questions with us we will be happy to assist you.

Thank you and wishing you all the best for your bright future.

Hello student,

If you are planning to appear again for class 12th board exam with PCMB as a private candidate here is the right information you need:

  • No school admission needed! Register directly with CBSE. (But if you want to attend the school then you can take admission in any private school of your choice but it will be waste of money)
  • You have to appear for the 2025 12th board exams.
  • Registration for class 12th board exam starts around September 2024 (check CBSE website for exact dates).
  • Aim to register before late October to avoid extra fees.
  • Schools might not offer classes for private students, so focus on self-study or coaching.

Remember , these are tentative dates based on last year. Keep an eye on the CBSE website ( https://www.cbse.gov.in/ ) for the accurate and official announcement.

I hope this answer helps you. If you have more queries then feel free to share your questions with us, we will be happy to help you.

Good luck with your studies!

what is the difference between nucleophilicity and basicity?

A force of F = 70 N is applied on a block of mass M = 10 Kg placed on a horizonatl surface as shown in the figure . What will be the work done by frictional force in t = 2 sec if block was initially at rest

5) During a trekking activity of 6km a student Ram will go to Sangam and return back up to 12 noon. He estimates that he can go to the Sangam at 1.5km/h on average, and return at half of that speed. These speeds take into account breaks and rest times. Using Ram's estimated speeds, what is the latest time he can begin his walk so that he can return by 12 noon?

(a) State the reasons for which Hershey and Chase carried out their experiments.
(b) Answer the following questions based on the experiments of Hershey and Chase :
(i) Name the different radioactive isotopes they used, and explain how they used them.
(ii) Why did they need to agitate and spin their culture ?
(iii) Write their observations and the conclusions they arrived at.

 

 

 

 
 
 
 
 

While studying the dependence of potential difference (V) across a resistor on the current (I) passing through it, in order to determine the resistance of the resistor, a student took 5 readings for different values of current and plotted a graph between V and I . He got a straight line graph passing through the origin. What does the straight line signify ? Write the method of determining resistance of the resistor using this graph.

 

 

 

 
 
 
 
 

A student holding a mirror in his hand, directed the reflecting surface of the mirror towards the Sun. He then directed the reflected light on to a sheet of paper held close to the mirror.

(a) What should he do to burn the paper ?

(b) Which type of mirror does he have ?

(c) Will he be able to determine the approximate value of focal length of this mirror from this activity ? Give reason and draw ray diagram to justify your answer in this case. 

 

 

 

 
 
 
 
 

formula of 3rd law of thermodynamics

 

A student while observing an embryo of a pen seed in the laboratory listed various parts of the embryo as given below : 

Testa, tegmen, radicle, Plumule, micropyle, cotyledon

 

On examining the list the teacher remarked that only three parts are correct. Select three correct parts from the above list

a) tests, Radicle, cotyledons    b) Tegmen, Radicle, Microphyle

c) cotyledons, plumule, Testa    d) Radicel, cotyledons, plumule

 

 

 

 
 
 
 
 

Two identical billiard balls strike a rigid wall with the same speed but at different angles, and get reflected without any change in speed, as shown in Fig. 5.6. What is (i) the direction of the force on the wall due to each ball? (ii) the ratio of the magnitudes of impulses imparted to the balls by the wall ?

A police jeep on a petrol duty on national highway was moving with a speed of 54km/hr. in the same direction. It finds a thief rushing up in a car at a rate of 126km/hr in the same direction. Police sub – inspector fired at the car of the thief with his service revolver with a muzzle speed of 100m/s. with what speed will the bullet hit the car of thief? CLASS - XI PHYSICS (Kinematics)

Back to top