Data Representation Flashcards

1
Q

Data

A

Raw numbers, symbols, images sounds etc.
Unprocessed
Meaningless

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

Information

A

Interpreted and processed data

With context and meaning

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

Knowledge

A

Information which human experience has been applied

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

Knowledge Base

A

A collection of knowledge

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

Static Data

A

Data that does not normally change

e.g. Birthday of someone

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

Dynamic Data

A

Data that changes automatically without user intervention

e.g. Live score, stock price

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

Static information source

A

e.g. Published book, CD
Information does not change on a regular basis
Information may go out of date
Information can be viewed offline since no update
More likely to be accurate since it is available for a long period of time, thus more chance to check

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

Dynamic information source

A
e.g. Websites
Information is updated automatically 
More likely to be up to date
Network connection is required to update
Data may have been produced very quickly and may contains errors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Direct Data Source

A

Data collected to serve that particular purpose

e.g. Census to collect statistical data of residents

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

Indirect Data source

A

Data was collected for another purpose, usually the one who consumes the data is different from who collected them
e.g. Census is done by Government, but a company can use those data for different purpose

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

Direct Data Source (vs)

A

Data is relevant since it is collected for that purpose
Original source is known, can be trust
Take long time to gather
Data is likely up to date
Data can be collected and presented in the required format

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

Indirect Data Source (vs)

A

Some required data may not exist
Original source may not known => not reliable
Data is immediately available (someone collected already)
Data may not be up to date
Data may existed in different format, need time to process

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

Attributes of (quality) information

A

Accuracy
Relevance: How related the data to its purpose
Age: Data must stay up to date
Level of Detail: Right amount of detail for the data. Too little then may not be enough information to use, too detail maybe hard to extract the information needed
Completeness: Is all information required is provided

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

Coding

A

Representing data by assigning a code to it for classification or identification

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

Encoding

A

Storing data in a specific format

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

Encryption

A

Scrambling data to make it undreadable if intercepted

Encrypt with encryption algorithm and key

17
Q

Symmetric Key encryption

A

Encrypt and Decrypt use the same key

18
Q

Asymmetric key encryption

A

Sometimes refer as private key encryption
Encrypt with public key, decrypt with private key
Public key can encrypt but cannot decrypt
Public key is generated by private key

19
Q

SSL/TLS

A

Secure protocols used in HTTPS

Establish secure, trusted and encrypted communication between browser and web server

20
Q

Codec

A

Code and Decode

A particular method to encode multimedia data

21
Q

Validation

A

Automatically checking data according to predefined rules

  • Presence
  • Format
  • Lookup
  • Range
  • Type
  • Length
  • Consistency
  • Check Digit
22
Q

Verification

A

Ensure data entered matches the original source
- Double entry
- Visual Check
Often done manually

23
Q

Proofreading

A

Checking accuracy of data manually

24
Q

Audio representation

A

Audio file is recording the *“Loudness” of sound. The record of analog loudness in digital numbers is called Sampling

25
Q

Sampling Rate

A

How often the “Loudness” is recorded. Usually measure in Hz (times per second)
CD quality sound is recorded in 44.1kHz or 44100 times per second
The higher the rate, the better quality but more storage

26
Q

Sample Resolution (bit Depth)

A

How many “steps” the analog loudness is converted into digital numbers.
e.g. CD audio has 16-bit resolution, meaning that the loudness is recorded in 65536 discreet steps (2^16)

Again, the higher the sample resolution the better quality (and more storage)