IC3/Spreadsheets

< IC3

A spreadsheet is an interactive computer application program for organization and analysis of data in tabular form.[1]

This lesson introduces spreadsheets and helps learners prepare for the IC3 Key Applications certification exam.

Objectives and Skills edit

Objectives and skills for the spreadsheets portion of IC3 certification include:

Objectives[2]

  • Be able to modify worksheet data, structure and formatting
  • Be able to sort data, manipulate data using formulas and functions, and create simple charts

Skills[3]

  • Layout: Insert/delete, cell sizes, alignment, navigation, merging cells
  • Data Management: Filter and sort, formulas and functions, number format, cell format, charts, graphs

Readings edit

  1. Wikipedia: Spreadsheet
  2. Wikipedia: Microsoft Excel
  3. Wikipedia: Google Docs, Sheets, and Slides
  4. Wikipedia: LibreOffice
  5. Wikipedia: Chart
  6. Wikipedia: Histogram
  7. Wikipedia: Microsoft Office XML Formats
  8. Wikibooks: The Computer Revolution/Software/Spreadsheet
  9. Wikipedia: List of spreadsheet software

Multimedia edit

  1. YouTube: Microsoft Excel Basics
  2. YouTube: Microsoft Excel: How to Copy, Move and Delete Cells
  3. YouTube: How To Use Microsoft Excel-Help With Formulas Functions
  4. YouTube: Tour Of Excel: Formulas, Formatting, Sort, Filter, PivotTables, Charts, Keyboards
  5. YouTube: 10 Must Know Microsft Excel Tips and Tricks
  6. YouTube: How To Use Shortcuts For Microsoft Excel
  7. YouTube: Add,Remove,Find and Edit Comments in Excel
  8. YouTube: Excel Beginner Tutorial 1 - Spreadsheet Basics
  9. Excel Tutorial for Beginners #1 - Overview

Activities edit

  1. Complete one or more of the following tutorials:
  2. Practice various spreadsheet concepts in Microsoft Excel:

Lesson Summary edit

  • Spreadsheets are developed as computerized simulations of paper accounting worksheets.[4]
  • Spreadsheets are useful for "what-if" analysis since many cases can be rapidly investigated without manual recalculation. Modern spreadsheet software can have multiple interacting sheets, and can display data either as text and numerals, or in graphical form.[5]
  • In addition to performing basic arithmetic and mathematical functions, modern spreadsheets provide built-in functions for common financial and statistical operations.[6]
  • A spreadsheet consists of a table of cells arranged into rows and columns and referred to by the X and Y locations. X locations, the columns, are normally represented by letters, "A", "B", "C", etc., while rows are normally represented by numbers, 1, 2, 3, etc.[7]
  • The key feature of spreadsheets is the ability for a formula to refer to the contents of other cells, which may in turn be the result of a formula. To make such a formula, one simply replaces a number with a cell reference.[8]
  • The ability to chain formulas together is what gives a spreadsheet its power. Many problems can be broken down into a series of individual mathematical steps, and these can be assigned to individual formulas in cells. Some of these formulas can apply to ranges as well, like the SUM function that adds up all the numbers within a range.[9]
  • Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. It has been a very widely applied spreadsheet for these platforms.[10]

Key Terms edit

