Comp
Comp
WEEKS TOPICS/CONTENTS
C
ü Computer career opportunities:
computer professionals, System
Analyst, Programmers
ü Computer Education, Computer
Engineers, technicians and Operators
C
Princeton College
Week: 1
Duration: 40 minutes
Topic: Revision from last term Examination and Assignment
Princeton College
Week: 2-3
Duration: 40 minutes
Topic: Introduction to Spreadsheet Package
Contents: Meaning, terminologies and uses spreadsheet
DEFINITON OF SPREADSHEET:
A spreadsheet is a collection of cells organized into rows and columns where data
is stored and manipulated. The spreadsheet is also known as the worksheet.
A spreadsheet begins with a row and number one and column A.
A cell is a space in a worksheet form by the intersection of a row and column.
Each cell contains number, text or formula. Each cell has an address called Cell
Reference e.g. A1, B4, C19 etc.
The combination of more than one sheet is known as Workbook. The worksheets
can accept thousands of rows of data and columns in forms of field. Active Cell is
recognized by heavy borders surroundings. It is the cell that is currently worked
upon.
C
CONTENT OF SPREADSHEET:
When you are setting out a spreadsheet you have to enter values, labels and
formulas. Here are the key components and concepts commonly found in a
spreadsheet:
1. Cell:
• A cell is the basic unit in a spreadsheet where data is entered. It is
identified by a unique combination of a column letter and a row
number, such as A1, B2, etc.
2. Row:
• Rows run horizontally and are identified by numbers (1, 2, 3, ...). Each
row contains a set of cells.
3. Column
• Columns run vertically and are identified by letters (A, B, C, ...). Each
column contains a set of cells.
4. Worksheet:
C
• A worksheet is a single tab within a spreadsheet file. It is a collection
of cells organized in rows and columns.
5. Workbook:
• A workbook is the entire file containing one or more worksheets. It is
the highest-level organizational unit in a spreadsheet application.
6. Data Entry:
• Data can be entered into cells manually. This includes numbers, text,
dates, and formulas.
7. Formulas:
• Formulas perform calculations on data in the spreadsheet. They start
with an equal sign (=) and can include mathematical operations,
references to cells, and functions (e.g., SUM, AVERAGE).
8. Functions:
• Functions are predefined formulas that perform specific operations.
Examples include SUM, AVERAGE, COUNT, and IF.
9. Cell References:
• Cells can be referred to by their addresses in formulas (e.g., A1, B2)
or using relative and absolute references to refer to cells in a flexible
way.
10.Formatting:
• Formatting options allow you to change the appearance of cells,
rows, and columns. This includes font style, color, borders, and cell
alignment.
C
13.Data Validation:
• Data validation ensures that data entered into cells meets specific
criteria, helping to maintain accuracy and consistency.
14.Conditional Formatting:
• Conditional formatting allows you to apply formatting based on
specified conditions. For example, cells with values above a certain
threshold can be highlighted.
USES OF SPREASHEET
1. Define Spreadsheet?
2. What do you understand by cell reference?
3. State two key component or content of spreadsheet
4. State two uses of spreadsheet
5. A cell can also reference another cell in the same ______
a) Cellular
b) Sheet
c) Worksheet
d) Workbook
C
Princeton College
Week: 3
Duration: 40 minutes
Topic: Spreadsheet Packages (Spreadsheet ii)
Contents: Features and Terminologies. Loading and Existing Spreadsheet
Packages
EXAMPLES OF SPREADSHEET:
There are various types of spreadsheet software which include:
§ Microsoft Excel
§ Google Sheet
§ Zoho Sheet
§ WPS Office Spreadsheets
§ Airtables
§ Apple Numbers
Microsoft Excel
C
Out of many examples of spreadsheet package, Microsoft Excel is most commonly
used because of its friendly features. Microsoft Excel is part of Microsoft Suite.
The Suite comes in various version such as 2000, 2005, 2007,2010, 2015 etc.
Microsoft Excel is primary used for organizing and calculation due to flexibility. It
has a lot of calculating features and mathematical formulas. Various kind of
mathematical formulas can be done using MS Excel. Microsoft Excel is a
spreadsheet package used mainly for mathematical calculation and numerical
analysis. Examples of calculations that can be performed using MS excel include;
addition, subtraction, multiplication, average, etc.
Formulas are often used to carry out calculations in MS-Excel. The desired
formula for any calculation must be preceded with an equal sign (=)
Microsoft Excel provides a variety of arithmetic operations that you can use to
perform calculations and manipulate data in cells. Here are the common
arithmetic operations in Excel:
§ Addition (+)
- Example: =A1 + B1
- Adds the values in cells A1 and B1.
§ Subtraction (-):
- Example: =A1- B1
C
- Subtracts the value in cell B1 from the value in cell A1.
§ Multiplication (*):
- Example: =A1 * B1
- Multiplies the values in cells A1 and B1.
§ Division (/):
- Example: =A1 / B1
- Divides the value in cell A1 by the value in cell B1.
§ Exponentiation (^):
- Example: =A1^2
- Raises the value in cell A1 to the power of 2.
§ Negation (-):
- Example: =-A1
- Negates (changes the sign of) the value in cell A1.
§ Percentages (%):
- Example: =A1 * 10%
- Calculates 10% of the value in cell A1.
§ SUM Function:
- Example: = SUM(A1:B5)
- Adds up all the values in the range A1 to B5.
§ AVERAGE Function:
- Example: =AVERAGE(A1:B5)
- Calculates the average of the values in the range A1 to B5.
§ MIN Function:
- Example: =MIN(A1:B5)
C
- Returns the smallest value in the range A1 to B5.
§ MAX Function:
- Example: =MAX(A1:B5)
- Returns the largest value in the range A1 to B5.
NOTE
When creating a formula, you must know MS Excel’s order of operation. Certain
operations are performed before others. The terms PEMDAS is the acronym of
denote MS EXCEL order of operation
P - Parenthesis(bracket)
E – Exponential
M – Multiplication
D – Division
A -- Addition
S -- Subtraction
Evaluation
C
Princeton College
Week 4-5
Duration: 40 minutes
Topic: Logic Gates
Objectives: At the end of the lesson students should be able to:
1. Define logic gates
2. List types of logic gates
3. Write simple equation for each logic gate
Contents:
Logic gates are the basic building blocks of digital circuits. Circuits are collection of
transistors and resistors. Logic gates can be defined as a type of circuit that
regulates the flow of electricity or signals which computers use to make complex
decisions.
1. AND
2. OR
3. NOT
C
AND Gate
The AND gate is a logic gate that gives an output of logic 1 only when all of its inputs
are true 1. The output is usually 0 whenever at least one of the input is 0.
OR Gate
The OR gate is logic gate that gives an output of logic 1 if either or both of the inputs
is 1. The output is usually 0 whenever both inputs are 0.
C
NOT Gate
The NOT Gate is also known as an inverter. It is a logic gate that gives a reversed
output of its given input.
C
C
LOGIC GATE REPRESENTATION
Truth Tables:
A truth table is a table that describes the behavior and functions of a logic gate. It
is a table that contains the list of the value of the output for every combination of
logic input.
The truth tables for the AND, OR and NOT logic gates are shown below:
C
NOT Logic Gate Table
Input P NOT P
1 0
0 1
Evaluation
Assignment
1. State the output of the following
C
Princeton College
Week: 6-7
Class: Grade 9
Duration: 40 minutes
Topic: Human Issues
Objectives: At the end of the lesson student should be able to:
1. state the meaning of computer professionals
2. mention professional bodies
3. name the professional bodies in Nigeria
4. State the function(s) of each of the professional bodies
Content:
There are various Computer Professionals who work together to design computers,
maintain them and those who initiate computers to produce result in the form of
information. These include computer professionals like computer managers,
system analyst, programmers, computer educator, and computer operators.
C
2. System Analyst: System analyst are highly trained computer scientist with
experience in programming and systems development. The main function of
systems analyst is that of analyzing a proposed system, for instance
computerization of students result and identification of a set of
requirements that the system should meet.
C
ensuring that the network connections and other facilities are up and
running
They must be people of integrity so as not to leak the secrets of the work space to
the other competitor particularly those secrets that make the organization stand
out from others
C
Duration: 40 minutes
Period: Two
Topic: Human Issues
The need of regulatory measures in the computer related activities is the reason
why computer professional bodies have been formed. Computer professional
bodies such as;
C
Membership: there are six classes of membership
1. Fellowship
2. Full membership
3. Student membership
4. Affiliate membership
5. Corporate membership
6. Training institutes.
C
Information Technology Association of Nigeria (ITAN)
Evaluation
C
Princeton College
Week 8 - 9
Class: Grade 9
Duration: 40 minutes
Topic: Computer Games
Objectives: At the end of the lesson students should be able to:
Content:
Computer games are programs that enable a player to interact with a virtual
game environment for entertainment and fun. There are many types of computer
games available ranging from traditional card games to more advanced video
games such as rolling playing games and video games.
Types of games
Each game has its own strategy, action and fantasy that make each game unique
and interesting. Generally, we can classify computer games into the following
types
1. Card games
2. Board games
C
3. Puzzles
4. Maze
5. Fighting
6. Action
7. Adventure
8. Role playing
9. Strategy
10. Sports
11. Simulation games
Medical assistance-game helps children who are ill or have injuries. Absorption in
a game distracts the mind from pain and discomfort. Many hospitals are
encouraging children and others undergoing painful treatment to play game.
Skill development-video games and computer games are known to improve the
hand, eye coordination and help players gain many skills.
Decision making- Helps in decision making and help players to think on their own.
C
skills. Most games players to strive and reach more difficult levels presenting
challenges at each stage
GAME DESIGN
1. Input
2. Game logic
4. Graphic/sound Support
5. Game output
6. Networking.
1. Input: User interacts with the game program through input devices. Common
input devices include keyboard, mouse or joystick
3. Game logic-it implements the game logics or game codes that handle most of
the basic mechanics of the game.
4. Graphics /sound drivers-The graphic driver receives the requests from the
rendering engine for proper display.
5. Game output-The generated 2-D or3-D graphics is output to the display. The
generated sound effect or music is output to the sound card.
C
6. Networking-it provides networking protocol support that allows several users
in remote locations to play and interact in the same game environment.
Evaluation
Princeton College
Week 10 - 11
Class: Grade 9
Topic: Revision
C
C