0% found this document useful (0 votes)
19 views3 pages

Learningobject For Cs

The document outlines the Grade 12 Computer Science syllabus for Litera Valley School, Patna, for the academic year 2025-26. It includes chapters on Python programming, functions, file handling, exception handling, computer networks, RDBMS, and MySQL, detailing learning goals and outcomes for each topic. Students will develop skills in programming, database management, and cybersecurity, preparing them for practical applications in technology.

Uploaded by

aram fatma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Learningobject For Cs

The document outlines the Grade 12 Computer Science syllabus for Litera Valley School, Patna, for the academic year 2025-26. It includes chapters on Python programming, functions, file handling, exception handling, computer networks, RDBMS, and MySQL, detailing learning goals and outcomes for each topic. Students will develop skills in programming, database management, and cybersecurity, preparing them for practical applications in technology.

Uploaded by

aram fatma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

LITERA VALLEY SCHOOL, PATNA

Grade 12 Chapter wise Computer Science Syllabus


(2025-26)

SNo Chapter No & Topics Learning Goal Learning Out-


. Name Come

1 Ch1& Ch2 Introduction about, Students will Understanding


Python Tokens, Variables, develop an and implement
revision Tour1 Jump Statement, Core application-based Fundamental
and Tour 2 Data Types, Flow of understanding of python
controls, Looping python programming
statement etc. programming, concepts. Capable
enabling them to of developing an
write, debug and Application based
execute program upon
programs Loops and
efficiently. conditional
statements.
2. Ch3. Working Introduction, Student will Define and
With Understanding understand the implement
Functions functions, user role of functions functions to
defined function s, in python modularize
scope of variables, program and programs.
Types of functions enhancing code Differentiate
reusability. between various
types of functions
in python.
Ch4 and Ch5 Introduction About Student will After completing
3. Python library, importing understand the these topics
Libraries modules in python role of module students will
File Handling creating python with the type of capable of
library. pure and impure. designing their
Types of files like Text Students will own modules
file, Binary file CSV understand the which hold
files. different mode of different types of
Way of opening and file like r, w, a, functions.
closing a file. r+, w+, a+ rb, File handling is
wb, ab etc. to the heart of
apply the python as
different modes students will
of file at the time capable of
of opening a file designing
to read, write different types of
and append application based
upon the topics
covered.
LITERA VALLEY SCHOOL, PATNA
Grade 12 Chapter wise Computer Science Syllabus
(2025-26)

4. Ch6 & Ch7 Exception Handling They will learn Students are
Exception using try-except- how to handle capable to handle
Handling finally blocks. different types of different types of
Data Use of Stack, LIFO, error and errors and
Structure FIFO exception in exceptions occurs
Through single list python in a program like
programming. import error, zero
Students will value division
learn how to errors, use of
push(insert) finally etc.
pop(remove) Through Data
single element structure they will
from a list understand the
use of append ()
and pop ()
function
5. Ch8 & ch9 Introduction, Types of Students will Understand how
Computer networks, Protocols, gain a the internet and
Net. 1 Internet and web comprehensive web technology’s
Computer Technologies, devices understanding of function.
Net. 2 ethical hacking, networking Students will learn
cybersecurity principles and to recognize
cybersecurity cybersecurity
threats to ensure threats and apply
data integrity preventive
and privacy. measures.
6. Ch10 & Ch11 Introduction to How to create a Students will be
RDBMS and database Concepts database and able to
Simple and its need, table using all understand the
queries in Relational data types of real use of RDBS.
MySQL models constraints. through
Structured query Use of primary applications like
language. Single row key, Employee
functions How to Database, ERP
implement Alter, System etc.
Drop and Single
row Functions
7. Ch12 & Ch13 How to use update, Student will Students will
Table creation delete, insert, select come to know enhance their
and DML upon a database and about the real capacity by
Commands, table use of database designing various
Joins in with the help of types of
MySQL DML command databases, Table,
LITERA VALLEY SCHOOL, PATNA
Grade 12 Chapter wise Computer Science Syllabus
(2025-26)

and aggregate query in MySQL.


functions, how to How to establish
join two or more query upon two
tables with the tables with the
help of equi and help of join
non-equi joins
8. Ch14. Connecting MySQL Students will be Understand how
Interface with python, able to connect the python MySQL
python with performing insert, Python interface interface work
MySQL update, delete, with MySQL so accordingly,
queries using cursor, that retrieval of Design an
display by using data can be application to
connect (), cursor (), handle easily. connect python
commit (), close () Through set of MySQL interface
etc. programs.

You might also like