[CBSE] Informatics Practices Syllabus class 11 (2022-23)

Share your love

Looking for the syllabus of Informatics Practices (IP) subject of class 11 CBSE Board for 2022-23 Session.

We have given complete detail of IP subject syllabus of class 11 of CBSE Board for 2022-23.

Syllabus of IP subject class 11 CBSE Board 2022-23

Here is the complete detail

Here is the complete detail

Theory Paper 70 Marks (Time 3 Hrs)

Practical Paper 30 Marks

Distribution of Marks and Periods

S.NUnit NameMarks
1Introduction to Computer System5
2Introduction to Python25
3Data Handling using NumPy15
4Database concepts and the Structured Query Language20
5Introduction to Emerging Trends5
Theory70
Practical30
Total100

Unit Wise syllabus

Unit 1: Introduction to Computer System

Introduction to computers and computing: evolution of computing devices, components of a computer
system and their interconnections, Input/Output devices.
Computer Memory: Units of memory, types of memory – primary and secondary, data deletion, its recovery
and related security concerns.

Software: purpose and types – system and application software, generic and specific purpose software.

Unit 2: Introduction to Python
Basics of Python programming, Python interpreter – interactive and script mode, the structure of a program,
indentation, identifiers, keywords, constants, variables, types of operators, precedence of operators, data
types, mutable and immutable data types, statements, expressions, evaluation of expressions, comments,
input and output statements, data type conversion, debugging, control statements: if-else, for loop
Lists: list operations – creating, initializing, traversing and manipulating lists, list methods and built-in
functions.: len(), list(), append(), extend(), insert(), count(), find(), remove(), pop(), reverse(), sort(), sorted(),
min(), max(), sum()
Dictionary: concept of key-value pair, creating, initializing, traversing, updating and deleting elements,
dictionary methods and built-in functions: len(), dict(), keys(), values(), items(), get(), update(), clear(), del()

Unit 3: Data Handling using NumPy
Data and its purpose, importance of data, structured and unstructured data, data processing cycle, basic
statistical methods for understanding data – mean, median, mode, standard deviation and variance.
Introduction to NumPy library, NumPy arrays and their advantage, NumPy attributes, creation of NumPy
arrays; from lists using np.array(), np.zeros(), np.ones(),np.arange() , indexing, slicing, and iteration;
concatenating and splitting array;
Arithmetic operations on one dimensional and two dimensional arrays.
Calculating max, min, count, sum, mean, median, mode, standard deviation, variance on NumPy arrays.

Unit 4: Database concepts and the Structured Query Language
Database Concepts: Introduction to database concepts and its need, Database Management System.
Relational data model: concept of attribute, domain, tuple, relation, candidate key, primary key, alternate
key, foreign key.
Structured Query Language: Data Definition Language, Data Query Language and Data Manipulation
Language, Introduction to MySQL: Creating a database, using database, showing tables using MySQL,
Data Types : char, varchar, int, float, date
Data Definition Commands: CREATE, DROP, ALTER (Add and Remove primary key, attribute).
Data Query Commands: SELECT-FROM- WHERE, LIKE, BETWEEN, IN, ORDER BY, using arithmetic,
logical, relational operators and NULL values in queries, Distinct clause
Data Manipulation Commands: INSERT, UPDATE, DELETE.

Unit 5: Introduction to the Emerging Trends
Artificial Intelligence, Machine Learning, Natural Language Processing, Immersive experience (AR, VR),
Robotics, Big data and its characteristics, Internet of Things (IoT), Sensors, Smart cities, Cloud Computing
and Cloud Services (SaaS, IaaS, PaaS); Grid Computing, Block chain technology.

Practical Marks Distribution

Sl.No.Unit NameMarks
1Problem solving using Python programming language8
2Problem solving using NumPy5
3Creating database using MySQL and performing Queries5
4Practical file (minimum of 20 python programs , 5 Numpy programs
and 20 SQL queries)
7
5Viva-Voce5
Total30

Suggested Practical List :

6.1 Programming in Python

To find average and grade for given marks.

To find the sale price of an item with a given cost and discount (%).

To calculate perimeter/circumference and area of shapes such as triangle, rectangle, square and circle.

To calculate Simple and Compound interest.

To calculate profit-loss for a given Cost and Sell Price.

To calculate EMI for Amount, Period and Interest.

To calculate tax – GST / Income Tax.

To find the largest and smallest numbers in a list.

To find the third largest/smallest number in a list.

To find the sum of squares of the first 100 natural numbers.

To print the first ‘n’ multiples of a given number.

To count the number of vowels in a user entered string.

To print the words starting with a particular alphabet in a user entered string.

To print the number of occurrences of a given alphabet in a given string.

Create a dictionary to store names of states and their capitals.

Create a dictionary of students to store names and marks obtained in 5 subjects.

To print the highest and lowest values in the dictionary.

6.2 Numpy Program

To create an array of 1D containing numeric values 0 to 9.

To create a NumPy array with all values as 0.

To extract values at odd-numbered positions from a NumPy array.

To create a 1-D array having 12 elements usinf arange(). Now, convert this array into a 2-D array with size 4X3.

To perform basic arithmetic operations on 1D and 2D array .

6.3 Data Management: SQL Commands

To create a database

To create a student table with the student id, class, section, gender, name, dob, and marks as attributes where the student id is the primary key.

To insert the details of at least 10 students in the above table.

To delete the details of a particular student in the above table.

To increase marks by 5% for those students who have Rno more than 20.

To display the entire content of the table.

To display Rno, Name and Marks of those students who are scoring marks more than 50.

To find the average of marks from the student table.

To find the number of students, who are from section ‘A’.

To add a new column email in the above table with the appropriate data type.

To add the email ids of each student in the previously created email column.

To display the information of all the students, whose name starts with ‘AN’ (Examples: ANAND, ANGAD,..)

To display Rno, Name, DOB of those students who are born between ‘2005- 01-01’ and ‘2005-12- 31’.

To display Rno, Name, DOB, Marks, Email of those male students in ascending order of their names.

To display Rno, Gender, Name, DOB, Marks, Email in descending order of their marks.

To display the unique section available in the table.

Reference:

NCERT Informatics Practices – Text book for class – XI (ISBN- 978-93-5292-148-5 )

Share your love
Anurag Pathak
Anurag Pathak

Anurag Pathak is an academic teacher. He has been teaching Accountancy and Economics for CBSE students for the last 18 years. In his guidance, thousands of students have secured good marks in their board exams and legacy is still going on. You can subscribe his youtube channel and can download the Android & ios app for free lectures.

Articles: 5884

Leave a Reply

Your email address will not be published. Required fields are marked *

close

Ad Blocker Detected!

Our Website is made possible by displaying online advertisements to our visitors. Please consider supporting us and remove the AD - Blocker to read this article.

Refresh