Chapter 3 : Data - representation and structure Flashcards

0
Q

Binary Coded Decimal

A

Similar to Binary
Eg. 7 in BCD is 0111
7 5 in BCD is 0111 0101

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

Binary

A

128 64 32 16 8 4 2 1

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

Octal

A

512 64 8 1

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

Hexadecimal

A

256 16 1

10 A
11 B

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

Binary Addition

A

0 + 0 = 0
0 + 1 = 0
1 + 0 = 0
1 + 1 = 0 ( carry one )

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

2’s Compliment

A

Can represent negative number

Eg. 1001 0001
= -128 + 16 + 1 = - 111

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

Sign and magnitude form

A

0 represents +
1 represents -

Eg. 1001 0001
= - ( 16 + 1 = 17 )
= - 17

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

Three main methods of character encoding

A

EBCDIC
ASCII
UNICODE

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

Define EBCDIC

A

It Was originally used on punch card computers by IBM

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

Define ASCII

A

All characters, punctuation and single numbers have their own assigned number

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

Define UNICODE

A

It contains characters such as mandarin characters, Thai characters and symbols.

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

Inputting methods

A
Form Design
Keyboard Entry
Voice Recognition
Barcodes
Optical Mark Recognition (OMR)
Optical Character Recognition (OCR)
Magnetic Ink Character Recognition (MICR)
Touch screen 
Picture Capture
Chip and PIN
Sensor 
Remote data logging
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define Barcode

A

A series of black lines used to store a numerical value.
The thickness of each line represents a particular number.
The last number is always a check digit – printer and reader will be calculate then check against it

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

Define Optical Mark Recognition (OMR)

A

OMR is based on a pre defined form.
The form will have specific parts for someone to fill out by putting a pencil mark in the correct box.
A special reader will then read in this form and tell what was marked.
Eg. multiple choice exams and registers

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

Define Optical Character Recognition (OCR)

A

OCR converts printed media into digital form using a scanner
It produces a editable text file
The shapes of letters and numbers are compared to those stored in the memory and the computer will decide the order of the characters

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

Define Magnetic Ink Character Recognition (MICR)

A

MICR uses ink containing iron oxide and specific fonts so they can be read in by a specialist reader.
The cheque number and account number are written on the bottom of the cheque using magnetic ink.
This can then be very quickly read in by the reader so it can be quickly processed by the banks.

17
Q

Define Sensor

A

Sensors can be found in mobile phones, cars, cookers and even games consoles.
A sensor will record some data from the physical environment

18
Q

Examples of Sensor

A
Pressure sensor
Accelerometers
luminance sensor (light)
Humidity sensor 
Infrared sensor
19
Q

Forms of output

A
Graphs
Reports
Interactive Presentations
Sound
Video
Images
Animations
20
Q

Validation and Verification

A

They are used to ensure any input provided by the user is as correct as it can be.

21
Q

Purpose of Validation

A

It occur before data is committed to storage

22
Q

Purpose of Verification

A

It occurs after data is committed to storage

23
Q

Validation Checks

A

Format check - Ensure data conforms to a set a rules. Eg. email addresses must contain @
Existence - ensure data exists
Check digit - barcodes
Type check - ensure that the input is of the correct data type

24
Q

Verification Checks

A

Proof reading - A human will read over the input to manually check.

25
Q

Differences between back up and archive

A

When files are backed up, the original data still remains on the system. Whereas with archiving, once a copy has been made, the original files are removed from the system.