MP Board Class 11th Informatics Practices Syllabus
माध्यमिक शिक्षा मण्डल, मध्यप्रदेश भोपाल - हायर सेकंडरी परीक्षा 2025-26
Computer System
- Introduction to computer 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
- Study Material PDF: Download PDF
Emerging Trends
- Artificial Intelligence, Machine Learning, Natural Language Processing
- Immersive experience: Augmented Reality (AR), Virtual Reality (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
- Study Material PDF: Download PDF
Python Programming
- Basics of Python programming: interpreter (interactive and script mode), program structure, indentation
- Identifiers, keywords, constants, variables, types of operators, precedence of operators
- Data types, mutable and immutable data types
- Statements, expressions, evaluation, comments, input and output statements, data type conversion, debugging
- Control Statements: if-else, if-elif-else, while loop, for loop
- Lists: creating, initializing, traversing, manipulating, methods and functions (len(), list(), append(), insert(), count(), index(), remove(), pop(), reverse(), sort(), min(), max(), sum())
- Dictionaries: key-value pair, creating, initializing, traversing, updating, deleting, methods and functions (dict(), len(), keys(), values(), items(), update(), del(), clear())
- Study Material PDF: Download PDF
Database and SQL
- Database Concepts: Introduction, need, Database Management System
- Relational Data Model: domain, tuple, relation, candidate key, primary key, alternate key
- Advantages of Structured Query Language (SQL)
- SQL: Data Definition Language, Data Query Language, Data Manipulation Language
- Introduction to MySQL, creating a database, data types
- Data Definition: CREATE DATABASE, CREATE TABLE, DROP, ALTER
- Data Query: SELECT, FROM, WHERE with relational operators, BETWEEN, logical operators, IS NULL, IS NOT NULL
- Data Manipulation: INSERT, DELETE, UPDATE
- Study Material PDF: Download PDF