Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

COMPUTER SCIENCE (41) – I PUC

2024-25

TOPICS FOR I QUARTERLY TEST

Chapter 1: Computer System


Introduction to computer and computing, Computer Memory, Microprocessor, Software, Operating
System (OS)

Chapter 2: Encoding Schemes and Number System


Encoding schemes, Number system

NOTE: 1) Theory for Python programming can be taught parallelly in order to conduct
laboratory classes.
2) Python programming chapter is not included in I Quarterly Test.

TOPICS FOR MID TERM EXAMINATION

I QUARTERLY TEST PORTIONS AND

Chapter 3: Emerging Trends


Brief understanding of emerging trends: Artificial Intelligence, Machine learning, Natural Language
Processing,
Immersive experience, Robotics, Big data and its characteristics, Internet of Things (IoT), Sensors,
Smart cities,
Cloud Computing and Cloud Services (SaaS, IaaS, PaaS); Grid Computing, Blockchain technology.

Chapter 4: Problem Solving


Introduction to Problem Solving Algorithms flowchart and pseudo-code Programming, Programming
Constructs
Comparison and Analysis of Algorithms through simulations. Decomposition

Chapter 5: Getting started with Python


Basics of Python programming, working with Python interpreter in interactive mode and script mode,
structure of a program, debugging errors and exceptions, identifiers, keywords,

II QUARTERLY TEST PORTIONS

Chapter 5: Getting started with Python


Constants, variables, types of operators, precedence of operators, data types, mutable and immutable
data types, statements, expressions, evaluation and comments, input and output statements, data type
conversion, debugging

Chapter 6 Flow of control


Control structures: Sequence, selection (decision) and repetition (iteration), Selection: if, if-else, and
nested if statement, indentation, Repetition: for, while, and nested loops, break, continue.

Chapter 7: Functions
Introduction to functions, need of functions. User defined functions: passing arguments to a function,
returning values from functions, scope of variables,

ANNUAL EXAMINATION - COMPLETE SYLLABUS

You might also like