Spreadsheets Flashcards

(44 cards)

1
Q

What are the three basic structures of spreadsheet software?

A

Cells, rows, and columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a cell in a spreadsheet?

A

The intersection of a row and column where data can be entered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are rows identified in a spreadsheet?

A

By numbers (1, 2, 3, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are columns identified in a spreadsheet?

A

By letters (A, B, C, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the main data types that can be entered in spreadsheet cells?

A

Text, numbers, dates, times, and formulas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between text and number data types in spreadsheets?

A

Text is used for labels and descriptions, numbers can be used in calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a spreadsheet template?

A

A pre-designed spreadsheet with formatting, formulas, and structure that can be reused

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are headers and footers in spreadsheets?

A

Text that appears at the top (header) or bottom (footer) of every printed page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is conditional formatting?

A

A feature that automatically changes cell appearance based on the cell’s value or content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Give an example of when you might use conditional formatting

A

To highlight cells with values above a certain threshold, like highlighting grades above 80% in green

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is data validation in spreadsheets?

A

A feature that restricts the type of data that can be entered into a cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give an example of data validation

A

Setting a cell to only accept whole numbers between 1 and 100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does importing data mean in spreadsheets?

A

Bringing data from external sources (like CSV files or databases) into the spreadsheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the difference between entering text and entering a formula in a cell?

A

Text is entered directly, formulas start with an equals sign (=) and perform calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you enter a formula in a spreadsheet cell?

A

Start with an equals sign (=) followed by the calculation or function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What formatting options are available for cells?

A

Font style, size, color, borders, background color, number format, alignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How can you format an entire row or column?

A

Select the row number or column letter, then apply formatting options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does replicating a formula mean?

A

Copying a formula to other cells, with cell references automatically adjusting

19
Q

How do you replicate a formula to adjacent cells?

A

Use the fill handle (small square at bottom-right of cell) and drag to copy

20
Q

What should you consider when creating a template for others to use?

A

Clear labels, instructions, protected formulas, consistent formatting, and user-friendly layout

21
Q

Name three simple functions commonly used in spreadsheets

A

SUM, AVERAGE, COUNT

22
Q

What does the SUM function do?

A

Adds up all the numbers in a selected range of cells

23
Q

What does the AVERAGE function do?

A

Calculates the mean (average) of numbers in a selected range

24
Q

What is the difference between relative and absolute cell referencing?

A

Relative references change when copied (A1), absolute references stay fixed ($A$1)

25
How do you make a cell reference absolute?
Add dollar signs before the column letter and row number ($A$1)
26
When would you use absolute cell referencing?
When you want to refer to a fixed cell (like a tax rate) that shouldn't change when copying formulas
27
What is an IF statement in spreadsheets?
A logical function that returns one value if a condition is true, another if false
28
Write the basic syntax for an IF statement
=IF(condition, value_if_true, value_if_false)
29
Give an example of an IF statement
=IF(A1>50,"Pass","Fail") - shows Pass if A1 is greater than 50, otherwise Fail
30
What does VLOOKUP stand for?
Vertical Lookup
31
What is the purpose of VLOOKUP?
To search for a value in the first column of a table and return a value from another column in the same row
32
What are the four arguments needed for VLOOKUP?
Lookup value, table array, column index number, range lookup (TRUE/FALSE)
33
What is data modelling in spreadsheets?
Using spreadsheets to represent real-world situations with data, formulas, and scenarios
34
Give an example of data modelling
Creating a budget model that shows how changes in income or expenses affect total savings
35
What types of charts can you create in spreadsheets?
Bar charts, line graphs, pie charts, scatter plots, column charts
36
Why is it important to label charts properly?
To make the data clear and understandable, including titles, axis labels, and legends
37
What formatting options are available for charts?
Colors, fonts, chart style, data labels, gridlines, chart title, axis titles
38
How do you select specific areas of a spreadsheet for printing?
Use Page Layout options to set print area, or select the range and choose 'Print Selection'
39
Why might you want to print only part of a spreadsheet?
To save paper, focus on relevant data, or create reports with specific information
40
What is a macro in spreadsheets?
A recorded sequence of actions that can be replayed automatically
41
When would you use a macro?
To automate repetitive tasks like formatting, calculations, or data entry
42
What are the benefits of using macros?
Saves time, reduces errors, ensures consistency, automates complex tasks
43
How do you typically create a simple macro?
Record your actions while performing a task, then save the recording as a macro
44
What precautions should you take when using macros?
Test thoroughly, backup data, understand what the macro does, be cautious with macros from unknown sources