Unit 1: Introduction to basic computer science Flashcards

(20 cards)

1
Q

What is Data? (2)

A
  • unprocessed, unstructured symbols.
  • no meaning until they are interpreted in context (= Info).”
    => raw facts or measurements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Analog vs. Digital Data

A

Analog data = continuous (e.g. thermometer’s scale)

Digital data = simplifies reality into limited states, usually 2 (on/off). For computers.

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

Computers work by representing and processing data in exact, reliable states = Binary System

A

2 values: 0 = off/ 1 = on
=> Computers only “understand” power on and power off

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

Bits vs. Bytes

A

Bit: Smallest unit of digital data, represents one binary state (0 or 1).

Byte = 8 Bits. Allows 256 possible combinations. Represent characters, numbers & other data.

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

Information (3)

A

Info = Meaning. Data that has been analysed & contextualised.

=> Gold Standard for decision making

=> e.g. temperature readings become information when analyzed to show trends.

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

Why Binary Matters? (3)

A

1) Simplicity: Only 2 states.
2) Reliability: Binary signals are less likely to be misread.
3) Universality: All digital content—text, sound, images—can be encoded using only 0s & 1s.

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

How Data Becomes Information: Name 3 Solutions

A

Syntactic processing
Semantic processing
Pragmatic processing

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

Syntactic processing
=> That’s for computers

A

Data into structures (e.g., grouping bits into bytes or mapping codes to characters).

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

Semantic processing
=> That’s for humans

A

Give meaning to structured data (e.g., interpreting “10112025” as a date).

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

Pragmatic processing
=> That’s for humans

A

Meaning to action (e.g., using that date to plan an event).

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

DIKW Hierarchy

A

Data = Raw facts (e.g. Celsius)

Info = Structured & contextualized data
(e.g. Average daily Celsius)

Knowledge = Patterns & insights derived from information
(e.g. seasonal trends)

Wisdom = Applying knowledge to make decisions
(e.g. Adjusting farming methods to climate trends)

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

The Role of Context: Without context, data is ambiguous. With context, it becomes info.

A

Context is essential for data to gain meaning. The same value can mean different things depending on how it is interpreted:

“120” as blood pressure → normal systolic value.
“120°F” as temperature → extreme heat.

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

Explain why information is a key resource in digital economy
-> “Information System”

A

Information System (=peeps, technology, processes & data => info) needed for good decision making.

E.g.: Healthcare systems: Turn patient data into diagnostic information.

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

Info-Overload
-> “Is too much Information bad? -> YES

A

Info-Overload = Excessive Info = Difficulty to process, understand info or make decision.

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

5 Quality Criteria for Information

-> ARTCC

A

1) Accuracy
2) Relevance: Info is needed currently?
3) Timeliness: Info available when required?
4) Completeness: Info includes all details?
5) Consistency: Info consistent with other reliable info?

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

Storing Digital Data: Magnetic Storage

Computers need to store data, not just process it. Data is always stored as 0s & 1s, but in different physical ways

A
  • magnetized areas to store data
  • One direction = 0, opposite = 1
  • Reading heads detect magnet direction
  • tapes, floppy disks, HDDs

=> HDDs for bulk storage
=> cost-effective for archiving large amounts of data but slow
=> good for businesses managing extensive archives.

17
Q

Storing Digital Data: Optical Storage

A

CDs & DVDs use tiny surface pits & lands, read by lasers.
Pits (lower areas) = ‘0’
Lands (flat areas) = ‘1’

=> Distributing data like software, movies, or records
=> good for backups
=> good for securely distributing infos

18
Q

Storing Digital Data: Flash Memory & Solid-State Drives

A
  • Stores data using electrons in transistors
  • Electron present or absent = 0 or 1
  • USB sticks, SD cards, SSDs

=> Fast, portable, reliable
=> For laptops, smartphones, cloud servers

19
Q

Binary/ Data Transmission (sending data)

A

Data transmission = sending 0s & 1s using physical signals

🧠
0/1 = light switch (on/off)

e.g.:
Cable (electricity):
High voltage = 1
Low voltage = 0

Fiber cable (light):
Light ON = 1
Light OFF = 0

20
Q

Data transmission: Impact on businesses

A

By ensuring a clear frameworksimple on/off states—computers achieve speed, reliability, & error minimisation

Additionally, innovation benefits from global connectivity, as reliable data transmission (based on binary states) facilitates collaboration, remote work, and automation across borders