CMS Computer Science SrSec 2024-25
CMS Computer Science SrSec 2024-25
Class -XI
2024-25
1. Learning Outcomes
Students should be able to:
a) develop basic computational thinking
b) explain and use data types
c) appreciate the notion of algorithms
d) develop a basic understanding of computer systems- architecture, operating
system, and cloud computing
e) explain cyber ethics, cyber safety, and cybercrime
f) understand the value of technology in societies along with consideration of gender
and disability issues.
3. Practical (Suggestive)
* 12345 A
** 1234 AB
*** 123 ABC
**** 12 ABCD
***** 1 ABCDE
● Write a program to input the value of x and n and print the sum of the following series:
⮚ 1 + 𝑥 + 𝑥2 + 𝑥3 + 𝑥4 + ⋯ 𝑥𝑛
⮚ 1 − 𝑥 + 𝑥2 − 𝑥3 + 𝑥4 − ⋯ 𝑥𝑛
𝑥2 𝑥3 𝑥4 𝑥𝑛
⮚ 𝑥+ + + +⋯
2 3 4 𝑛
𝑥2 𝑥3 𝑥4 𝑥𝑛
⮚ 𝑥+ + + +⋯
2! 3! 4! 𝑛!
2024-25
1. Prerequisites
Computer Science- Class XI
2. Learning Outcomes
Student should be able to
a) apply the concept of function.
b) explain and use the concept of file handling.
c) use basic data structure: Stacks
d) explain basics of computer networks.
e) use Database concepts, SQL along with connectivity between Python and SQL.
1 Lab Test:
1. Python program (60% logic + 20%
documentation + 20% code quality)
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
4 Viva voce