Lesson Notes By Weeks and Term v5 - Grade 10

Information management: planning and presenting information – Week 5 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Computer Applications Technology

Class: Grade 10

Term: Term 4

Week: 5

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

Information management is a crucial skill in today's digital world, and specifically relevant to South African learners navigating a landscape filled with both opportunities and challenges related to technology and information access. Effective information management allows you to sift through the noise, identify credible sources, organize data logically, and present findings in a clear and impactful manner. In this week's lesson, we focus on the planning and presentation stages of information management. This is important because no matter how great your research is, if it's poorly presented, its impact will be diminished.

Lesson notes

What is Planning in Information Management? Planning is the first and most crucial step. It involves defining the purpose of your information management, identifying the data you need, determining how to organize it, and deciding on the best way to present it. In the context of spreadsheets, this means thinking about what information you want to store, how you'll categorize it, and what kind of analysis you want to perform. It also means considering who will be using the information and how they will access it.

Spreadsheets: A Tool for Information Management Spreadsheets are powerful tools for organizing, analyzing, and presenting data. They consist of rows and columns that intersect to form cells. Each cell can contain text, numbers, dates, or formulas.

Key Spreadsheet Concepts: Worksheet: A single page within a spreadsheet file.

Workbook: The entire spreadsheet file, which can contain multiple worksheets.

Cell: The intersection of a row and a column (e.g., A1, B2, C3).

Cell Range: A group of contiguous cells (e.g., A1:C5, B2:B10).

Formulas: Equations that perform calculations on data in cells (e.g., =SUM(A1:A10)).

Functions: Pre-built formulas that perform specific tasks (e.g., SUM, AVERAGE, COUNT, MIN, MAX).

Charts/Graphs: Visual representations of data (e.g., bar charts, pie charts, line graphs).

Data Input and Formatting: Entering data into a spreadsheet is straightforward. Simply click on a cell and type in the information. Formatting is essential for clarity and readability.

Common formatting options include: Font: Changing the font type, size, and color.

Alignment: Aligning text within cells (left, center, right).

Number Formatting: Formatting numbers as currency, percentages, dates, etc.

Borders and Shading: Adding borders and shading to cells to highlight specific data.

Formulas and Functions: Formulas allow you to perform calculations automatically. They always start with an equals sign (=). Functions are pre-built formulas that simplify common calculations.

Here are some essential functions: SUM(range): Adds up all the numbers in a specified range of cells.

Example: `=SUM(A1:A10)` AVERAGE(range): Calculates the average of the numbers in a specified range of cells.

Example: `=AVERAGE(B1:B10)` COUNT(range): Counts the number of cells in a range that contain numbers.

Example: `=COUNT(C1:C10)` MIN(range): Finds the smallest number in a specified range of cells.

Example: `=MIN(D1:D10)` MAX(range): Finds the largest number in a specified range of cells.

Example: `=MAX(E1:E10)` Charts and Graphs: Charts and graphs are powerful tools for visualizing data and making it easier to understand.

Common types of charts include: Bar Charts: Used to compare data across different categories.

Pie Charts: Used to show the proportion of each category to the whole.

Line Graphs: Used to show trends over time.