Informatics Practices (Code No. 065) : Course Design
Informatics Practices (Code No. 065) : Course Design
Informatics Practices (Code No. 065) : Course Design
COURSE DESIGN
Class – XI (2017-18)
Periods
Unit Topic Marks
Theory Practical Total
1 Introduction to Computer systems 20 08 28 10
2 Introduction to Programming 45 42 87 25
3 Relational Database Management System 50 45 95 30
4 IT Applications 10 20 30 05
Total 240 70
Security of computer system: Sources of attack and possible damages, malware – virus, worms,
spyware and cookies as security threat, malware detection using a tool. Computer security, digital
certificate, digital signature, firewall, password, file access permissions
Types of Software:
(a) System Software:
163
Aglasem Schools
(i) Operating systems: Need for operating system, major functions of Operating System;
Examples of OS for mainframe (eg: Linux etc), PC/Server (eg: Windows, Ubuntu etc.), and
mobile devices eg: Android, ios and Symbian.
(ii) Language Processors: Assembler, Interpreter, and Compiler
(b) Utility Software: Compression tools, disk defragmenter, anti-virus
(c) Application Software:
(i) General Purpose Application Software: Word Processor, Presentation Tool, Spreadsheet
Package, Database Management System, Integrated Development Environment (IDE)
(ii) Specific Purpose Application Software: Inventory Management System, Purchasing
System, Human Resource Management System, Payroll System, Financial Accounting,
Hotel Management and Reservation System etc.
164
Aglasem Schools
Examples of common Database Management System: MySQL, Ingres, Postgres, Oracle, DB2, MS
SQL, Sybase etc.; Common Database management tools for mobile devices (eg: SQL Lite,
Postgres SQL).
Introduction to MySQL
(ANSI SQL 99 standard commands)
Classification of SQL Commands:
DML - SELECT, INSERT, UPDATE, DELETE
DDL - CREATE, DROP, ALTER
Creating and using a database: CREATE DATABASE command to create a database, USE
command to select a database.
Creating a table: CREATE TABLE command to create a table, DESC command to display a table
structure, INSERT command for inserting new rows, inserting new rows with NULL values and
values of all the studied data types.
Selection and Projection of a table.
Displaying table data: SELECT command for selecting all the columns, selecting specific
column(s), use of arithmetic operators.
Defining and using column alias
Eliminating duplicate values from display using DISTINCT keyword
Limiting rows during selection (using WHERE clause)
Using Comparison operators - =, <, >, <=, >=, <>, BETWEEN, IN, LIKE(%,_);
Logical Operators –AND, OR, NOT and corresponding operator precedence;
Working with NULL values.
ORDER BY clause: Sorting in Ascending/Descending order, sorting by column alias name,
sorting on multiple columns;
Manipulating Data of a Table/Relation: UPDATE command to change existing data of a table,
DELETE command for removing row(s) from a table.
Restructuring a table: ALTER TABLE for adding new column(s) and deleting column (s) and
modifying column Structure. DROP command to delete a database or a table.
Functions in MySQL:
String Functions: ASCII(), CHAR(), CONCAT(), INSTR(), LCASE(), UCASE(), LEFT(), LOWER(),
LENGTH(), LTRIM(), MID(), RIGHT(), RTRIM(), SUBSTR(), TRIM(), UPPER().
Mathematical Functions: - POWER(), ROUND(), TRUNCATE().
Date and Time Functions: CURDATE(), DATE(), MONTH(), YEAR(), DAYNAME(), DAYOFMONTH(),
DAYOFWEEK(), DAYOFYEAR(), NOW(), SYSDATE().
Unit 4: IT Applications
e-Governance: Definition, benefits to citizens, e-Governance websites and their salient
features and societal impacts; e-Governance challenges.
e-Business: Definition, benefits to customers and business, e-Business websites and their
salient features and societal impacts; netbanking, mobile banking, e-Business challenges.
e-Learning: – Definition, benefits to students (learners), teachers (trainers) and school
(Institution) management; MOOCs (Massive Open Online Courses) ; e-Learning websites and
their salient features and societal impacts; e-Learning Challenges.
In each of the above domains, identify at least two real-life problems, list the input(s) required
for the expected output(s), and describe the problem solving approach. Conceptualise the design
of an ICT based national mission.
Impact of ICT on society – social environmental and economic benefits, Infomania.
165
Aglasem Schools
CLASS XI (PRACTICAL)
(2017-18)
S.No. Description Marks
1 Problem solving using Java 10
2 SQL queries 5
Practical Records: 6
Application of Productivity Tools (WP,Spreadsheets,Presentation) 2
3 Simple problems using Java 2
SQL Queries 2
4 Project Work :IT Applications 5
5 Viva Voce 4
Total 30
2. SQL Queries
Students will be trying out SQL queries in MySQL throughout the year along with course coverage in
theory. Student will be asked to write 5 queries based on one table during final practical examination to
be conducted at the end of the academic session
166
Aglasem Schools
COURSE DESIGN
Class XII (2017-18) (THEORY)
Period
Unit Topic Total periods
Theory Practical
1 Networking and Open Standards 20 4 24
2 Programming 46 44 90
3 Relational Database Management System 50 40 90
4 IT Aplications 10 26 36
Total 240
Unit 2: Programming
Review of Class XI;
Programming Fundamentals
(Refer to Appendix A for Swing Control Methods & Properties, and Appendix B for sample
guidelines of GUI Programming)
Basic concept of Class, Object, Inheritance and Polymorphism
Commonly used libraries:
167
Aglasem Schools
Unit 4: IT Applications
Front-end Interface: Introduction; content and features; identifying and using appropriate
component (Text Field, Radio Button, CheckBox, List etc. as learnt in Unit 2 (Programming))
for data entry, validation and display.
Back-end Database: Introduction and its purpose, exploring the requirement of databases,
tables and its essential attributes.
Front-End and Database Connectivity: Introduction, requirement and benefits
Demonstration and development of appropriate Front-end interface and Back-end Database
for e-Governance, e-Business and e-Learning applications
Impact of ICT on society: Social, Environmental and Economic benefits.
In each of the above domains, identify at least two real-life problems, list the expected outputs
and the input(s) required for the output, and describe the problem solving approach and develop
relevant front-end interface and back-end database.
168
Aglasem Schools
COURSE DESIGN
Class XII (Practical) (2017-18)
S.No. Description Marks
1 Problem Solving using Java 10
2 SQL Queries 5
3 Practical Record 6
Identify Network configuration and OSS used in school 1
Simple problems using IDE Java and Database Connectivity 2
SQL Queries 1
IT Applications 2
2. SQL Queries
Students will be practicing SQL queries in MySQL throughout the year alongwith course coverage in
theory.
Student will be asked to write four queries based on one table and one query based on two tables during
final practical examination to be conducted at the end of the academic session
4. Project File
Students in group of 2-3 are required to work collaboratively to develop a project using Programming
and Database skills learnt during the course. The project should be an application in any one of the
169
Aglasem Schools
domains – e-Governance, e-Business and e-Learning - with GUI front-end and corresponding database at
the back-end.
5. Viva Voce
Students will be asked oral questions during practical examination to be conducted at the end of the
course. The questions will be from the entire course covered in the academic session.
170
Aglasem Schools
Appendix ‘A’
Swing Control Methods & Properties
Class: Jbutton
Swing Control: jButton
Methods: getText(), setText()
Properties: Background, Enabled, Font, Foreground, Text, Label
Class: Jlabel
Swing Control: jLabel
Methods: getText(), setText()
Properties: Background, Enabled, Font, Foreground, Text
Class: JtextField
Swing Control: jTextField
Methods: getText(), isEditable(), isEnabled(), setText()
Properties: Background, Editable, Enabled, Font, Foreground, Text
Class: JRadioButton
Swing Control: jRadioButton
Methods: getText(), setText(), isSelected(), setSelected()
Properties: Background, Button Group, Enabled, Font, Foreground, Label, Selected, Text
Class: JcheckBox
Swing Control: jCheckBox
Methods: getText(), setText(), isSelected(), setSelected()
Properties: Button Group, Font, Foreground, Label, Selected, Text
Class: ButtonGroup
Swing Control: jButtonGroup
Methods:
Properties: Add
Class: JcomboBox
Swing Control: jComboBox
Methods: getSelectedItem(), getSelectedIndex(), setModel()
Properties: Background, ButtonGroup, Editable, Enabled, Font, Foreground, Model,
SelectedIndex, SelectedItem, Text
Class: Jlist
Swing Control: jList
Methods: getSelectedValue()
Properties: Background, Enabled, Font, Foreground, Model, SelectedIndex, SelectedItem,
SelectionMode, Text
Class: Jtable
Swing Control: jTable
171
Aglasem Schools
Class: JoptionPane
Swing Control:
Methods: showMessageDialog()
Properties:
Class: DefaultTableModel
Swing Control:
Methods: getRowCount(), removeRow(), addRow()
Properties:
Class Methods
Integer parseInt(), toDouble(), toString()
Class Methods
Connection createStatement(), close()
DriverManager getConnection()
Statement executeQuery()
ResultSet next(), first(), last(), getString()
Exception getMessage()
System exit()
Note: The visual properties of any of the elements and Data connectivity methods (the properties/methods,
which are not highlighted in the above tables) will not be tested in the Theory examination but may be used
by the student in the Practicals and Projects.
Appendix ‘B’
Sample Guidelines for GUI Programming
1. To display a message using Label, TextBox, MessageDialog using simple GUI applications
2. To concatenate two text entries and display using simple GUI application
3. To perform a simple arithmetic operation (+,-,*,/) and display the result in MessageDialog or TextBox
using simple GUI application
172
Aglasem Schools
4. To perform simple arithmetic operation (+,-,*,/) and display the result in TextBox using simple GUI
application
5. To make simple decision making (if statement) solution and display relevant message using GUI
application (Example - Problems related to Eligibility for a given value of Age, “Profit” or “Loss”
messages for given values of Cost Price and Sale Price, Grade Display for given values of Marks of
students etc.)
6. To create a simple GUI application to perform both arithmetic and logical operation together (Example
– Total, Average and Grade calculation for given marks, Salary Calculation on different criteria)
7. To create a simple GUI application to perform an operation based on the criteria input by the user in a
CheckBox or a RadioButton.
(Example 1: Find the Discount of an item on the basis of Category of item [Electrical
Appliance/Electronic Gadget/Stationary specified using a Radio button] and its Cost [Below 1000/Above
1000/Equal to 1000 specified using a Radio button]).
(Example 2: Calculate the incentive of a Sales Person on the basis of his Sales Amount, Customer
Feedback, Count of Customer specified using CheckBox)
8. To create a simple GUI application to change the property of a swing element based on the selection
made by the user
(Example 1: To change the background or Foreground color of any of the Swing elements of the form
based on the color selected from a list)
(Example 2: To change the foreground and background color of a label based on the values
input/stored in a combo box)
9. To create a simple GUI application for repeatedly doing a task based on the user input.
(Example: To display the multiplication table of a number input by the user)
10. To store the data (Admission No., Name, Date of Birth, Class and Section) of 10 students in a table
[Table] and find total number of students in each class and section.
Suggested Textbooks:
Informatic Practices (Class XI) published by CBSE
Informatic Practices (Class XII) published by CBSE
173