IT-Computing Science Flashcards

1
Q

Spreadsheet

A

A spreadsheet is a document that stores data in a table of rows and columns. A spreadsheet assigns each column a letter (A-Z at first, then AA, AB, AC, etc.) and each row a number (1, 2, 3, etc.). It identifies each cell by its column and row (A1, B4, D8, etc.).

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

Data

A

Data is collected and analyzed; data only becomes information suitable for making decisions once it has been analyzed in some fashion.

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

Information

A

Information is an abstract concept that refers to something which has the power to inform.

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

Cell

A

A cell is a specific location within a spreadsheet and is defined by the intersection of a row and column.

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

Cell reference

A

A cell reference, or cell address, is an alphanumeric value used to identify a specific cell in a spreadsheet. Each cell reference contains one or more letters followed by a number. The letter or letters identify the column and the number represents the row.

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

Primary source

A

A first-hand piece of information.

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

Secondary source

A

A piece of information which is from a second-hand source. E.G. He went to the shops and bought a screwdriver, he tells me. this is secondary because it has been told by more than 2 people.

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

Auto-fill

A

Auto-fill is a function where the computer makes an educated guess as to the answer to the questions based on the first input. It guesses correctly if the input is multiplied / divided / added / subtracted by the SAME number or cell contents as the first calculation summed.

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

SUM

A

Is the way to add two or more cells or a column/row together.

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

COUNTA

A

The COUNTA function counts the number of cells that are not empty in a range.

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

MIN and MAX

A

The MIN function allows you to find the minimum (lowest) value while the MAX function allows you to find the maximum (highest) value in any given range of values.

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

AVERAGE

A

Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.

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

IF

A

IF is used to check whether a condition is met, and returns one value if TRUE and another value if FALSE.

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

COUNTIF

A

COUNTIF is used to count the number of cells in a range that meet a certain criteria.

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

Graph

A

In spreadsheets, a graph is a visual representation of data from a worksheet. Graphs help you understand the data in a worksheet by displaying patterns and trends that are difficult to see in the data. They are used to illustrate trends over time, and charts illustrate patterns or contain information about frequency.

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