The 11th students will have to appear for both theory and practical. The theory carries 80 Marks and the Practical carries 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 Systems, (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: the 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 Dimensional and two-dimensional arrays.
Calculating max, min, count, sum, mean, median, mode, standard deviation, and 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 the domain, tuple, relation, candidate key, primary key, alternate key, and 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, Blockchain 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 a 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: Suggested Practical List
6.1 Programming in Python
- To find the average and grade for given marks.
- To find the sale price of an item with a given cost and discount (%).
- To calculate the perimeter/circumference and area of shapes such as triangles, rectangles, squares, and circles.
- 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 the 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 using arrays (). Now, convert this array into a 2-D array with size 4X3.
- To perform basic arithmetic operations on 1D and 2D arrays.
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.
- 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 the 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 the Rno, Name, and DOB of those students who are born between ‘2005- 01-01’ and ‘2005-12- 31’.
- To display the Rno, Name, DOB, Marks, and Email of those male students in ascending order of their names.
- To display Rno, Gender, Name, DOB, Marks, and 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 2023. 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 the 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 in 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.