Topic 33 - Processing data Flashcards

1
Q

What is data?

A

Data is invaluable to organisations and individuals.
It is used to mak edecisions, spot trends, gain competitive advantage and to monitor progress.
It is at the heart of a modern company

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

How can inaccurate data be a serious problem?
(Important of data accuracy)

A

Inaccurate data can be a serious problem for orgainisastions and individuals, as it leads to incorrect decisions being made

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

What are the 2 examples of inaccurate data?
(Important of data accuracy)

A
  • Incorrectly recorded stock levels could lead to ordering too little or too much stock
  • Inaccurate traffic information could lead to being late for an interview
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do IT systems allow us to apply?
(Methods of ensuring data accuracy)

A
  • IT systems allow us to apply automated checks on data being entered.
  • These do not ensure the data is 100 per cent accurate, but they do ensure it is sensible and matches the original source

(A validation error message)

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

What is the 1st Methods?
(Methods of ensuring data accuracy)

A

Validation ensures data entered is sensible and reasonable

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

What is the Type check to be carried out?
(Methods of ensuring data accuracy)

A

Type check - Data must be the correct type

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

What is the example of Type check?
(Methods of ensuring data accuracy)

A

(Example Type Check)

Data in a date of birth field

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

What is the Range check to be carried out?
(Methods of ensuring data accuracy)

A

Range check - Numerical data must be less than or greater than a certain number of digits

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

What is the example of Range check?
(Methods of ensuring data accuracy)

A

(Example Range Check)

Age name must be between 18 and 65

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

What is the Length check to be carried out?
(Methods of ensuring data accuracy)

A

Length check - Data must be less than or greater than a certain number of digits

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

What is the example of Length check?
(Methods of ensuring data accuracy)

A

(Example Length Check)

  • First name must be less than 15 characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Format check to be carried out?
(Methods of ensuring data accuracy)

A

Format check - Data must be in the correct predefined format

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

What is the example of Format check?
(Methods of ensuring data accuracy)

A

(Example Format Check)

  • Postcode must be LLN NLL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the 2nd Methods?
(Methods of ensuring data accuracy)

A

Verification ensures data entered matches the original source

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

What is the Double-entry-check to be carried out?
(Methods of ensuring data accuracy)

A

Double-entry-check - Data must be entered twice, and both entries must match

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

What is the example of Double-entry-check?
(Methods of ensuring data accuracy)

A

(Example Double-entry-check)

  • Entering a password twice on a registration
17
Q

What is the Proofreading check to be carried out?
(Methods of ensuring data accuracy)

A

Proofreading check - Data must be read through to ensure there are no data entry errors

18
Q

What is the example of Format check?
(Methods of ensuring data accuracy)

A

(Example Proofreading check)

  • A checkbox asking you to confirm data entered is correct
19
Q

What are the four steps of Extracting and sorting data?

A

1 - Data is extracted from unstructured sources, such as web pages (web scraping), emails and documents

2 -The data is entered into a system for processing

3 - The data is stored in a database program to add structure

4 - The database can be sorted and searched using SQL queries

20
Q

What does Data modelling ensure?
(Numerical and data modelling)

A
  • Data modelling ensures that the database is
    correctly structured, allowing the data to be
    efficiently processed
21
Q

What can happen to correctly stored data?
(Numerical and data modelling)

A
  • Correctly stored data can be used in numerical modelling.
  • This involves simulating systems to help
    analyse data and make predictions, such as
    weather models used to forecast future
    weather patterns