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

CBSE class 11 Informatics Practices New 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 New Syllabus 2018-19 in PDF format for free download. Informatics Practices New 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 New Syllabus 2018-19

CBSE class 11 Informatics Practices New Syllabus 2018-19
CLASS XI
Code No. 065

Optional for the academic year 2018-19 and mandatory for the academic year 2019-20 onwards

1. Prerequisites

Since a lot of students join CBSE schools from schools run by a state board, we are not assuming any pre-requisites for this course other than basic mathematical skills. However, it will be helpful if the student has a basic knowledge of Computer Applications 1 and 2.

2. Learning Outcomes

  1. Basic computational thinking. Learn how to reason with variables, state transitions, conditionals, and iteration.
  2. Notion of data types, and higher order data structures such as lists, and dictionaries.
  3. Concepts of data handling: creating, managing and working with Data Frames using Python Pandas.
  4. Structure of simple SQL queries.
  5. Cyber safety.

3. Distribution of Marks

Unit
No.
Unit NameMarks
1.Programming and Computational Thinking30
2.Data Handling – 120
3.Data Management – 110
4.Society, Law and Ethics – 110
5.Practicals30
Total100

4.1 Unit 1: Programming and Computational Thinking (PCT-1) (70 Theory + 60 Practical)

  • Basic computer organisation: describe a computer system and mobile system, CPU, memory, hard disk, I/O, battery, power, transition from a calculator to a computer
  • Familiarization with the basics of Python programming: a simple “hello world” program, process of writing a program, running it, and print statements; simple data-types: integer, float, string
  • Introduce the notion of a variable, and methods to manipulate it (concept of L-value and R-value even if not taught explicitly)
  • Knowledge of data types and operators: accepting input from the console, assignment statement, expressions, operators and their precedence.
  • Conditional statements: if, if-else, if-elif-else; simple programs: e.g.: absolute value, sort 3 numbers, divisibility.
  • Notion of iterative computation and control flow: for, while, flowcharts, decision trees and pseudo code; write a lot of programs: interest calculation, EMI, tax calculation (examples from GST), standard deviation, correlation
  • Lists and dictionary: finding the maximum, minimum, mean; linear search on a list of numbers, and counting the frequency of elements in a list using a dictionary.
  • Text handling: compare, concat, and substring operations.
  • Introduction to Python modules: creating and importing.

4.2 Unit 2: Data Handling (DH-1) (30 Theory + 20 Practical)

4.2.1. Introduction to Python Pandas

  • Introduction to data structures in Pandas: Series, and Data Frame
  • Operations on a Series: head, tail, vector operations
  • Data Frame operations: create, display, iteration, select column, add column, delete column
  • Binary operations in a Data Frame: add, sub, mul, div, radd, rsub
  • Matching and broadcasting operations
  • Missing data and filling values.
  • omparisons, Boolean reductions, comparing Series, and combining Data Frames.

4.2.2. Transfer data between CSV files/SQL databases, and Data Frame objects.

4.3. Unit 3: Data Management (DM-1) (30 Theory + 20 Practical)

  • Relational databases: idea of a database and the need for it, relations, keys, primary key, foreign key;
  • use SQL commands to create a table, keys, and foreign keys; insert/delete an entry, delete a table.
  • Basic SQL: select, project, and join; indexes, and a lot of in-class practice.

4.4. Unit 4: Society, Law and Ethics (SLE-1) – Cyber safety (10 Theory)

  • Cyber safety: safely browsing the web, identity protection, confidentiality, social networks, cyber trolls and bullying
  • Appropriate usage of social networks: spread of rumours, and common social networking sites (Twitter, LinkedIn, and Facebook) and specific usage rules.
  • Safely accessing web sites: adware, malware, viruses, Trojans
  • Safely communicating data: secure connections, eavesdropping, and phishing and identity verification.

5. Practical

S.No.Unit NameMarks
1.Lab Test (12 marks)
Python programs to test PCT (60% logic + 20% documentation + 20% code quality)4
Python programs to test data handling (same rules as above)4
SQL program (at least 4 queries)4
2.Report File + viva (10 marks)
Report file: Minimum 20 Python programs (PCT + DH) and at least 8 SQL commands7
Viva voce (based on the report file)3
3.Project (that uses most of the concepts that have been learnt) See IP-2 for the rules regarding the projects.8

5.1. Programming in Python: At least the following Python concepts should be covered in the lab sessions: expressions, conditionals, loops, list, dictionary, and strings. The following are some representative lab assignments.

  • Find the largest and smallest numbers in a list.
  • Find the third largest number in a list.
  • Find the sum of squares of the first 100 natural numbers.
  • Find whether a string is a palindrome or not.
  • Given two integers x and n, compute xn.
  • Compute the greatest common divisor and the least common multiple of two integers.
  • Test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such numbers in the range of 100 to 1000.

5.2. Data Management: SQL Commands At least the following SQL commands should be covered during the labs: create, insert, delete, select, and join. The following are some representative assignments.

  • Create a student table with the student id, name, and marks as attributes where the student id is the primary key.
  • Insert the details of a new student in the above table.
  • Delete the details of a particular student in the above table.
  • Use the select command to get the details of the students with marks more than 80.
  • Create a new table (name, date of birth) by joining two tables (student id, name) and (student id, date of birth).
  • Create a new table (order ID, customer Name, and order Date) by joining two tables (order

ID, customer ID, and order Date) and (customer ID, customer Name, contact Name, country).

5.3. Data Handling: The following are some representative lab assignments.

  • Subtract the mean of a row from each element of the row in a Data Frame.
  • Filter out rows based on different criteria such as redundant rows (same data as the row above or below).
  • Find the sum of each column, or find the column with the lowest mean.
  • Locate the 3 largest values in a data frame.
  • Replace all negative values in a data frame with a 0.

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

4 thoughts on “CBSE class 11 Informatics Practices New Syllabus 2018-19”

  1. Kindly tell about book for IP class 11 based on new syllabus for 2018-19 (python programming).
    How we can get it.

  2. Hi,
    I am faculty of IP subject and looking for CBSE published IP text book for std XI as per new syllabus. It is neither available on internet nor in market. I would like to know from where to procure this text book.

  3. Hello sir,
    i am a student currently studying python pandas and i want to request you to please update the syllabus of class 12th IP and please add tkinter module in it. It will be very helpful if you add it !

  4. i p new syllbus or python is more comfortable and giving more mark then ip old thanks to cbsc to give us very good programing language

Leave a Comment