UNIT D, Chapter 15, 16, 17 Elementary Concepts of Word Process, ESS
UNIT D, Chapter 15, 16, 17 Elementary Concepts of Word Process, ESS
UNIT D
Elementary concepts of word processing, Spreadsheet and Web designing
Chapters
Chapter 15 Word processing
Chapter 16 Spreadsheets (Excel)
Chapter 17 Web designing
MICROSOFT Windows
What is window
Is the screen it split into independent rectangular regions each of which is called window.
Features of windows
Is a user friendly Graphical User Interface that is easy to work with.
Is a 32 bit architecture which delivers a better performance and reliability
It supports multi tasking.
It has built in network support.
What is an icon?
Is a small graphical picture that is used to provide a symbolic representation for files, folders, drives or application’s.
What is desktop?
The starting screen or first screen of window is called desktop.
What is a folder?
Folder is a container object that is used to organize the data stored in the drives.
What are the short cut keys for cut, copy, past and undo?
CUT CTRL + X
COPY CTRL +C
PASTE CTRL +V
UNDO CTRL +Z
Chapter 15
Word processing
What is word processor?
Is a general purpose application software, used in creating, editing, storing a letters, documents & report.
VIJAYAKUMAR S
Page 2
What is bullet?
Bullet is a dot or other symbol, used to arrange the important points of the document.
VIJAYAKUMAR S
Page 3
Chapter 16
Electronic spread sheet
What is spreadsheet?
Is an interactive application program for doing calculations, plotting data, and present numerical information.
What is workbook?
Workbook is a file that contains a number of work sheet.
What is filter?
A filter is used to select those records that meet a specific criterion.
What is sorting?
Process of arranging the data or elements in specific order.
VIJAYAKUMAR S
Page 4
b) =DAY(Serial number): It returns the day of the month corresponding to serial number
Ex: Day (“5-Jan”) returns 5
Day (“15-apr-1998”) returns 15
c) =Month (“Serial number”): It returns the month of the year corresponding to serial number.
Ex: Month (“6-May”) returns 5
Month (35795) returns 12
Month (“2004/04/01”) returns 4
e) =WEEKDAY(Serial number): It returns the day of the week, day No ranging from 1(Sunday) to
7(Saturday)
Ex: Weekday (“2012/7/1) returns 1(Sunday)
2) ARITHMETIC FUNCTION:
Used to perform simple mathematical calculations on Numeric type of data
b) =SUMIF (Range, Criteria, Sum-range): It adds the values specified in cells based on certain criteria.
=SUMIF (A1:A10, “<100”, B1:B10)
3) LOGICAL FUNCTION
These functions are used to test conditions.
a) =AND (logical1, logical2…)It returns True value if all its arguments are True, otherwise False
Ex: =AND (3<5, 8==8) returns True
Ex: =AND (3>5, 8==8) returns False
b) =OR (logical1, logical2…)It returns Falsevalue if all its arguments are False, otherwise True
Ex: =AND (3>5, 8==8) returns True
Ex: =AND (3>5, 7==8) returns False
c) =NOT (logical expr) It returns True if its argument False, and vice versa.
VIJAYAKUMAR S
Page 5
d) =IF (Logical_test, value_if_true, value_if_false): It returns true value if logical test is true otherwise it
return false value.
Ex: =If(89>80, “Distinction”, “Next class”)
4) FINANCIAL FUNCTION:
Excel has more than 50 financial function to perform different finance relate calculations.
a) Future value function FV(rate, nper, pmt, pv, type)
Returns future value of an investment based on periodic, constant payments, and a constant interest rate
Where.
Rate: interest rate per year
Nper: total number of payments periods in an annuity
Pmt: payment made in each period. It cannot be change over the life of the annuity.
Pv: present value or lump-sum amount
Type: number 0 or 1 indicates payment due or not due
Charts:Chart is a pictorial representation of data available on a worksheet. It helps the user to quickly make comparisons
and see the trends in data (1/ 2 marks)
Types of chart
Column chart
Bar chart
Line chart
XY Scattered chart
Area chart
Radar chart
*********
VIJAYAKUMAR S