Is Informatics Practices Easy? An Honest Answer
Informatics Practices is one of the more scoring CBSE subjects, but it is not a light one. Of its 70 theory marks, 50 sit in Pandas and SQL, which are practical skills you cannot memorise the night before. Students who practise output-based questions weekly routinely score 90+; students who only read the textbook rarely do.
Why it has a reputation for being easy
Two reasons, and only one of them is fair. The fair one: IP has no heavy algorithmic programming, so there is no recursion or complex data structure work to trip you up. The unfair one: people compare it to Computer Science and assume 'less programming' means 'less work'.
Where the marks really are
| Class 12 IP unit | Marks |
|---|---|
| Data Handling using Pandas | 25 |
| Database Query using SQL | 25 |
| Computer Networks | 10 |
| Societal Impacts | 10 |
| Theory | 70 |
Fifty of the seventy marks are hands-on. Pandas and SQL questions ask you to predict output or write a query. There is no partial credit for having read about dataframes.
What students underestimate
- Pandas output questions. Knowing what a dataframe is does not tell you what a particular slice prints.
- SQL clause order. Marks are lost on GROUP BY and HAVING far more often than on the idea of a query.
- Societal impacts. Ten marks that look like free English writing, and are lost by writing vaguely instead of using the exact terms.
- The 30 practical marks. The file, project and viva are the easiest marks in the subject and the most commonly left to the last month.
So is it easy?
It is easy to score well in and hard to score well in late. That is the honest version. A student who writes a few Pandas and SQL outputs every week finds the paper straightforward. A student who starts in December finds 50 marks of the paper unfamiliar.
What a 90+ routine looks like
- Write, run and predict output for five Pandas snippets a week from Class 11 onwards.
- Keep one SQL file that grows all year; revise queries, not definitions.
- Finish the practical file by the first term, not the last.
- Answer societal impacts questions in the exam's own vocabulary.

