1. Spreadsheets

studied byStudied by 28 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 29

flashcard set

Earn XP

Description and Tags

NOTE: This set of flashcards is based on the given pointers to review. Good luck!!

30 Terms

1

Spreadsheet

An interactive computer application program for organization and analysis of information in tabular form

New cards
2

Microsoft Excel

a powerful data visualization and analysis tool; written and distributed by Microsoft with all the basic features of a spreadsheet; the first to use a graphical user interface with pull-down menus and a point-and-click capability; was released in September 30, 1985

New cards
3

Multiplan

originally marketed as a program called _________ in 1982

New cards
4

Workbook

a file created in a spreadsheet application.

New cards
5

Worksheet

basic unit of a workbook, it is a grid of cells where data are entered.

New cards
6

Cell

basic unit of a worksheet. It is the intersection of rows and columns.

New cards
7

Cell Address

a combination of a column letter and row number.

New cards
8

Range

a rectangular group of cells in a worksheet; It is identified by its first and last cell separated by a colon. e.g. A4:E9

New cards
9

Data Types

  • Logical Data Type

  • Number Data Type

  • Text Data Type

  • Error Data Type

New cards
10

Logical Data Type

True or False; Boolean values

New cards
11

Number Data Type

numerical values; stores all numbers as Double-Precision Floating Point values

New cards
12

Text Data Type

labels

New cards
13

Error Data Type

error messages e.g., (#NUM!, #REF!)

New cards
14

Different Mouse Pointers

  • Mouse Pointer

  • Cross Bar

  • Cell Pointer

  • Fill Handle/Autofill

  • I-Beam

  • Split Screen Arrow

  • Select

New cards
15

Mouse Pointer

to select commands, buttons and navigate around the window

New cards
16

Cross Bar

Appears between column letters and row numbers used to adjust column width or row height

New cards
17

Cell Pointer

For selecting cells

New cards
18

Fill Handle/Autofill

For copying formulae or extending a data series

New cards
19

I-Beam

Indicates that you may type text in this area

New cards
20

Cell Reference

a cell or a range of cells on a worksheet and can be used in a formula

New cards
21

Types of Cell References

  • Relative

  • Absolute

  • Mixed

<ul><li><p>Relative</p></li><li><p>Absolute</p></li><li><p>Mixed</p></li></ul>
New cards
22

Relative Cell Reference

mostly used to sum up values

reference: https://www.javatpoint.com/cell-references-in-excel

<p>mostly used to sum up values</p><p>reference: <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.javatpoint.com/cell-references-in-excel">https://www.javatpoint.com/cell-references-in-excel</a></p>
New cards
23

Absolute Cell Reference

a cell reference in which the corresponding reference is locked, meaning that the row and column remain constant; e.g., multiplying the values by a fixed increased rate of 5%

reference: https://www.javatpoint.com/cell-references-in-excel

<p>a cell reference in which the corresponding reference is locked, meaning that the row and column remain constant; e.g., multiplying the values by a fixed increased rate of 5%</p><p>reference: <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.javatpoint.com/cell-references-in-excel">https://www.javatpoint.com/cell-references-in-excel</a></p>
New cards
24

Mixed Cell Reference

to multiply each column cell with each respective cell of the row

reference: https://www.javatpoint.com/cell-references-in-excel

<p><span>to multiply each column cell with each respective cell of the row</span></p><p>reference: <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.javatpoint.com/cell-references-in-excel">https://www.javatpoint.com/cell-references-in-excel</a></p>
New cards
25

Functions in Excel

  • SUM

  • ROUND

  • IF

  • AVERAGE

New cards
26

SUM

New cards
27

AVERAGE

determines the mean or average of values

reference: GCFGlobal

New cards
28

ROUND

rounds a number to a given number of places

reference: ExcelJet

New cards
29

IF

one of the logical functions, to return one value if a condition is true and another value if it's false

reference: MicrosoftSupport

New cards
30

General Rules

  1. Formulas and Functions always begin with an equal sign.

  2. Do not enter any extra spaces between formulas and functions.

  3. Uppercase or lowercase characters can be used when entering a function

  4. Arguments in a function must always be enclosed in parenthesis.

  5. All arguments must be separated by a single comma.

New cards
robot