4 - Manipulating Data Flashcards

1
Q

What is valid data?

A

Valid data is data that makes sense logically, even if it was entered incorrectly. For e.g. my birthday is not 11/04/2002 but that makes sense logically.

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

What are some examples of data verification?

A
  • Visual checking

- Double entry of data

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

What are some examples of data validation?

A
  • Data type checks, e.g. letters not entered into a number field
  • Presence checks
  • Format checks, e.g. right length
  • Range checks (numbers)
  • Look-up lists
  • Check digits, last number in a code is the answer to a complex calculation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a parity check?

A

Parity checks ensure that data transmission between nodes during communication is accurate.

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

What is a node?

A

A node can be a computer or some other device, such as a printer. Every node has a unique network address.

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

What are hash and batch totals?

A

Numerical sums of fields in a file, including data that isn’t usually used in calculations, for e.g. account numbers. Recalculations are compared with the original answer to see if data has been lost or changed.

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

What are some components of a spreadsheet?

A
  • Labels
  • Data
  • Formulas & functions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is relative cell referencing?

A

Typing, e.g. =A1, and using the fill handle to replicate the values that are in column A.

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

What is absolute cell referencing?

A

Absolute cell referencing is used when you want a value in a calculation to remain constant.

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

What are some benefits of using a spreadsheet?

A
  • What-if calculations allow businesses to predict income/profits
  • Automatic recalculation
  • Accurate calculation
  • Can produce graphs & charts easily
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some methods of data capture?

A
  • Chip and pin, captures card details and compares with pin code
  • Optical mark recognition (OMR), e.g. marks on a lotto ticket
  • Bar code reading
  • Voice recognition
  • Biometrics
  • Radio Frequency Identification (RFID) Tags, data stored on a chip that can be read at a distance or through material
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are some components of a database?

A
  • Fields, allow records to be uniquely identified
  • Records, a set of records constitutes a file
  • Tables, store info
  • Flat files, contain a single table of data
  • Relational databases, contain multiple tables of data that relate to each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is data redundancy?

A

The repetition of data, which takes up storage

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

What are some types of data handling systems?

A
  • Financial forecasting
  • Weather forecasting
  • Flight simulators
  • Decision making systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are operators?

A

Ways to find data using the symbols =, >, , >=, <=.

for e.g. Search for all shirts where size = XL and price <= £10

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