Representation Flashcards

1
Q

How does information get codes

A

Reality consists of entities which are input into a data model through representations. These are represented as features and machine code identifies these features in binary form.

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

Give an example of bad representation

A

Evacuation maps using road maps and flood maps using river channels. Natural geography not represented in urban form

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

What is representation?

A

What is communicated is a representation of the physical world
Location in time and space reduced to symbols
Communication requires generalisation and abstraction
We have no direct access to the real world

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

How is information represented digitally

A

Most communication is digital

  • sent through a pipe or transmission channel that sends ones and zeros
  • stored on devices that only store ones and zeros
  • word processors use ASCII
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is digital

A

Character and counting system
Can represent 0-9, A-Z, a-z.
Reduced to 0 and 1

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

Enter decimal 23 into binary

A

[12^4] + [02^3] + [12^1] + [12^0]

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

What is analogue information

A

Information expressed by scaling quatitaties
Good for quantitative information
Paper map is analogue

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

What is digital information

A

Information expressed by symbols
Requires a coding scheme of representation
Sender and receiver must agree on the scheme

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

What is ASCII?

A

American Standard Code for Information Interchange

26 letters plus common symbols
Originally 128 extended to 256

8 binary digits one byte per character
Includes control characters

Used 1960
Today: Unicode

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

Primitive data types in programming

A

Byte, 1 signed byte, values range from -128 117

Integer, double and char

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

What if you recieved the message in Boolean

A
First identify the data type
- identify how many bytes
Split into bytes
Convert to hex
Use information interchange to run code into identify messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How are Feature types represented?

A

Feature types, such as trails, or individual features are represented by symbols on a map

For instance, in cartography a collection of symbols forms a legend, which associates each symbol with a type of feature.

These symbols should not be confused with conceptualisation of our environment

Features being depicted by dashed lines are not physical entities but artificats of human cognition

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

What is semantic operability

A

Triangle between
Thought or reference - ‘symbolised by’ - symbol - ‘refers to (other causal relations) - referent - ‘standing for (an imputed relation’

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

How is geographic information

A

X location in space-time
Z property
Z(x) is the value of that property at x

Missing is the provanance
P said

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