Posts
Experiment 6: Design a form in MS Access to view ,delete and modify the patient records in the database
- Get link
- X
- Other Apps
Experiment 5: Creating a database in MS Access to store patient information
- Get link
- X
- Other Apps
Experiment 4: Creating mailing labels Using Label Wizard, generating labels in MS WORD
- Get link
- X
- Other Apps
Exercise:3 Retrieve the information of a drug and its adverse effects using online tools
- Get link
- X
- Other Apps
Create a HTML web page to show personal information.
- Get link
- X
- Other Apps
COMPUTER APPLICATION Exercise: 2 Aim: Create a HTML web page to show personal information. HTML: · HTML Stands for Hyper Text Markup Language. · It is the coding language that makes web-pages; it is the skeleton of every web-page that exists. HTML elements are represented by tags and Browsers do not display the HTML tags, but use them to render the content of the page. · Basic example of html <html> <head> <title>sample</title> </head> <body> <h1>This is a heading</h1> <p>Document content goes here……</p> ...
CBSE- Informatics Practices (065) 2023-2024 Lesson Plan
- Get link
- X
- Other Apps
Informatics Practices (065) 2023-2024 Lesson Plan Unit 1: Data Handling using Pandas - Lesson Plan Duration: 2-3 hours Objective: Introduce students to Python libraries for data handling, specifically Pandas and Matplotlib. Understand the data structures in Pandas, such as Series and DataFrames. Learn how to create, manipulate, and analyze data using Pandas. Explore data visualization techniques using Matplotlib. Materials: Python installed on each student's computer Jupyter Notebook or any Python IDE Sample dataset (CSV file) for data import/export Lesson Plan: Introduction (15 minutes) a. Greet the students and provide an overview of the lesson plan. b. Explain the importance of data handling and analysis in various fields. c. Introduce Python libraries for data handling: Pandas and Matplotlib. d. Discuss the benefits and applications of these libraries. Data Structures in Pandas (30 minutes) a. Introduce Series and DataFrames as fundamental data structures in Pandas. b. ...