algorithm
A set of steps that are followed in order to solve a mathematical problem or to complete a computer process.[11]
bar chart
A chart that presents grouped data with rectangular bars with lengths proportional to the values that they represent.[12]
cell
A unit in a database table or spreadsheet, formed by the intersection of a row and a column.[13]
cell range
A group or block of cells in a worksheet that have been selected or highlighted.[14]
cell reference
A string identifying a particular cell in a spreadsheet, possibly relative to the cell containing the reference.[15]
chart
Visual representations of worksheet data.[16]
circular reference
When the formula in one cell refers—directly, or indirectly through a chain of cell references—to another cell that refers back to the first cell.[17]
column
A vertical series of cells in a chart, table, or spreadsheet.[18]
dynamic data exchange
A method of interprocess communication under Microsoft Windows or OS/2. It allows one program to subscribe to items made available by another program, for example a cell in a Microsoft Excel spreadsheet, and be notified whenever that item changes.[19]
encryption
The process of encoding messages or information in such a way that only authorized parties can read it.[20]
end-user
A person who ultimately uses or is intended to ultimately use a product.[21]
end-user development (EUD)/end-user programming (EUP)
Activities and tools that allow end-users – people who are not professional software developers – to program computers.[22]
expression
A combination of values and symbols used to produce a new value.[23]
Excel
A spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.[24]
Extensible Markup Language (XML)
Markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.[25]
formula
Any equation entered into a cell on a Microsoft Excel spreadsheet.[26]
function
A standard routine used to perform common tasks. It represents a complex formula that uses reserved words e.g. VLOOKUP, IF.[27]
histogram
A graphical representation of the distribution of numerical data.[28]
LibreOffice Calc
The spreadsheet component of the open-source LibreOffice software package.[29]
line chart
A type of chart which displays information as a series of data points called 'markers' connected by straight line segments.[30]
logical spreadsheet
A spreadsheet in which formulas take the form of logical constraints rather than function definitions.[31]
macro
A rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to a replacement output sequence (also often a sequence of characters) according to a defined procedure.[32]
macro recorder
A piece of software that records user actions for playback at a later time.[33]
Microsoft Query
A visual method of creating database queries using examples based on a text string, the name of a document or a list of documents.[34]
object linking and embedding (OLE)
Proprietary technology developed by Microsoft that allows embedding and linking to documents and other objects.[35]
open database connectivity (ODBC)
Standard application programming interface (API) for accessing database management systems (DBMS).[36]
pie chart
A circular statistical graphic, which is divided into slices to illustrate numerical proportion.[37]
pivot table
A data summarization tool found in data visualization programs such as spreadsheets or business intelligence software.[38]
rainbow table
A precomputed table for reversing cryptographic hash functions, usually for cracking password hashes.[39]
reference
A value that enables a program to indirectly access a particular datum, such as a variable or a record, in the computer's memory or in some other storage device. The reference is said to refer to the datum, and accessing the datum is called dereferencing the reference.[40]
row
A series of data banks laid out in a horizontal fashion in a table or spreadsheet.[41]
sheets
In the earliest spreadsheets, cells were a simple two-dimensional grid. Over time, the model has expanded to include a third dimension, and in some cases a series of named grids, called sheets. The most advanced examples allow inversion and rotation operations which can slice and project the data set in various ways.[42]
spreadsheet
An interactive computer application for organization, analysis and storage of data in tabular form.[43]
subroutine
A sequence of program instructions that perform a specific task, packaged as a unit. This unit can then be used in programs wherever that particular task should be performed.[44]
time series
A series of data points indexed (or listed or graphed) in time order.[45]
values
Numbers entered into spreadsheet cells[46]
Visual Basic for Applications (VBA)
An implementation of Microsoft's discontinued event-driven programming language, Visual Basic 6, and its associated integrated development environment (IDE).[47]
workbook
A spreadsheet file that contains one or more worksheets.[48]
worksheet
A single spreadsheet that contains cells organized by rows and columns.[49]

Review Questions edit

Enable JavaScript to hide answers.

