[Syllabus Changed] CBSE Class 12 Computer Science Syllabus For New Academic 2024-25: Download in PDF

The CBSE Class 12 Computer Science syllabus for the academic session 2024-25 has been updated. Students are encouraged to review the revised syllabus recently uploaded to the website.

Overview

Before delving into the details of the Class 12 Syllabus, let’s take a look at the CBSE Class 12 Summary provided below. It encapsulates the entirety of the CBSE Class 12 curriculum. Students are encouraged to review the complete summary thoroughly.

ParticularsDescription
Class12th
BoardCBSE (Central Board of Secondary Education)
CategorySyllabus
Study MaterialsClick Here
Class 12 Free E-BookClick Here
YouTube ChannelSubscribe now

Class 12 Computer Science Syllabus

Check out the latest CBSE Class 12 Computer Science Syllabus. The syllabus is for the 2024-25 academic year session. First, check the CBSE Class 12 Computer Science Exam Pattern. Students should check the complete syllabus and exam pattern with the marking scheme.

Exam Pattern 2024-25

In this section, we have mentioned the Class 12 Computer Science Exam Pattern. Students can check the Class 12 Computer Science Exam Pattern for the academic year 2024-25.

Unit No.Unit NameMarks
1.Computational Thinking and Programming – 240
2.Computer Networks10
3.Database Management 20
Total70

Class 12 Computer Science Syllabus 2024-25

In this section, we have mentioned the Computer Science Syllabus in PDF format with an exam pattern. Students can check the syllabus in PDF for the academic year 2024-25.

Class 12 Computer Science Syllabus Brief Review

Below, we have mentioned the CBSE Class 12 Computer Science Syllabus Brief Review, such as which topics/chapters will be covered in the syllabus. Students are advised to check the brief review of the Computer Science syllabus.

Unit 1: Programming and Computational Thinking (PCT-2)Unit 2: Computer Networks (CN)
Revision of the basics of Python
Functions
File handling
Using Python libraries
Recursion
Idea of efficiency
Data visualization using Pyplot
Data-structures
Write a minimal Django-based web application that parses a GET and POST request, and
writes the fields to a file – flat-file and CSV file.
Interface Python with an SQL database
SQL commands: aggregation functions – having, group by, order by.
Unit 3: Data Management (DM-2)Unit 4: Society, Law and Ethics (SLE-2)
Intellectual property rights, plagiarism, digital rights management, and licensing (Creative
Commons, GPL and Apache), open-source, open data, privacy.
Privacy laws, fraud
Technology and society
E-waste management
Identity theft, unique IDs, and biometrics.
Gender and disability issues while teaching and using computers.
Intellectual property rights, plagiarism, digital rights management, and licensing (Creative
Commons, GPL and Apache), open-source, open data, privacy.
Privacy laws, fraud
Technology and society
E-waste management
Identity theft, unique ids, and biometrics.
Gender and disability issues while teaching and using computers.

Practical

Below, we have mentioned the Class 12 Computer Science Practical Syllabus, such as which topics will be covered in the practical. Students are advised to check the brief review of Computer Science syllabus Practicals.

Unit NameMarks
Lab Test (10 marks)
Python program (60% logic + 20% documentation + 20% code quality)7
Small Python program that sends a SQL query to a database and displays the result. A stub program can be provided.3
Report File + viva (9 marks)
Report file: A minimum of 21 Python programs. At least four programs should send SQL commands to a database and retrieve the result, and at least one program should implement the webserver to write user data to a CSV file.7
Viva-voce based on the report file2
Project + viva (11 marks)
Project (that uses most of the concepts that have been learnt)8
Project viva voce3

Programming

Programming in Python:

  • Recursively find the factorial of a natural number.
  • Read a file line by line and print it.
  • Remove all the lines containing the character `a’ in a file and write it to another.
  • Write a Python function sin(x, n) to calculate the sin(x) value using its Taylor series expansion up to n terms.
  • Compare the values of sin(x) for different values of n with the correct value.
  • Write a random number generator that generates numbers between 1 and 6 (simulates a dice).
  • Write a recursive code to find the sum of all list elements.
  • Write a recursive code to compute the nth Fibonacci number.
  • Write a Python program to implement a stack and queue using a list data structure.
  • Write a recursive Python program to test whether a string is a palindrome.
  • Write a Python program to plot the function y = x2 using the pyplot or matplotlib libraries.
  • Create a graphical application that accepts user inputs, performs some operations on them, and then writes the output on the screen. For example, write a small calculator. Use the Tkinter library.
  • Open a webpage using the urllib library.
  • Compute EMIs for a loan using the Numpy or Scipy libraries.
  • Take a sample of 10 phishing e-mails and find the most common words.

Data Management: SQL and web-server

  • Find the minimum, maximum, sum, and average marks in a student marks table.
  • Find the total number of customers from each country in the table (customer ID, customer name, country) using group by.
  • Write a SQL query to order the (student ID, marks) table in descending order of the marks.
  • Integrate SQL with Python by importing the MySQL module
  • Write a Django based webserver to parse a user request (POST), and write it to a CSV file.

Project

The class project aims to create something tangible and valuable. This should be done in groups of 2 to 3 students and started by students at least six months before the submission deadline. The aim here is to find a real-world problem that is worthwhile. Students are encouraged to visit local businesses and ask them about the issues that they are facing.

For example, suppose a business is finding it hard to create invoices for filing GST claims. In that case, students can do a project that takes the raw data (list of transactions), groups the transactions by category, accounts for the GST tax rates, and creates invoices in the appropriate format. Students can be highly creative here. They can use a wide variety of Python libraries to develop user-friendly applications such as games, software for their school, software for their disabled fellow students, and mobile applications, Of course, to do some of this projects, some additional learning is required; this should be encouraged. Students should know how to teach themselves. If three people work on a project for six months, at least 500 lines of code are expected.

The committee has also been made aware of the degree of plagiarism in such projects. Teachers should take a rigorous look at this situation and take stringent disciplinary action against students who cheat on lab assignments projects or use pirated software to do the same. Everything proposed can be achieved using free, legitimate open-source software.

NOTE:- If there is any change, the Syllabus will be updated soon.

Class 12 Computer Science Useful Resources

We have tried to bring CBSE Class 12 Computer Science NCERT Study Materials like Syllabus, Worksheet, Sample Paper, NCERT Solutions, Important Books, Holiday Homework, Previous Year Question Papers, etc. You can visit all these important topics by clicking the links given.​

S.No.Computer Science Syllabus
1Computer Science NCERT Solution
2Computer Science Marking Scheme
3Computer Science Sample Paper
4Computer Science Previous Year Paper
5/5 - (2 votes)
Share on:

You Should Also Checkout

About Shivam

Shivam Kumar, a B.Sc in Agriculture graduate, is a passionate author with a flair for content writing and a penchant for educational blogs. With prior experience as a CBSE Content Curator, Shivam blends his expertise in agriculture with his talent for crafting engaging content. His dedication to learning and sharing knowledge shines through in his work, making him a standout figure in both the agricultural and educational spheres.

Leave a Comment