Unit 4-Spreadsheet and Its Business Applications
Unit 4-Spreadsheet and Its Business Applications
Course Faculty
Reference Books
1. Pradeep K. Sinha and Preeti Sinha, Foundation of Computing, , BPB, Publication.
2. Deepak Bharihoka, Fundaments of Information Technology, Excel Book, New Delhi
3. V. Rajaraman, Introduction to Information Technology, PHI. New Delhi
4. R. Hunt, J. Shelley, Computers and Commonsense, Prentice Hall of India New Delhi
UNIT- I
Basic Concepts: Characteristics of a Computer, Advantages of Computers, Limitation of Computers;
Types of Computers; Applications of computers, Hardware, Firmware, Livewire; Software; System
Software: Operating system, Translators, interpreter, compiler; Overview of operating system,
function of operating system; Basic linux commands, Application software: General Purpose
Packaged Software and tailor-made software.
UNIT- II
Internet: Meaning of Internet; Growth of internet, Owner of Internet, Anatomy of Internet, Net
Etiquette ; World Wide Web; Internet Protocols, Usage of Internet to society, Search Engines
UNIT- III
Word Processing: Introduction to word Processing; Word processing concepts, working with word
document, Opening an existing document/creating a new document; saving,
Selecting text, Editing text, Finding and replacing text, Formatting text, Bullets and numbering,
Tabs, Paragraph Formatting, Page Setup 3
Spreadsheet and its Business Applications: Spreadsheet concepts; Creating a work book,
saving a work book, editing a work book, inserting, deleting work sheets, entering data in a
cell, formula Copying, Moving data from selected cells, Handling operators in formulae:
Inserting Charts- LINE, PIE, BAR, Mathematical-ROUND ALL, SUM, SUMIF, COUNT, COUNTIF;
Statistical – AVERAGE, MAX, MIN, STDEV, FREQUENCY, INTERCEPT, SLOPE. Financial - PMT,
PPMT, IPMT; Logical - IF, AND, OR.
UNIT- V
PAYROLLACCOUNTING
Every employee is paid salary on a pre-determined date within the framework of
employee contract and related personnel policy in force from time to
time in an organisation. The computation of salary payment is based on the number of
days an employee has worked, rate per grade of pay, rate of applied allowances
and deductions to be made therefrom. The preparation of salary bill should provide for
the following :
• Maintaining payroll related data such as Employee No., Name, Attendance, Basic Pay,
applicable Dearness and other Allowances, deductions to be made.
• Periodic payroll computations: the payroll computation includes the calculation of
various earning and deduction heads, which are to be derived from basic values (such
as basic salary, number of days under leave without pay (LWP) and unauthorised
absence, etc) as per the formulae .
9
ASSET ACCOUNTING
Assets are resources of the organisation, which can be classified into fixed and current assets.
Fixed assets are long-term assets and provide productive capability to the firm. The examples
of fixed assets are land, building, plant & machinery, etc. It includes both tangible and
intangible assets. Tangible assets are physical in nature, which have form, shape and size.
Intangible assets are resources capable of adding value but do not have a physical dimension
such as patents, copyrights, trade mark, etc.
The depreciation on fixed assets is provided to recognise the cost of the asset consumed
during an accounting period since the life of such assets extends beyond single accounting
year. Usually, depreciation is not provided on free hold land.
spreadsheets can be programmed, they can also be used for general computations. They are used
for modeling in science and engineering, and they are well suited to educational uses—for
example, to display the synthesis of sound from simple audio waveforms.
Furthermore, since they are two-dimensional grids of cells, they can be readily programmed as
cellular automata, systems of cells whose state depends on the states of their neighbours
Today spreadsheets for personal computers generally include the ability to convert data into
various types of graphs (such as pie charts and bar graphs) and are often integrated with
other software, such as word processors and database programs.
FORMULAS
The formula means a mathematical calculation on a set of cells. Formulas
must start with an = sign (equal to sign), When a cell contains a formula, it often
contains references to other cells. Such a cell reference is a type of variable. Its
value is the value of the referenced cell or some derivation of it. If that cell in turn
references other cells, the value depends on the values of those.
Logical Function
A logical value (true or false) outcome is the comparison of data values
or results of arithmetic expressions compared with another data values
or results of another arithmetical expressions using logical operator.
Example
1. In the following example the outcome of two logical values is given
in Result
Formula Description Result
a.= AND (TRUE, TRUE) all arguments are TRUE TRUE
b.= AND (TRUE, FALSE) One argument is FALSE FALSE
c.= AND (2+2=4, 2+3=5) all arguments evaluate to TRUE TRUE
1.0PMT The PMT function calculates the periodic payment for an annuity,
assuming equal payments and a constant rate of interest .The syntax of PMT function is as
follows:
= PMT(rate, nper, pv, [fv], [type]) where
rate is the interest rate per period,
nper is the number of periods,
pv is the present value or the amount the future payments
are worth presently,
fv is the future value or cash balance that after the last
payment is made (a future value of zero when we omit this
optional argument)
type is the value 0 for payments made at the end of the period
or the value 1 for payments made at the beginning of the
period.
The PMT function is often used to calculate the payment for mortgage
loans that have a fixed rate of interest.
29