Click on a question to see the answer.

  1. Excel macros are written in the programming language ____.
    Excel macros are written in the programming language VBA.
  2. To edit a VBA macro, you need to use the Visual Basic ____.
    To edit a VBA macro, you need to use the Visual Basic Editor.
  3. To quickly switch to the Visual Basic Editor, press ____ on your keyboard.
    To quickly switch to the Visual Basic Editor, press Alt + F11 on your keyboard.
  4. The ____ is a Visual Basic Editor window.
    The Properties window is a Visual Basic Editor window.
  5. A(n) ____ is a collection of macros, worksheets, data entry forms, and other items that make up a customized application.
    A(n) project is a collection of macros, worksheets, data entry forms, and other items that make up a customized application.
  6. Within each project are various items called ____.
    Within each project are various items called objects.
  7. A(n) ____ is any element within the Excel working environment, such as a worksheet, macro, or workbook.
    A(n) object is any element within the Excel working environment, such as a worksheet, macro, or workbook.
  8. When you enter the name and description of a project, you are actually modifying two of its ____.
    When you enter the name and description of a project, you are actually modifying two of its properties.
  9. When you want to view the VBA macro code associated with any item in Project Explorer, you use the ____ window.
    When you want to view the VBA macro code associated with any item in Project Explorer, you use the Code window.
  10. Formatting a cell or displaying a chart are examples of ____ procedures in Visual Basic.
    Formatting a cell or displaying a chart are examples of sub procedures in Visual Basic.
  11. A ____ procedure returns a value.
    A function procedure returns a value.
  12. To create sub procedures without using the macro recorder, you need to know some rules of VBA ____.
    To create sub procedures without using the macro recorder, you need to know some rules of VBA syntax.
  13. The ____ command is always the last line in a sub procedure and tells Excel to stop running the macro.
    The End Sub command is always the last line in a sub procedure and tells Excel to stop running the macro.
  14. Comments must begin with a(n) ____.
    Comments must begin with a(n) apostrophe.
  15. Procedure names cannot contain ____.
    Procedure names cannot contain spaces.
  16. The Excel object you will use to create VBA programs and refer to a range in a worksheet is ____.
    The Excel object you will use to create VBA programs and refer to a range in a worksheet is range.
  17. A(n) ____ is a named element in a program that can be used to store and retrieve information.
    A(n) variable is a named element in a program that can be used to store and retrieve information.
  18. Every variable is identified by a unique variable ____.
    Every variable is identified by a unique variable name.
  19. You can define exactly what type of data can be stored in a variable with the ____ command.
    You can define exactly what type of data can be stored in a variable with the Dim command.
  20. The ____ symbol is used to combine two text strings into a single text string.
    The & symbol is used to combine two text strings into a single text string.
  21. Most software programs can both save and retrieve data in a(n) ____ file format.
    Most software programs can both save and retrieve data in a(n) text file format.
  22. When you use Excel to connect to a text file, the ____ Wizard determines whether the data is in a fixed-width format or a delimited format.
    When you use Excel to connect to a text file, the text import Wizard determines whether the data is in a fixed-width format or a delimited format.
  23. The row at which you begin the import process is called the ____ row.
    The row at which you begin the import process is called the starting row.
  24. Unless you specify a format, Excel will apply a ____ format to all columns.
    Unless you specify a format, Excel will apply a general format to all columns.
  25. In response to a(n) ____, a database displays the records and fields that meet the question's requirements.
    In response to a(n) query, a database displays the records and fields that meet the question's requirements.
  26. If you want to extract only specific records when you query a database, your query would contain ____.
    If you want to extract only specific records when you query a database, your query would contain criteria.
  27. The ____ Wizard lets you preview the structure of the database and its contents.
    The query Wizard lets you preview the structure of the database and its contents.
  28. When you ____ data, you specify which records you want to retrieve using specific criteria.
    When you filter data, you specify which records you want to retrieve using specific criteria.
  29. The default folder for queries is the ____ folder on the hard disk
    The default folder for queries is the queries folder on the hard disk
  30. Microsoft Query is a(n) ____ that includes several tools that allow you to create even more complex queries.
    Microsoft Query is a(n) Office program that includes several tools that allow you to create even more complex queries.
  31. ____ has been widely used in database programs, Web programming, and word processing.
    XML has been widely used in database programs, Web programming, and word processing.
  32. Clicking a ____ in a worksheet will activate the computer's Web browser to display the Web page associated with that entry.
    Clicking a hyperlink in a worksheet will activate the computer's Web browser to display the Web page associated with that entry.
  33. In XML, the rules about which elements are required and which are not are stored in a document called the ____.
    In XML, the rules about which elements are required and which are not are stored in a document called the schema.
  34. Databases such as those created in Access are examples of ____ databases which reduce data redundancy and increase data integrity.
    Databases such as those created in Access are examples of relational databases which reduce data redundancy and increase data integrity.
  35. In order to override Excel so that it always enables data sources and refreshes the connection to the source without prompting, you should define the location of the data sources as ____.
    In order to override Excel so that it always enables data sources and refreshes the connection to the source without prompting, you should define the location of the data sources as trusted locations.
  36. If you orient a one-variable table so that the input values are in the first row, you would use the ____ input cell option.
    If you orient a one-variable table so that the input values are in the first row, you would use the row input cell option.
  37. In two-variable tables, you must always place a reference to the result cell in the ____ corner of the table at the intersection of the row values and the column values.
    In two-variable tables, you must always place a reference to the result cell in the upper-left corner of the table at the intersection of the row values and the column values.
  38. ____ are a powerful feature of Excel. If used properly, they help you perform complex calculations within a single formula and extend a single formula over a range of cells.
    Array formulas are a powerful feature of Excel. If used properly, they help you perform complex calculations within a single formula and extend a single formula over a range of cells.
  39. A(n) ____ arrow provides a visual clue to the relationship between two cells by pointing from the precedent cell to the dependent cell.
    A(n) tracer arrow provides a visual clue to the relationship between two cells by pointing from the precedent cell to the dependent cell.
  40. What operating systems can someone use Excel on?
    Windows, macOS, Android and iOS

