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

The CBSE prepares the syllabus for the academic year of class 12 for all subjects. Program of Class 12 Computer Science Syllabus: as you know very well, the Central Board of Secondary Education (CBSE) has its curriculum, and it holds the supreme authority to change it further for students’ benefit. In this article, you can get the latest CBSE Class 12 Computer Science Syllabus and Exam Pattern in PDF for the academic year 2024-25, and this syllabus is free of cost.

The demand for Class 12 Computer Science at the initial stage of schooling is evident in the mushrooming of private ‘English medium’ schools and the early introduction of Computer Science as a subject across the states/ UTs of the country. Though the problems of feasibility and preparedness are still to be solved satisfactorily, there is a general expectation that the educational system must respond to people’s aspirations and needs for Computer Science. Within the eight years of education guaranteed to every child, it should be possible in 5 years to ensure basic English language proficiency, including essential reading and writing literacy skills.

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

Objectives of Class 12th Computer Science

The general objectives at Level 1 are:

  • To build familiarity with the language primarily through spoken input in meaningful situations (teacher talk, listening to recorded material, etc.)
  • To provide and monitor exposure to and comprehension of spoken and spoken-and-written inputs (through mother tongue, signs, visuals, pictures, sketches, gestures, and single-word questions/answers).
  • To help learners build a working proficiency in the language, especially about listening with understanding and essential oral production (words/phrases, fragments of utterances, formulaic expressions as communicative devices).
  • To recite and sing poems, songs and rhymes and enact small plays/skits
  • To use drawing and painting as precursors to writing and relate these activities to oral communication.
  • To become visually familiar with the text [word(s)], what it means, and to notice its components- letter (s) and the sound values they stand for.
  • To associate meaning with written/printed language.
  • At the end of this stage, learners should be able to Talk about themselves, members of the family and the people in their surroundings.
  • Follow simple instructions, requests and questions, and use formulaic expressions appropriately.
  • Enjoy doing tasks (including singing a rhyme or identifying a person, object or thing) in English.
  • Recognise whole words or chunks of language.
  • Recognise small and capital forms of the English alphabet both in context and in isolation.
  • Read simple words/short sentences with the help of pictures and understand them.
  • Write simple words/phrases/short sentences.

Class 12 Computer Science Syllabus

Check out the latest CBSE NCERT Class 12 Computer Science Syllabus. The syllabus is for the 2024-25 academic year session. First of all, 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.Data Management 20
Total70

Brief Review

Below, we have mentioned the 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: Minimum 21 Python programs. Out of this, at least four programs should send SQL commands to a database and retrieve the result; 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.

Class 12 Computer Science Syllabus in PDF 2024-25

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

Class 12 Computer Science SyllabusClick Here

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.​

Computer Science SyllabusClick Here
Computer Science NCERT SolutionClick Here
Computer Science Marking SchemeClick Here
Computer Science Sample PaperClick Here
Computer Science Previous Year PaperClick Here
Rate this post
Share on:

Related Posts

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