B061 4.0 Manipulating data Flashcards

1
Q

Different types of data

A

Text/Alphanumeric
Numeric (Integer,Real numbers,Currency,percentages, Fractions)
Date and time
Boolean or Logical (yes/no open/closed Male/female On/off )

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

Give examples of data collection

A
Questionnaires
Application forms 
Online forms  
Optical Mark Recognition 
Bar code readers
Biometrics
RFID tags
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the Advantages to OMR

A

It is a fast method of inputting large amounts of data at a very high rate

Only one computer needed ton correlate batch of data therefore lower cost

OMR is a more accurate method of data entry than manually keying data

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

Disadvantages of OMR

A

The marks may not read correctly if spaces aren’t completely filled in

Not Suitable for text input ; mainly used for multi-choice input

Needs specially prepared stationary as well as a OMR reader also data needs to inputted into specific perimeters

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

Advantages of barcode readers in electric point of sale situations

A

Automatic input therefore quick to enter

Bar code errors easily avoided via warning systems

Check digit software included

Easy to change data in databases and this allows for updates

Can be linked to stock control therefore allowing for a creation of an automatic re-ordering

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

Disadvantages of barcode readers in electric point of sale situations

A

Other alternative methods needed in case system fails

If barcodes are missing data will need to be added manually

New products have to be added to the database otherwise the system would be out of date

Training required to use the hardware

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

Advantages of Chip and Pin/ Magnetic Strip Recognition

A

Simple to use and cheep to produce

Data can be altered if necessary

Security has been improved by the use of PIN numbers which must be entered into a machine to confirm that you are the rightful card owner

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

disadvantages of Chip and Pin/ Magnetic Strip Recognition

A

It has very limited storage capacity for data

Data can easily be destroyed by strong magnetic fields

It is not always secure as thieves can obtain the readers and read the data on the card

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

Advantages of voice recognition

A

Quicker method of entering data than using using a keyboard

Ideal methods for disabled users who can’t easily use keyboards

Helps to prevent repetitive strain injury

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

Disadvantages of voice recognition

A

Software needs to be trained to recognise an individual voice and accent accurate data entry

The user has to learn a range of commands and sometimes there are problems distinguishing between input text and commands

Excessive background noise can cause errors as the speech input is quality is reduced

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

What is Biometrics recognition and how does it work

A

It is used to identify an individual by either Physiological such as finger prints iris recognition

Behavioral such as voice recognition

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

What are RFID tags and how do they work

A

Radio frequency identification tags are fixed to products like barcode. They use the antenna to communicate with RFID reader or scanner for tracking purposes

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

What is an Absolute cell reference

A

When a formula is copied from one cell to another may be a need to maintain an absolute cell reference with the original cells. This is can be achieved by referencing a cell as $A$1 which when copied will remain $A$1

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

What are flat file Databases

A

A flat file database is a simple database that is composed of one table often used in the creation of spreadsheets each row is know as a record

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

What are relational Databases

A

The data is stored in separate tables or entities
All the data tables are linked by key fields
Microsoft Access is an example of Relational Databases management systems

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

List the verification types

A
Presence check 
Data Type check 
Length check 
Check Digits 
Range checks
Format Check
17
Q

Define Presence check

A

Checks that data has been entered into a field and that is has not been left blank

18
Q

Define Data Type check

A

Checks that a value entered is of a particular data type.

19
Q

Define Length check

A

Checks than an entered value such as mobile phones is no longer than a particular number of characters

20
Q

Define Check Digits

A

These are normally digits on a ISBN book code that are used as a part of a calculation to ensure that the code entered is valid code.

21
Q

Define Range checks

A

Checks that an entered value falls within a particular range

22
Q

Define Format Check

A

Check that an entered value has a particular format.

23
Q

what are the two mains ways to verify data

A

Visual checks

Double entry

24
Q

What is a Batch total in the context of Validation

A

This is a check for missing records where the all numerical records for a batch are summed together.

25
Q

What is a Hash total in the context of Validation

A

this a check used for detecting errors in data transmission. A hash total is calculated from several fields in a file or table before and after data transmission and a comparison is made between the original and final data to detect a difference or an error