Information Tech. Notes
Information Tech. Notes
❖ Computer program that allows for entry, automatic calculation and storage of
data in the form of tables.
Purpose of spreadsheet
❖ Electronic replacement for traditional financial accounting tools: accountant’s
ledger, and pencil and calculator.
❖ Use to perform simple and complex calculation with the help of:
Formula and functions
Automatic recalculation
Formatting Features
Sorting
Searching
Charts and Graphs
Cell Address: The combination the column letter and the row number that is used to
identify a cell
Eg: B15, C4 and FC162.
Another name for cell address is cell reference.
IF(logical_test,[value_if_true],[value_if_false])
Eg: IF(C2<D3,’TRUE,’’FALSE’)
TRIM(text)
Eg: TRIM(A2)
VLOOKUP stands for 'Vertical Lookup'. It is a function that makes Excel search for a
certain value in a column (the so-called 'table array'), in order to return a value from
a different column in the same row.
=VLOOKUP(A4,A2:C10, 3, FALSE)
Notes Mar 30, 2022
HLOOKUP Function
HLOOKUP in Excel stands for 'Horizontal Lookup'. It is a function that makes Excel
search for a certain value in a row (the so called 'table array'), in order to return a
value from a different row in the same column
Example
=HLOOKUP(C5,C2:F3,2,TRUE)
If the exact date is not found in the first row of the lookup table, the HLOOKUP
formula returns the rate for the next largest date that is less than lookup_value. The
lookup value in this example is March 15th. That date is not in the date row, so the
value for January 1st (0.25) is returned.
SUM Function
The SUM function adds values. You can add individual values, cell references or
ranges or a mix of all three. For example: =SUM(A2:A10) Adds the values in cells
A2:10. =SUM(A2:A10, C2:C10) Adds the values in cells A2:10, as well as cells
C2:C10.
Countif Function
COUNTIF is an Excel function to count cells in a range that meet a single condition.
COUNTIF can be used to count cells that contain dates, numbers, and text. The
criteria used in COUNTIF supports logical operators (>,<,<>,=) and wildcards (*,?)
for partial matching.
Purpose
Return value
Syntax
Arguments
The COUNTA function counts cells containing any type of information, including
error values and empty text (""). For example, if the range contains a formula that
returns an empty string, the COUNTA function counts that value. The COUNTA
function does not count empty cells.
Max Function
The MAX function returns the largest numeric value in the data provided. The
MAX function can be used to return the largest value from any type of
numeric data. For example, MAX can return the slowest time in a race, the
latest date, the largest percentage, the highest temperature, or the top sales
number.
Min Function
The MIN function returns the smallest numeric value in the data
provided. The MIN function can be used to return the smallest value from
any type of numeric data. For example, MIN can return the fastest time in a
race, the earliest date, the smallest percentage, the lowest temperature, or
the bottom sales number.
PMT Function
PMT, one of the financial functions, calculates the payment for a loan based
on constant payments and a constant interest rate. Use the Excel Formula
Coach to figure out a monthly loan payment. At the same time, you'll learn
how to use the PMT function in a formula.
Replicate/Copy Formula into other cells
1. Click the cell with the formula to select it.
2. Press Ctrl + C to copy the formula.
3. Select a cell or a range of cells where you want to paste the formula
(to select non-adjacent ranges, press and hold the Ctrl key).
4. Press Ctrl + V to paste the formula.
Alt + H + W
* in filtering
What is a Chart?
A chart is a graphical representation of worksheet data in a spreadsheet.
★ Charts allow users to see the result to better understand and predict
current and furniture data.
Types of charts
★ Column Charts
★ Line Charts
★ Pie Charts
★ Bar Chart
★ Area Chart
★ Data Series
Filters can be used to narrow down the data in your worksheet and hide
parts of it from view. It allows you to display records that meet certain
criteria.
There are three documents that are involved in the mail merge process: the
main document, the data source, and the merged document.
Pivot Tables
Pivot tables in excel are a tool used to analyze big data sets.
This tool summarizes big data sets in user-friendly, easy to understand and
meaningful reports.
You can explore your data and create a different look and feel about your
data to make quick business decisions.
You don’t need to apply different formulas to analyze your data, as it is just
some click away to summarize and create reports.
➔ 1D Pivot Table
➔ 2D Pivot Table
➔ Frequency Distribution Table
➔ Pivot Chart
Usually when doing the pivot table we would pick a new worksheet when
summarizing data.
For a pivot table to be 2d something must be in the rows box and the columns box.
2 Dimensional Pivot Table
You can also click category or product to filter the data since we used a pivot table
as the data source.
What is a Database?
A database is an organized collection of data stored and accessed electronically.
Small databases can be stored on a file system, while large databases are hosted
on computer clusters or cloud storage.
A database management system (DBMS) is a system for any program that handles
the storage, modification and retrieval of data, as well as controlling who has access
to the information.
Database programs such as Microsoft Access, Lotus Approach, File Maker Pro and
Corel Paradox, are available on personal computers and allow people to create their
own database at home, school or work.
Purpose of Databases
Databases are structured to facilitate the storage, retrieval, modification, and
deletion of data in conjunction with various data-processing operations. A database
management system (DBMS) extracts information from the database in response to
queries.
in the digital form from anywhere, which breaks the barriers of location, time and
simultaneous access. Easy accessibility of data improves the data flow within the
physical documents that consume various resources such as office space, security
personnel, and decay-free environment. Once the data is digitized we can optimize
Data Security: As the documents are digitized, the access to digital data is easy to
define. Digital access not only reduces the time required to provide access but also
makes it possible to define the accessibility level. This enhances data security and
protects you from data leaks. With the right kind of cyber security, it’s easy to
business at the same time, if the data is not digitized, it takes more time and more
Data Storage and Recovery: Digitized data is easy to store at multiple locations,
which assures data safety. Data storage in multiple locations gives extra protection
against data corruption or loss. Physical documents are more likely to get damaged
in case of natural disasters, whereas digitized data is more secure and easy to
distribution, also handling of digitized data is easy. An email is all you need to share
the data so it avoids unnecessary printing. This will ultimately result in saving
natural resources.
Competitive Advantage: When you access the digitized data, it becomes easy for
you to find various records instantly. You can run analytical diagnosis which can
*
Microsoft Access
Referential integrity refers to the relationship between tables. Because
each table in a database must have a primary key, this primary key can
appear in other tables because of its relationship to data within those tables.
When a primary key from one table appears in another table, it is called a
foreign key .
Steps in Creating A Form
1. Create form from Form Wizard
2. Select the available fields from the different tables or fields
3. Decide how you want to view the form
4. Decide what titles you want on the form
5. Click the finish button
Problem Solving
Research the following:
1. What is an algorithm?
An algorithm is a sequence of precise instructions which results in a solution.
Integer
Real
Character
String
Boolean
`
Divide and Conquer
A typical Divide and Conquer algorithm solves a problem using the following
three steps:
Identify the input here Identify the processing Identify the outputs
that needs to take here
place to convert input
data into output
Tips:
Activity
A wall is measured by its height and width in metres. How many 1m square
tiles will be needed to cover the whole area?
Develop the IPO chart and write the algorithm to solve the problem.
Algorithm
1. Get Inputs
a. Get wall hei