The 11th students will have to appear for both theory and practical. The theory carries 80 Marks and Practical’s carry 20 Marks. These books are prescribed by NCERT. You will find the following chapters in 11th Information Practices.
The CBSE Class 11 Information Practices Syllabus consists of five units: (i) Introduction to Computer System, (ii) Introduction to Python, (iii) Data Handling using NumPy, (iv) Database concepts and the SQL, and (v) Introduction to the Emerging Trends.
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 and 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.
Dictionary: concept of key-value pair, creating, initializing, traversing, updating and deleting elements, dictionary methods and built-in functions.
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, creation of NumPy arrays; 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 domain, tuple, relation, candidate key, primary key, alternate key, foreign key.
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.
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.
CBSE Class 11 Information Practices Syllabus: Exam Pattern
Theory Exam Structure
S.No | Unit Name | Marks | Periods Theory |
Periods Practical |
Total Period |
1 | Introduction to Computer System | 5 | 10 | – | 10 |
2 | Introduction to Python | 25 | 35 | 35 | 70 |
3 | Data Handling using NumPy | 15 | 28 | 15 | 43 |
4 | Database concepts and the Structured Query Language | 20 | 25 | 25 | 50 |
5 | Introduction to Emerging Trends | 5 | 7 | – | 7 |
Practical | 30 | – | – | – | |
Total | 100 | 105 | 75 | 180 |
Practical Marks Structure
Unit Name | Marks | |
1 | Problem solving using Python programming language | 8 |
2 | Problem solving using NumPy | 5 |
3 | Creating database using MySQL and performing Queries | 5 |
4 | Practical file (minimum of 20 python programs , 5 Numpy programs and 20 SQL queries | 7 |
5 | Viva-Voce | 5 |
Total | 30 |
CBSE Class 11 Information Practices Syllabus: Sugested 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 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.
Other Important Links Related to CBSE Class 11 Information Practices Syllabus
Here you can check links to various study materials related to the 11th Information Practices
We have covered the detailed guide on CBSE Class 11 Information Practices Syllabus 2022. Feel free to ask any questions related to CBSE Class 11 Economics in the comment section below.
FAQs: CBSE Class 11 Information Practices Syllabus
Here are some of the most frequently asked questions for CCBSE Class 11 Information Practices Syllabus
From where can I check the CBSE Class 11 Information Practices Syllabus?
You can check it from the above blog to get complete details on CBSE Class 11 Information Practices Syllabus.
From where can I check the CBSE Class 11 Information Practices Syllabus Exam Pattern?
You can find the marking scheme from the above blog.
Is it important to know the Class 11 Information Practices syllabus?
Yes, you must know the syllabus for better exam preparation.
How many marks CBSE Class 11 Information Practices Exam?
CBSE Class 11 Information Practices Exam will be of 100 marks.