computer application simulates a paper work sheet contain cells cell: intersection of a row and a...

15

Upload: collin-craig

Post on 30-Dec-2015

215 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column
Page 2: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Computer application Simulates a paper work sheet Contain cells Cell: intersection of a row and a column

Page 3: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Data Alphanumeric or Numeric values

Formulas : make mathematics operations

Page 4: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

1961 - Professor Richard Mattessich was the first to develop a computerized spreadsheet.

Page 5: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

But it was invented by Dan Bricklin and Bob Frankston by the fall of 1979.

The original was VisiCalc for Apple at US $100.

Page 6: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Now this is available for Microsoft.

Page 7: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Financial information: Ability to recalculate after a change Probability problems Increase productivity You can view data in various and easy

formats

Page 8: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Raw data:

Circle graph: When the data is put into a

pie chart is difficult to tell if there are more women or more men in the room. You create a different type of chart by switching to a bar graph.

Students can then select the chart wizard to have their raw data automatically put into various types of charts.

Page 9: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Spreadsheets can be used in class work and research activities.

In mathematics and the sciences, it can be used to convert temperature figures whether in Celsius or far hermetic.

You can also calculate trigonometric and logarithmic functions.

Page 10: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Creating Formulas and Functions

An Excel formula is a calculation that’s placed in a cell using mathematical operators:

+ (addition) - (subtraction) * (multiplication) / (division) ^ (exponentiation) = (equal sign) ( ) (parenthesis)

Page 11: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

A function is a little computer program that performs a calculation or specific task.

Adds all of the values =SUM Averages all of the values

=AVERAGE Finds the largest value

=MAX Finds the smallest value

=MIN Returns the number of

values within the range: =COUNT

Page 12: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column
Page 13: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

It was the first spreadsheet: at the beginning, there were no fixed decimals, yet, so numbers were carefully typed, which would all look good, with no zeros to be suppressed (e.g., "12.10" would have been "12.1"). VisiCalc used a variation of decimal arithmetic so all money values could be represented exactly, with no funny behavior common at the time from binary floating point.

Page 14: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

The advanced version of VisiCalc included features such as variable width columns, improved formatting, and keystroke macros, but it was rapidly replaced.

Page 15: Computer application  Simulates a paper work sheet  Contain cells  Cell: intersection of a row and a column

Some of the new spreadsheets were:› Supercalc (1980)› Microsoft’s Multiplan (1982)› Lotus 1-2-3 (1983)› Apple Works’ spreadsheet (1984)› Excel (1985)

Improvements have been mande since then.