1. Home
  2. /
  3. CBSE
  4. /
  5. Class 11
  6. /
  7. Informatics Practices
  8. /
  9. CBSE class 11 Informatics...

CBSE class 11 Informatics Practices Old Syllabus 2018-19

myCBSEguide App

myCBSEguide App

Download the app to get CBSE Sample Papers 2023-24, NCERT Solutions (Revised), Most Important Questions, Previous Year Question Bank, Mock Tests, and Detailed Notes.

Install Now

CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download. Informatics Practices Old syllabus for 2018 2019 class 11 CBSE is now available in myCBSEguide app. The curriculum for March 2019 exams is designed by CBSE, New Delhi as per NCERT text books for the session 2018-19.

Download CBSE class 11 Informatics Practices Old Syllabus 2018-19

CBSE class 11 Informatics Practices Old Syllabus 2018-19
(For the Academic year 2018-19 only)

Learning Outcomes:

  • Sound knowledge of computer system.
  • Ability to develop application using simple IDEs.
  • Ability to use, develop & debug programs independently.
  • Ability to store and retrieve data using an RDBMS.

COURSE DESIGN
Class – XI (2018-19)

UnitTopicTheoryPracticalTotalMarks
1Introduction to Computer systems20082810
2Introduction to Programming45428725
3Relational Database Management System50459530
4IT Applications10203005
Total24070

Unit 1: Introduction to Computer Systems

Hardware Concepts:

  • Computer organization (basic concepts): CPU, Memory (RAM and ROM), I/O devices, communication bus, ports (serial, parallel), device specific ports;
  • Input devices: Keyboard, Mouse, Light pen, Touch Screen, Graphics Tablet, Joystick, Microphone, OCR, Scanner, Smart Card reader, Barcode reader, QRCode reader, Biometric sensor, web camera;
  • Output Devices: Monitor/Visual Display Unit (VDU), LCD screen, Television, Printer (Dot Matrix printer, Desk jet/ Inkjet/ Bubble jet printer, Laser printer), Plotter, Speaker;
  • Secondary Storage Devices: Floppy Disk, Hard Disk, Compact Disk, Magnetic Tape, Digital Versatile Disk (DVD),Flash Drive, Memory cards.Comparative properties of storage media;
  • Memory Units: bit, Byte (Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte)
  • Encoding scheme :ASCII,ISCII & UNICODE
  • E-waste disposal.

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:

  1. System Software:
    1. 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.
    2. Language Processors: Assembler, Interpreter, and Compiler
  2. Utility Software: Compression tools, disk defragmenter, anti-virus
  3. Application Software:
    1. General Purpose Application Software: Word Processor, Presentation Tool, Spreadsheet Package, Database Management System, Integrated Development Environment (IDE)
    2. Specific Purpose Application Software: Inventory Management System, Purchasing System, Human Resource Management System, Payroll System, Financial Accounting, Hotel Management and Reservation System etc.

Unit 2: Introduction To Programming

Getting started with Programming using IDE

 Introduction, Rapid Application Development using IDE (Integrated Development Environment) such as Netbeans; Familiarization of IDE using basic Interface components- Label, Text Field, Text Area, Button, Checkbox, Radio Button. (As per appendix A)
 Developing General Application (As per the guidelines at appendix B) – Getting Familiar with Java Swing User Interface components-Frame, Dialog, OptionPane, Panel, ScrollPane, Label, TextField, PasswordField, TextArea, Button, CheckBox, RadioButton, ComboBox, List
 Basic component handling methods and properties: setText(), getText(), isSelected(), setSelected()

Programming Fundamentals

  • Data Types: Concept of data types; Built-in data types – byte, short, int, long, float, double, char, string, boolean
  • Variables: Need to use variable, declaring variables, variable naming convention, assigning value to variables;
  • Integer object method: parseInt
  • Double object method: parseDouble, parseFloat
  • Control Structures:
    Decision Structure – if, if-else, switch;
    Looping Structure- while, do . . while, for;

Programming Guidelines:

  • General Concepts; Modular approach;
  • Stylistic Guidelines: Clarity and simplicity of expressions and names; Comments, Indentation;
  • Running and debugging programs, Syntax Errors, Run-Time Errors, Logical Errors;
  • Problem Solving Methodology: Understanding of the problem, Identifying minimum number

of inputs required for output, breaking down problem into simple logical steps.

Unit 3: Relational Database Management System

Database Management System

  • Introduction to database concepts: Database, Relational database, Relation/Table, Attribute/Field, Tuple / Row;
  • Data Types: Text (CHAR, VARCHAR), Number (DECIMAL, INT/INTEGER), Date and Time
  • Keys: Candidate key, Primary key, Alternate key, Foreign key;
  • 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.

CBSE class 11 Informatics Practices Old Syllabus 2018-19

(PRACTICAL)
(2018-19)

S.No.DescriptionsMarks
1.Problem solving using Java4
2.SQL Queries5
3.Practical Records:2
Application of Productivity Tools (wp, Spreadsheets, Presentation)2
Simple Problem using Java2
4.Project work: IT Applications5
5.Viva Voce4
Total30

Evaluation of Practical Examination

1. Problem solving using Java

Student is required to solve programming problems based on all concepts covered in theory throughout the year and maintain a record of these in the practical file. Student will be given a problem to be solved using Java during final practical examination to be conducted at the end of the academic session

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

3. Practical Record File

A practical record file is required to be created during the entire academic session. It should be duly signed by the concerned teacher on regular basis and is to be produced at the time of Final Practical Examination for evaluation. It should include the following:

  • At least 2 applications using at least two productivity tools in each.
  • At least 10 solutions of simple problems using IDE based Java (refer to Appendices ‘A’ & ‘B’).
  • At least 20 SQL queries on any database.
  • At least one IT applications – project work.

4. 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. Out of 4 marks, 2 marks are allotted to test student‟s understanding of basic computer hardware and their functions.

Download CBSE Syllabus of Class 11th

myCBSEguide App

Test Generator

Create question paper PDF and online tests with your own name & logo in minutes.

Create Now
myCBSEguide App

myCBSEguide

Question Bank, Mock Tests, Exam Papers, NCERT Solutions, Sample Papers, Notes

Install Now

Leave a Comment