Computer Sciences and Informatics Practices
Computer Sciences and Informatics Practices
Page | 1
Computer Science/Informatics Practices
- 308
Note:
There will be one Question Paper which will contain Two Sections i.e. Section A and Section B
[B1 and B2].
Section A will have 10 questions covering both i.e. Computer Science/Informatics Practices which
will be compulsory for all candidates.
Candidates are required to choose either B1 or B2 according to their choice.
Section B1 will have 15 questions from Computer Science. All questions will be mandatory.
Section B2 will have 15 questions purely from Informatics Practices. All questions will be
mandatory.
In total, candidate has to attempt 25 questions.
Section A
Exception and File Handling in Python
Exception Handling: syntax errors, exceptions, need for exception handling, user-defined
exceptions, raising exceptions, handling exceptions, catching exceptions, Try - except - else
clause, Try - finally clause, recovering and continuing with finally, built-in exception classes.
File Handling: text file and binary file, file types, open and close files, reading and writing text
files, reading and writing binary files using pickle module, file access modes.
Database Concepts
Introduction to database concepts, the difference between database and file system, relational data
model: the concept of the domain, tuple, relation, keys - candidate key, primary key, alternate
key, foreign key;
Relational algebra: selection, projection, union, set difference, and cartesian product;
Computer Networks
Introduction to computer networks, Evolution of networking,
Network types: LAN, WAN, MAN
Network devices: Modem, Ethernet Card, Repeater, Hub, Switch, Router, Gateway.
Network Topologies: Mesh, Ring, Bus, Star, and Tree topologies
Exception Handling: syntax errors, exceptions, need for exception handling, user-defined
exceptions, raising exceptions, handling exceptions, catching exceptions, Try - except - else
clause, Try - finally clause, recovering and continuing with finally, built-in exception classes.
File Handling: text file and binary file, file types, open and close files, reading and writing text
files, reading and writing binary files using pickle module, file access modes.
Chapter 2: Stack
Stack (List Implementation): Introduction to stack (LIFO Operations), operations on the stack
(PUSH and POP), and its implementation in Python. Expressions in Prefix, Infix, and postfix
notations, evaluating arithmetic expressions using stack, conversion of Infix expression to
postfix expression
Page | 3
Chapter 3: Queue
Queue (List Implementation): Introduction to Queue (FIFO), Operations on Queue (INSERT and
DELETE), and its implementation in Python.
Introduction to DQueue and its implementation in Python.
Chapter 4: Searching
Searching: Sequential search, Binary search, Analysis of Sequential and Binary Search. Dry run to
identify best, worst, and average cases. Implementation of searching techniques in Python.
Chapter 5: Sorting
Overview of sorting techniques, Bubble Sort, Selection Sort, and Insertion Sort. Dry run to
identify best, worst, and average cases. Implementation of sorting techniques in Python.
Hashing: Hash Functions, Collision Resolution, Implementing the Map Abstract Data Type.
Data and its purpose, collection, and organization; understanding data using statistical methods:
mean, median, standard deviation, variance; data interpretation; visualization of data.
Introduction to database concepts, the difference between database and file system, relational
data model: the concept of the domain, tuple, relation, keys - candidate key, primary key,
alternate key, foreign key;
Relational algebra: selection, projection, union, set difference, and cartesian product;
Advantages of using Structured Query Language, Data Definition Language, Data Query
Language, and Data Manipulation Language, Introduction to MySQL, Creating a database using
MySQL, Data Types
Data Definition: CREATE TABLE, DROP TABLE, ALTER TABLE,
Data Query: SELECT, FROM, WHERE
Data Manipulation: INSERT, UPDATE, DELETE
Math functions: POWER (), ROUND (), MOD ().
Page | 4
Text functions: UCASE ()/UPPER (), LCASE ()/LOWER (), MID ()/SUBSTRING ()/SUBSTR
(), LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().
Date Functions: NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (),
DAYNAME ().
Aggregate Functions: MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT
(*). Querying and manipulating data using Group by, Having, and Order by.
Operations on Relations - Union, Intersection, Minus, Cartesian Product, JOIN
Page | 5
Introduction to Python libraries- Pandas, NumPy,
Matplotlib. Data structures in Pandas - Series and
DataFrames.
Series: Creation of Series from – an array, dictionary, scalar value; mathematical operations;
Head and Tail functions; Selection, Indexing, and Slicing.
DataFrames: creation - from the dictionary of Series, list of dictionaries, Text/CSV files; display;
iteration; Operations on Rows and columns: add, select, delete, rename; Head and Tail functions;
Indexing using Labels, Boolean Indexing; Styling & Formatting data, Head and Tail functions;
Joining, Merging, and Concatenations.
Importing/Exporting Data between CSV files and DataFrames.
Customizing plots: color, style (dashed, dotted), width; adding label, title, and legend in plots.
Page | 6
protection, Intellectual Property Rights (IPR) and their violation, plagiarism licensing and
copyrights, Free and Open Source Software (FOSS), Cybercrime and cyber laws, hacking,
phishing, cyberbullying, Overview of Indian IT Act, preventing cybercrime.
E-waste, its hazard, and management
Awareness about health concerns related to the usage of technology like effects on eyesight,
physiological issues, and ergonomic aspects.
Threats and prevention: Viruses, Worms, Trojan horses, Spam, Cookies, Adware, Firewall, http
vs https
Network Security Concepts: Firewall, Cookies, Hackers and Crackers
Antivirus and their workings
Network security threats: Denial of service, Intrusion problems, Snooping, Eavesdropping
Page | 7