1.2 Flashcards

1
Q

Volatile

A

Memory loses data once power is turned off

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

RAM vs ROM (4 differences)

A

RAM:
- Volatile
- Stores currently running programs temporarily
- Data can be changed
- Big compared to
ROM:
- Non-volatile
- Stores boot-up instructions
- Data cannot be changed
- Small compared to

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

Primary Storage Examples

A
  • RAM
  • ROM
  • Registers
  • Cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Primary Storage

A
  • Temporarily holds data and instructions which CPU needs access to while computer is running
  • Can access data faster than secondary
  • Volatile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Virtual Memory

A
  • Needed when not enough physical RAM to store opened programs
  • Space on hard disk
  • Transferred out to VM from RAM if not currently being executed
  • Transferred back to RAM from VM when needed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Secondary Storage

A
  • Needed since ROM is read only and RAM is volatile
  • Long term storage of programs and data when power is turned off
  • Backup of data files
  • Archive of data files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Types of Secondary Storage

A
  • Optical (CDs/DVDs/Blu-Ray)
  • Magnetic (Hard disk drive)
  • Solid State (SSD, Memory sticks, Flash memory cards)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Optical (3)

A
  • Low storage capacity compared to
  • Slow access
  • Thin, lightweight, portable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Magnetic (4)

A
  • High storage capacity
  • Quick access
  • Moving parts which eventually fail
  • Perform better if defragmented
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Solid State (8)

A
  • Medium storage capacity
  • Very quick access
  • No moving parts, reliable
  • Low power
  • No noise
  • No need to defragment
  • Limited R/W cycles
  • Relatively expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Units of data capacity

A
  • Bit (b)
  • Nibble
  • Byte (B)
  • Kilobyte (KB)
  • Megabyte (MB)
  • Gigabyte (GB)
  • Terabyte (TB)
  • Petabyte (PB)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Characteristics that should be considered when choosing secondary storage (6)

A
  • Capacity
  • Speed
  • Portability
  • Durability
  • Reliability
  • Cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain why computers use binary

A
  • Ideal for representing two states (on or off), simple for computers to process data efficiently
  • Operate with switches that have only two states
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

With two states, electronic components are: (3)

A
  • Easier to manufacture
  • Cheaper
  • More reliable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Text Files Calculation

A

Bits per Character x Number of Chararacters

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

Sound Files Calculation

A

Sample Rate x Duration (s) x Bit Depth

16
Q

Image Files Calculation

A

Colour Depth x Image Height (px) x Image Width (px)

17
Q

Character Set

A
  • Defined list of characters recognised by the computer
  • Each character is represented by a unique binary number
18
Q

ASCII, Extended ASCII, UNICODE

A
  • ASCII: 2^7
  • Extended ASCII: 2^8
  • UNICODE: 2^24
19
Q

What can images stored in binary be?

A
  • Bitmaps: constructed from coloured squares (pixels)
  • Vectors: store the mathematics to draw coloured shapes
20
Q

What are pixels stored as?

21
Q

How can the number of colours be calculated?

A
  • 2^n
  • n is the number of bits per pixel
22
Q

What is number of bits per pixel known as?

A

Colour depth

23
Q

What results in a larger file size of an image?

A
  • Greater colour depth
  • Greater resolution (width x height)
24
Q

Metadata + Examples (7)

A

Additional data about the file saved
- Type of file
- Data of creation
- Creator of data
- File size
- Dimensions
- Image resolution
- Colour depth

25
Q

What is the Analogue-to-Digital Converter (ADC)?

A
  • Sound sampling device
  • Converts real-world analogue signals (sound waves) to a digital representation
26
Q

Bit Depth

A
  • Number of bits needed to store each sample
  • Higher number of bits = greater quality of sound = larger file size
27
Q

Sample Rate

A
  • Frequency the sound wave is measured per second
  • Higher samples per second = higher quality = larger file size
28
Q

Sample

A

Measure of amplitude at a point in time

29
Q

Why is compression used?

A
  • Reduces size of file
  • Takes up less space
  • Maximises amount of data that can be stored on a device
  • Quicker when transferred over the Internet
30
Q

Lossy Compression (4)

A
  • Data is lost and cannot be recovered
  • Greatly reduces file size
  • Reduces quality of image/sound
  • Suitable for images, sound and video
31
Q

Lossless Compression (4)

A
  • No data is lost, encoded differently
  • Can be reverted into original format
  • Less effective in reducing file size
  • Suitable for documents and executable files (can be used in all though)
32
Q

Overflow

A
  • Calculation producing an answer that has more bits than the CPU was expecting
  • Leads to an inaccuracy