Back To Course
Business 104: Information Systems and Computer Applications12 chapters | 111 lessons | 11 flashcard sets
As a member, you'll also get unlimited access to over 70,000 lessons in math, English, science, history, and more. Plus, get practice tests, quizzes, and personalized coaching to help you succeed.
Free 5-day trialPaul has a PhD from the University of British Columbia and has taught Geographic Information Systems, statistics and computer programming for 15 years.
Organizations use large amounts of data. Two types of software applications are particularly suited to work with data: spreadsheet software and database software. While both are used to work with data, each has its own unique strengths.
Spreadsheet software is used to organize and manipulate numerical data. Numbers are organized on a grid of lettered columns and numbered rows. The grid itself consists of cells, and each cell can be located using a unique combination of columns and rows. For example, the cell in the top left corner is always A1. The cell in the third column on the 10th row is C10. Cells contain numerical values or text, but you can also leave some cells empty.
Let's look at an example of how spreadsheets are used. Consider a spreadsheet that describes how many products were sold by a store in a single day. The first column is the name of the product. The second column is the unit price of the product. The third column contains the number of units sold that day. Now you want to calculate the value of total sales for each product. Simple enough: you multiply the unit price by the number of units.
How does this work in the spreadsheet? Let's say the second row represents the 52-inch LCD television set. The unit price can be found in cell B2, while the number of units sold can be found in C2. The necessary calculation is B2 times C2, and you enter this as a formula in cell D2 as follows: = B2 * C2. This means that the value of cell D2 is calculated using a formula that includes the values of the cells B2 and C2. Using the values of other cells in a formula is called 'referencing.'
Why is this so powerful? First, if you have a large number of products, you do not have to type out this formula again. You can simply copy the formula used for the cell D2 and paste it into the other cells. With a few keystrokes, you will have calculated the value of total sales for all products.
Second, consider what would happen if the price of a product changes. You enter the new price in cell B2, and the value of cell D2 updates automatically. Clever! Both of these features can save you a lot of time.
Spreadsheets have numerous pre-defined functions. The multiplication function (*) used in the example is just one function. Other examples are functions like SUM, AVERAGE and COUNT. In addition to arithmetic and mathematical functions, spreadsheet software also contains more specialized financial and statistical functions.
The availability of so many functions is one of the reasons for the popularity of spreadsheet software. Another characteristic of spreadsheets is that cells can be formatted for certain types of data. For example, you can work with currency ($), dates (01/01/2015) and percentages (%).
Spreadsheet software also includes the ability to turn your numbers into charts, such as pie charts, bar charts and scatterplots. One of the earliest spreadsheet software applications was Lotus 1-2-3 by IBM. This software was largely responsible for making spreadsheet software popular in the 1980s. Its popularity has since declined, and in 2013, the Lotus brand was officially withdrawn from the market.
There are a number of different types of spreadsheet software in use today. One of the most widely used ones is Excel, which is part of Microsoft Office. Another one is Calc, which is part of OpenOffice by Apache. Finally, there is Numbers, which is part of iWork by Apple.
Database software is used to organize, manipulate and analyze data. A database can contain one or more tables as well as other elements. One database table consists of rows and columns. In database terminology, each row is called a 'record,' and each column is called a 'field.' This provides the basic structure to organize data.
Database software is also referred to by its more complete name Database Management System, or DBMS. The purpose of a database management system is to store and transform data into information to support making decisions.
Database software is somewhat similar to spreadsheet software, but there are some key differences:
In general, you would use a spreadsheet if your data is not very complex, consists mostly of numbers and you need to perform many different types of calculations. When your data becomes more complex or very large, you would organize it in a database since it provides more structure. When you need to perform calculations, you could export a portion of your data to a spreadsheet for that specific purpose.
There are a number of different types of database software. One of the most widely used ones is Access, which is part of Microsoft Office. On Mac OS, one of the most popular ones is FileMaker. Other commonly used database software applications are MySQL, Oracle, SAP and dBase.
Spreadsheet software is used to organize and manipulate numerical data. Data elements in a spreadsheet are organized in a grid of cells. You can use formulas to carry out various types of calculations. Formulas for a particular grid cell often use references to other grid cells.
Database software is used to organize, manipulate and analyze data. Data elements in a database are organized in tables, and each table consists of records and fields. This data structure makes it possible to perform analysis on your data in the form of queries.
While there is some overlap between the two in terms of functionality, each software has its own strengths. Spreadsheet software is best for doing calculations on numerical data, while database software is best for organizing large and complex datasets into an easy-to-use structure.
Upon completing this lesson, you will be able to:
To unlock this lesson you must be a Study.com Member.
Create your account
Already a member? Log In
BackDid you know… We have over 95 college courses that prepare you to earn credit by exam that is accepted by over 2,000 colleges and universities. You can test out of the first two years of college and save thousands off your degree. Anyone can earn credit-by-exam regardless of age or education level.
To learn more, visit our Earning Credit Page
Not sure what college you want to attend yet? Study.com has thousands of articles about every imaginable degree, area of study and career path that can help you find the school that's right for you.
Back To Course
Business 104: Information Systems and Computer Applications12 chapters | 111 lessons | 11 flashcard sets