Home   »   CBSE Class 12th Syllabus 2023-24   »   CBSE Class 12 Computer Application Syllabus...

CBSE Class 12 Computer Application Syllabus 2023-24, PDF

CBSE Class 12 Computer Application Syllabus 2023-24: The CBSE Board’s Computer Science curriculum is designed so that candidates can apply the concept of function, explain and use the concept of file handling, use basic data structure: Stacks, explain the basics of computer networks, and use Database concepts, SQL, as well as connectivity between Python and SQL. We have supplied the whole curriculum of 12th class Computer Science in this post, which includes the course learning outcomes, weightage of marks, unit-wise thorough syllabus content, and a list of practicals and project tasks, among other things.

CBSE Class 12 Computer Application Syllabus 2023-24

The CBSE Class 12 Computer Application syllabus for 2023-2024 includes the following topics: Introduction to Computer Science: In this chapter, students learn about the fundamental principles of computer science, such as data, algorithms, and programming. Object-Oriented Programming (OOP): This chapter teaches students how to programme using principles from object-oriented programming (OOP), such as classes, objects, and inheritance.

Data Structures and Algorithms: This chapter teaches students about various data structures and algorithms and how to apply them to problem-solving.Database Management Systems (DBMS): This chapter teaches students about database management systems (DBMS) and how to store and retrieve data using them. This chapter introduces students to networking fundamentals such as the internet, TCP/IP, and web creation. This chapter introduces students to software engineering topics such as the software development life cycle (SDLC) and testing. Cyber security principles such as threats, vulnerabilities, and attack vectors are covered in this chapter. A project on a topic of the student’s choice relating to computer applications is also included in the syllabus. The CBSE Class 12 Computer Application Syllabus 2023-24 pdf is given below.

CBSE Class 12 Computer Application Syllabus 2023-24 Distribution of Marks

The table below shows the distribution of CBSE Class 12 Computer Application Syllabus 2023-24 marks.

Unit No. Unit Name Marks Periods
Theory Practical
I Computational Thinking and

Programming – 2

40 70 50
II Computer Networks 10 15
III Database Management 20 25 20
Total 70 110 70

CBSE Class 12 Computer Application Syllabus 2023-24 Unit-wise syllabus

Unit name Description
1 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.
2 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
3 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 query

CBSE Class 12 Computer Application Syllabus 2023-24 PDF

The Class 12 Computer Applications syllabus is an excellent resource for students who want to work in computer science, software development, or other related professions. Students will learn the abilities they need to excel in these industries by understanding the material in the syllabus. Download CBSE Class 12 computer application syllabus 2023-24 pdf here.

CBSE Class 12 Computer Application Syllabus 2023-24

Also check ,

CBSE Class 12 Syllabus 2023-24
CBSE Class 12 Hindi Syllabus 2023-24 CBSE Class 12 Physics Syllabus 2023-24
CBSE Class 12 English Syllabus 2023-24 CBSE Class 12 Biology Syllabus 2023-24
CBSE Class 12 Chemistry Syllabus 2023-24 CBSE Class 12 History Syllabus 2023-24

 

Sharing is caring!

FAQs

What are the major topics covered in the syllabus?

The major topics covered in the syllabus include:

Introduction to Computer Science
Object-Oriented Programming
Data Structures and Algorithms
Database Management Systems
Networking
Software Engineering
Cyber Security

What are the important topics that students should focus on?

Some of the important topics that students should focus on include:

The basic concepts of computer science, such as data, algorithms, and programming.
Object-oriented programming concepts, such as classes, objects, and inheritance.
Different data structures and algorithms, and how to use them to solve problems.
Database management systems (DBMS), and how to use them to store and retrieve data.
Networking concepts, such as the internet, TCP/IP, and web development.
Software engineering concepts, such as the software development life cycle (SDLC) and testing.
Cyber security concepts, such as threats, vulnerabilities, and attack vectors.

What are the reference books that students can use?

Some of the reference books that students can use include:

Computer Science: A Beginner's Guide by Paul Deitel and Harvey Deitel
Object-Oriented Programming in Java by Cay Horstmann
Data Structures and Algorithms in Python by Michael T. Goodrich and Roberto Tamassia
Database Systems: The Complete Book by Abraham Silberschatz, Henry F. Korth, and S. Sudarshan
Networking: A Top-Down Approach by Andrew S. Tanenbaum and David J. Wetherall
Software Engineering: A Practitioner's Approach by Roger S. Pressman
Cyber Security: A Hands-On Approach by David J. Whalen

Leave a comment

Your email address will not be published. Required fields are marked *