Memory & Data Storage Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

MIDI

A

Musical Instrument Digital Interface
Standard adopted by the music industry for controlling devices such as synthesizers and sound cards and electronic instruments.
Stores commands on how to play sounds – NOT SOUNDS

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

Mp3

A

File compression system for music which does not noticeably affect the quality of the sound
Removes sound humans can’t hear well
If two sounds playing at the same time the softer sound is removed
Uses perceptual music shaping

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

Differences between MP3 and MIDI

A
MP3 a digital recording of sound
Mp3 produced by recording software
Mp3 a compressed file format
MIDI Instructions of how to make sound
MIDI Non-audio recording
MIDI File created using digital musical instruments
MIDI Produced by synthesizer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Image Capture

A
Image converted from analogue to digital (ADC)
Image turned into pixels
Each pixel given binary value
Each pixel given a colour
Pixels form a grid
Pixels stored in sequence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

File Compression

A

Can be lossless or lossy

Uses a compression algorithm

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

Advantages of Compression

A

Smaller file to transmit
File transmitted quicker
Uses less bandwidth

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

Lossless

A

Code must be exactly the same as the original
If not the same as original file will not work
A (compression) algorithm is used
No data is removed in the process
Used for Programs & Text Files
Repeated words (are identified) and are replaced by an index
The number of times the word appears is stored

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

Lossy

A

E.g. Video file (Mpeg)
Makes the file smaller than lossless
Quality can be reduced but the file will still run
Redundant data can be removed
Used when no requirement for file to be exactly same as original

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

Text File Compression

A

Use lossless
Repeated words can be indexed
Repeated words sections e.g. ‘ou’ can be replaced with numerical value
Can be saved a s a zip file

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

Primary

A

RAM (Random Access Memory)

ROM (BIOS)

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

DRAM

A
  1. Tiny capacitors that leak electricity
  2. Requires a recharge every few milliseconds
  3. Inexpensive
  4. Slower than SRAM
  5. Can store many bits per chip
  6. Uses less power
  7. Generates less heat
  8. Used for main memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SRAM

A
  1. Circuits similar to D flip flops
  2. Holds content as long as power is available
  3. Expensive
  4. Faster than DRAM
  5. Cannot store many bits per chip
  6. Uses more power
  7. Generates more heat
  8. Used for cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ROM (BIOS)

A

Non-volatile memory chip
Primary memory
In a microprocessor holds the BIOS
Can’t be written to

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

PROM (Programmable read-only memory)

A

It can be programmed by user. Once programmed, the data and instructions in it cannot be changed.

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

PROM (Erasable Programmable read only memory)

A

It can be reprogrammed. To erase data from it, expose it to ultra violet light. To reprogram it, erase all the previous data.

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

EEPROM (Electrically erasable programmable read only memory)

A

The data can be erased by applying an electric field, with no need for ultraviolet light. Erase only portions of the chip.

NAND chips
More expensive
Faster read
Erase byte

17
Q

CACHE

A

Cache holds the information from the RAM that is most actively used, and accessed most frequently.
The computer system will run faster as the slower main memory will need to be accessed less frequently.
When the processor needs to read from the main memory, it first checks if a copy of the data exists in the cache.
If the data to be read do not exist in the cache, the data are first copied to the cache and then used.
When the processor needs to write to the main memory it does so through cache memory.

18
Q

HDD (hard disk drive)

A
Uses platters
Platters divided into tracks
Platter is spun
Read write arm moves over platter
Magnetic fields control magnetic dots of data
Magnetic field determine binary value
19
Q

SSD (solid-state drive)

A

Non-volatile memory

Uses NAND flash memory

20
Q

Why SSD replacing HDD

A
No moving parts (more reliable in a portable device)
Use less power
Smaller (good for portable devices)
Faster data access
Run cooler
Run quieter
21
Q

Why HDD still used in web servers

A

Cheaper for large amounts of data
Greater longevity for read/write functions
Don’t need faster speed of SSD
Expensive to change technology

22
Q

Off-Line Storage

A

Not directly accessed by CPU
Non volatile
Can easily be disconnected

23
Q

DVD

A

Uses 1 spiral
Red laser used to read/write
Dual layer technology

24
Q

DVD-RAM

A

Uses concentric tracks

Allows read/write operations at same time

25
Q

DVD-R Vs DVDRAM

A

DVD-R one spiral track DVD-RAM several concentric tracks
DVD-RAM can be written to and read at same time; DVD only allows read
DVD-R only allows read; DVD-RAM allows read and write
DVD-RAM can have direct access because of concentric tracks

26
Q

Blue-Ray

A

Uses blue laser

Uses single1.1mm polycarbonate disc

27
Q

Tape v SSD in Server

A
Greater longevity – more read and writes
Speed is sufficient
Cheaper per unit of data – better value
No portability requirement
Trusted technology
28
Q

How SSD works

A

Flash memory
Uses transistors
can be NAND/NOR tech
When stored in transistor data is converted from 1 to 0, 0 to 1
Controls the flow of electrons using transistors.
Stores data by flashing onto silicone chips
EEPROM tech

29
Q

How USB works

A

EEPROM tech
Uses transistors
When data is stored on transistors data is converted from 1 to 0, 0 to 1
Transistors control the flow of electrons.
flashed onto silicon chips
read and write simulationously

30
Q

TLS vs SSL

A

TLS makes use of session caching
TLS separates handshake and records
Possible to add new authentication methods