Y7 Spring Term - Spreagsheet & Flowol Flashcards

1
Q

What are the coordinates of a cell in Excel/Spreadsheet called?

A

The cell reference.

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

What is a “row” in a spreadsheet?

A

The horizontal range of cells. Rows have numbers.

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

What is the vertical range of cells called in a spreadsheet.

A

A column.

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

Define a “cell” in spreadsheet.

A

A rectangular box that can contain any value.

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

What is a “sheet” in a spreadsheet?

A

A single page in a spreadsheet.

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

What is a “workbook” in a spreadsheet?

A

A collection of sheets.

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

Define a “formula” in a spreadsheet.

A

A mathematical operation performed on values in the spreadsheet.

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

What is the “tab” in a spreadsheet?

A

The button which changes which sheet is being viewed.

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

Explain what “formatting” is in a spreadsheet.

A

Formatting is the appearance of the cell.

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

What is “conditional formatting”?

A

Changing the format of the cell based on a condition.

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

What is an “If statement”?

A

A function that sees if a condition is met.

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

What is the copying of data in a cell to another called?

A

Cell replication.

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

What is “validation”?

A

When the computer checks if the data input is allowed.

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

What is the “Absolute Cell Reference”?

A

Makes the cell static/unable to change, even when copying a formula.

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

What does a colon do in a spreadsheet

A

Defines a range of cells. E.g. A2:D5

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

What is a static and dynamic cell?

A

Static cell: cell’s value has to be changed manually.
Dynamic cell: cell value changes automatically based on contents from another cell.

17
Q

What does =IF do?

A

Creates an If Statement.

18
Q

What is an algorithm in Flowol?

A

A list of step-by-step instructions to solve a problem.

19
Q

What is a Flowchart in Flowol?

A

A visual representation of the steps in an algorithm.

20
Q

What is the Terminator symbol in Flowol?

A

Starts and stops an algorithm.

21
Q

What is the Decision Box in Flowol?

A

The diamond shape used to show a decision. Usually a yes or no.

22
Q

What is a Mimic in Flowol?

A

The interactive image used in Flowol alongside the Flowchart.

23
Q

Define a subroutine in Flowol.

A

A set of instructions made to perform another operation within an operation.