Memory and Storage - may need completion. most info on other deckset Flashcards

1
Q

3 types of storage

A

primary
secondary
tertiary (not covered in gcse spec)

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

primary storage types

A

ram
rom
cache
registers

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

secondary storage types

A

hard drives
optical
solid state drives
etc

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

wat is secondary storgae

A

any device able to hold OS, programs + data not currently in use

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

diffferences - primary vs secondary

A

primary:
all primary, except rom - volatile
smaller storage capacity vs secondary (RAM - GB, Hard disks - TB)
faster acces spedd than 2ndry

secondary:
all non volatile
larger storgae capacity
slower access speed thn primary

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

ROM

A

small piece of read only memory on motherboard
non volatile
contains 1st instructions 4 coputer (bootstrap)
software stored on ROM - firmware

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

RAM

A

temprary storage of instrctions and data
holds info being xecuted by processor
volatile
much faster than hard disk

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

beyond the spec
POST

A

power on self test
sends signals to all oher connected components
wakes up all connected components, makes cpu know they exist

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

virual mem

A

needed when not enough ram to store open programs
held on hard disk
programs transferred out to virtual mem from ram when not currently being executed
transferred ack to ram from virtual mem when needed

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

why is 2ndry storage needed

A

because rom read only and ram is volatile
needed for:
storage of programs + data when pwr turned off
semi permanent storage of data that can change
backup of data files
archive of data files

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

what is a drive and media

A

drive: the device that reads and writes data from 2ndry storage

media: what the data is actually stored on

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

features of optical

A

low capacity compared to other storage
slow 2 access data
thin, lightweight, portable

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

features of magnetic

A

high strgae capacity
quick to access data
moving parts which eventually fail
hard disks perform better if theyre defragmented

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

features solid state

A

medium storage capacity
very quick data access time
no moving parts, very reliable
no noise
low pwr
no need 2 defragment
limited num of read/write cycles
expensive

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

when choosig a storage type, what must you consider

A

capacity - how much it stores
speed - how quick data read/transferred
protability - how portable is stroage device
durability - how robust is it? will be damaged by shocks and extreme conditios?
relaibiltiy - can it be used repeatedly without failing
cost - how expensive per byte

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

what is optical storage suitable for

A

read only data distribution on a large scale
small capcity situations

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

what is magnetic sutiable for

A

when very high data capaivty required
fast access 2 data
low cost situations
cloud storage on server farms

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

what is ssd sutiable 4

A

low power small embedded systems
rugged applications: portable devices
small to medium data capaity requirements
silent operation
very fast access 2 data
situations where devices has to be small and lightweight

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

optical storage types

A

cd-r
cr-rw
dvd-r
dvd-rw
blu-ray

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

magnetic sotrage types

A

hard disk drive
magnetic tape
(flopy disks?)

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

soldi state sotrgae types

A

ssd
memory stick
flash mem cards

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

units of data capcity

A

bit - 1 or 0
nibble - 4 bits
byte - 8 bits
kilobyte - 1024 bytes (k)
megabyte - 1000000 bytes (m)
gigabyte - 1000000000 bytes (bn)
terabyte - 1 trilion bytes
petabyte - 1 quadrillion bytes

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

convering between units

A

if decreasing in size:
from pb - kb -> divide by 1000 per unit type
from byte to bit - divide by 8

if increasing in size:
bit - byte -> x8
kilobyte to petabyte - x1000 per unit type

e.g
1kb x 1000 = 1mb

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

difference between the units

A

MB/Mb

MB - the capital b means bytes
Mb - lower case b means bits

MB = Megabytes
Mb = Megabits

1MB = 8Mb

capaicty of drives and file sizes measured in bytes
data transfer speeds over networks mesasured in bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
in ram how is data represented
by capcitors if they hold charge - 1 bit if not - 0 bit
26
how data represented on optical
pit - 0 land - 1
27
how data represented on hard dsk
north magnet pole - 1 south magnet pole - 0
28
what does left binary shift adn right binary hsift do
left shift = multiaply og num by 2 right shift = divide og num by 2
28
how data repsresnted on solid state mem
trapped elec - - 0 free elec - 1
28
how calcualte size fle of image file
colour depth (num of bits needed to store each pixle) * image height (in pixels) * image width (in pixels)
29
how calculate file sizeof sound file
sample rate (num of samples per sec) * duration (in sec)*bit depth (num of bits needed to store each sample)
29
how to calculate file size of text file
bits per charachter (based on standard ascii char set) * num of character (inc. spaces)
29
what affects quality of digitally converted sound wave
sample rate + bit depth
30
why unicode and extended ascii released
not enough chars could be represented by ascii so extended ascii came out needed representation of all international charachters for all langs so unicode came out
30
two ways of storing images?
bitmap vector
30
how to add two 8 bit binary integers
1 + 0 = 1 0 + 0 = 0 1 + 1 = 0 (carry 1 across) 1 + 1 + 1(from being carried) = 1 (carry 1 acrsos as well)
31
what is vector used 4
technical drawinfs, logos and clipart
31
the character sets
ASCII - 7 bit (128 chars) Extended ASCII - 8 bit (256 chars) Unicode - 16 bit char set (2^16 chars)
31
wha is metadata of bitmap image
additional data stored w/ image to define width, height, bits per pixel (colour depth) and colour palette
31
bitmap
made up of diff colour ssquares each square has binary value
32
lossy comp
sacrificing the quality to reduce file size JPEG and GIF use lossy comp
32
vector
mathematics to store the image are stored e.g circle drawn by storing details of X and Y coords from middle radius width colour
33
what is bitmap used 4
photogrpahs not made up of simple shapes
33
what r photographs storded in
24bit colour dpeth
34
how does image file size of bitmap image inrease
when colour depth and resolutinon increase
34
def sample rate
how often you record amplitude of sound wave. the more often, the smoother the playback will sound measured in Hz higher num smaples, higher quality and increase file size
35
what is bandwidth
range of frequencies a system can transmit or record
35
bit depth def
num of bits stored per sample the more bit dpeth, better soun quality + increased file size measured in bits bit depth = resolution
35
rasons for compresiion
reduces file size to increase amount you can store smaller files are transferred quicker over the internet - compresion helps quicken transfer spds
36
lossless comp
encodes data and looks for patterns - removes patterns and replaces w/ a code that represnets it can be used on all types of data can be turned back into og form usually less effective than lossy comp at reducing file size works well w/ image w/ lots of repeating coliur not well w/ full colour photrpahs
36
suitability of lossy and lssless
text files and executable code cant be compressed and lose data - lossless must be used for images sound and vids lossy is suitable
36
two types of compression
lossy lossless
36
36
36
37
37
37
37
38
38
38
38
38
39
40
40
40
40
40
40
41
41
41
41
42
42
42
42
43
43
43
44
44
44
44
44
44
45
46