Assessments edit

See Also edit

  1. Difference Between Excel Worksheet & Workbook

References edit

  Type classification: this is a lesson resource.
  Completion status: this resource is ~40% complete.
  1. Wikipedia: Spreadsheet
  2. IC3 GS4 Key Applications
  3. IC3 GS4 Key Applications Skills Measured
  4. Wikipedia: Spreadsheet
  5. Wikipedia: Spreadsheet
  6. Wikipedia: Spreadsheet
  7. Wikipedia: Spreadsheet
  8. Wikipedia: Spreadsheet
  9. Wikipedia: Spreadsheet
  10. Wikipedia: Microsoft Excel
  11. http://www.merriam-webster.com/dictionary/algorithm
  12. Wikipedia: Bar chart
  13. Wikipedia: Cell
  14. spreadsheets.about.com/od/r/g/range_def.htm
  15. http://www.dictionary.com/browse/cell-reference
  16. spreadsheets.about.com/od/c/g/chart_def.htm
  17. Wikipedia: Spreadsheet
  18. http://www.computerhope.com/jargon/c/column.htm
  19. Wikipedia: Dynamic Data Exchange
  20. Wikipedia: Encryption
  21. Wikipedia: End user
  22. Wikipedia: End-user development
  23. http://www.functionx.com/excel/expressions/introduction.htm
  24. Wikipedia: Microsoft Excel
  25. Wikipedia: XML
  26. http://smallbusiness.chron.com/meaning-excel-formula-26795.html
  27. http://www.teach-ict.com/gcse_new/spreadsheets/formula_function/miniweb/pg6.htm
  28. Wikipedia: Histogram
  29. Wikipedia: LibreOffice Calc
  30. Wikipedia: Line chart
  31. Wikipedia: Logical spreadsheet
  32. Wikipedia: Macro
  33. Wikipedia: Macro Recorder
  34. Wikipedia: Microsoft Query
  35. Wikipedia: Object Linking and Embedding
  36. Wikipedia: Open Database Connectivity
  37. Wikipedia: Pie chart
  38. Wikipedia: Pivot table
  39. Wikipedia: Rainbow table
  40. Wikipedia: Reference (computer science)
  41. http://www.computerhope.com/jargon/r/row.htm
  42. Wikipedia: Spreadsheets
  43. Wikipedia: Spreadsheets
  44. Wikipedia: Subroutine
  45. Wikipedia: Time series
  46. http://www.ehow.com/facts_5014730_what-value-spreadsheet.html
  47. Wikipedia: Visual Basic for Applications
  48. [[1]]
  49. [[2]]