Informatics Practices
Informatics Practices
CLASS XI
Code No. 065
2021-22
1. Prerequisite : None
2. Learning Outcomes :
At the end of this course, students will be able to:
● Identify the components of the Computer System.
● Create Python programs using different data types, lists and dictionaries.
● Explain what is ‘data’ and analyse using NumPy.
● Explain database concepts and Relational Database Management Systems.
● Retrieve and manipulate data in RDBMS using Structured Query Language
● Identify the Emerging trends in the fields of Information Technology.
2 Introduction to Python 25 35 35 70
Practical 30 - - -
1
Software: purpose and types – system and application software, generic and specific purpose software.
2
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.
4 7
Practical file (minimum of 20 python programs , 5 Numpy programs
and 20 SQL queries)
5 Viva-Voce 5
Total 30
Reference:
NCERT Informatics Practices - Text book for class - XI (ISBN- 978-93-5292-148-5 )
4
Informatics Practices
CLASS XII
Code No. 065
2021-2022
2. Learning Outcomes
At the end of this course, students will be able to:
● Create Series, Data frames and apply various operations.
● Perform aggregation operations, calculate descriptive statistics.
● Visualize data using relevant graphs.
● Design SQL queries using aggregate functions.
● Import/Export data between SQL database and Pandas.
● Learn terminology related to networking and the internet.
● Identify internet security issues and configure browser settings.
● Explain the impact of technology on society including gender and disability issues.
5
4. Unit Wise syllabus
5. Project Work
The aim of the class project is to create tangible and useful IT applications. The learner may identify a real-
world problem by exploring the environment. e.g. Students can visit shops/business places, communities or
other organizations in their localities and enquire about the functioning of the organization, and how data are
generated, stored and managed. The learner can take data stored in a csv or database file and analyze it
using Python libraries and generate appropriate charts to visualize. If an organization is maintaining data
offline, then the learner should create a database using MySQL and store the data in tables. Data can be
imported in Pandas for analysis and visualization.
Learners can use Python libraries of their choice to develop software for their school or any other social good.
Learners should be sensitized to avoid plagiarism and violation of copyright issues while working on projects.
Teachers should take necessary measures for this. Any resources (data, image etc.) used in the project must
be suitably referenced.
The project can be done individually or in groups of 2 to 3 students. The project should be started by students
at least 6 months before the submission deadline.
7
6. Distribution of Practical Marks
2 SQL Queries 5
5 Viva-Voce 5
TOTAL 30
8
7.2 Visualization
14. Given the school result data, analyse the performance of the students on different parameters, e.g
subject wise or class wise.
15. For the Data frames created above, analyze and plot appropriate charts with title and legend.
16. Take data of your interest from an open source (e.g. data.gov.in), aggregate and summarize it. Then
plot it using different plotting functions of the Matplotlib library.
Reference:
NCERT Informatics Practices - Text book for class - XII