1.2 memory and storage Flashcards

1
Q

RAM

A

RAM stands for Random Access Memory. It is also referred to as the computers Main Memory. This is because it is the memory that the CPU has direct access to.

The job role of RAM is to store all the computers open programs and
files. When a program/file is loaded up, it is opened from Secondary Storage and stored in the RAM. This is so the CPU can access the program/file and its data quicker.

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

The process for loading up a program or file is:

A
  1. The user clicks on a program or file to open it up
  2. The program or file is loaded from the hard drive (Secondary Storage)
  3. It is stored in the RAM so the CPU can access it quickly
  4. The user uses the program or file
  5. Once finished, the user closes down the program or file. It is then removed from the
    RAM, and stored back in the hard drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ROM

A

Read only memory.It can only be read and is not rewritable(cannot be changed).

stores the program required for botting up the computer system-called BIOS(BASIC INPUT/OUTPUT SYSTEM)

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

What did BIOS store

A

all the instructions for the computer system to boot up and work.

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

Operating system

A

allows the user to interact and use the device.

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

Difference between ROM and RAM

A

RAM is volatile,ROM is not

RAM IS REWRITABLE,ROM IS READ ONLY.

RAM is GB-so the device has a large amount of storage in RAM,therefore more programs can be open at once without RAM being filled up quickly.

ROM IS ONLY MB OR KB AS IT ONLY CONTAINS THE BIOS AND THEREFORE DOES NOT NEED TO BE ANY BIGGER

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

Virtual memory

A

Sometimes, when a user has a large number of programs or files open at once, the RAM can
become full. Rather than the computer simply stopping anymore programs or files being
opened, the computer makes use of virtual memory.
Virtual memory is used when the RAM becomes full. When this happens, part of the internal
Hard Drive is partitioned (sectioned off) and acts as additional RAM. This allows further
programs and files to be opened and allows the computer to continue to function.

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

How does virtual memory affect performance

A

The CPU does not have direct
access to the virtual memory. Therefore, any programs or files that are stored in the virtual
memory must be swapped into RAM (and something else swapped out of RAM and into the
virtual memory) for them to be actively used. This process slows the performance of the
device down.

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

How to avoid using virtual memory because it affects peffomance of device

A

upgrade RAM-it would take longer for the RAM to become full

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

Secondary storage

A

A non volatile area where programs and files can be saved and will not be lost once computer is turned off.

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

Three main types of secondary storage

A

-opticcal
magnetic
solid state

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

Optical storage

A

-where a laser is shone at
the surface of the disc, and then processing the reflection from the disc.
Optical Storages are discs, and examples are CDs, DVDs, and Blu-Rays.

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

Magnetic storage

A

Data is stored on Magnetic Storage via magnetised dots. Magnetic
Storage often has moving parts. An example of Magnetic Storage is a
Hard Disc Drive (HDD). Another example is a Floppy Disk; however, these
are no longer used due to their poor durability and
reliability.

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

Solid state storage

A

Data is stored on Solid State Storage via electricity. It is becoming
increasingly popular as its capacity increases, and its cost decreases.
Examples of Solid-State Storages are Memory Sticks, SSDs, and SD
Cards.

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

Capacity speed portablilty and durability of Optical storage

A

Optical – Advantages: Cheap, portable, average durability and reliability
Disadvantages: Small capacity, slow data transfer speed

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

Capacity speed portablilty and durability of magnetic

A

Advantages: Large capacity, fast data transfer speed, relatively cheap per unit
of storage
Disadvantages: Not durable, not portable

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

Capacity speed portablilty and durability of solid state

A

Solid State – Advantages: Durable, reliable, easily portable, fast transfer speed
Disadvantages: Price can vary depending on the media you choose

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

the units

A

BLUE.NARWHALS.BE.KILLING.MY.GREEN.TOMATOES.PERIOD

bit.nibble.byte.kilobyte.megabyte.gigabyte.terabyte,petabyte

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

unit laws

A

There are 4 bits in a nibble, and 8 bits in a byte
* There are 2 nibbles in a byte
* There are 1024 bytes in a kilobyte
* There are 1024 kilobytes in a megabyte
* There are 1024 megabytes in a gigabyte
* There are 1024 gigabytes in a terabyte
* There are 1024 terabytes in a petabyte

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

Why must data be in binary

A

Computers do not understand sound, or pixels, or letters.
All these must be converted into binary so that the instructions can be understood and
execute

21
Q

denary to binary

A

put it in a table and minus until remainder is 0

22
Q

denary to hex

A

-put into binary
-put into 2 nibbles
-convert each to denary
-match with matching letter

23
Q

hex to denary

A

Step 1 – Convert any letters back to numbers.
Step 2 – Multiply the first number by 16, and the second number by 1.
Step 3 – Add your two answers together.

24
Q

binary shift

A

left=x2
right=/2

25
Q

Character set

A

refers to all the characters that are defined and recognised by the computer hardware and software.

26
Q

what does the size of the character set depend on

A

the number of bits being used per character.the more bits per character used,the more characters can be represented,therefore a bigger character set

27
Q

ASCII(american standard code for information interchange)

A

,a total of 127 characters
were covered. This was because the system used a 7-bit encoding system, meaning the
maximum number of characters represented was 127. In extended ASCII, this rose to 255 as
the system used an 8-bit encoding system, increasing the maximum number of characters.

28
Q

UNICODE

A

uses up to 32 bits
per character, meaning there are over 1.1 million characters that are in UNICODEs character
set-meaning more characters can be stored
.

29
Q

whats the problem with a large character set

A

storing these characters means more storage space is
taken up on your device.

30
Q

how to calculate the size of a text file

A

size=bits per character X number of characters

31
Q

whats an image made up of

A

a image is made up of millions of pixels

32
Q

what is a pixel

A

An individual ‘square’ on an image that combines with other pixels to produce an image

33
Q

What is the resolution of an image mean and what is the downside of a high resolute image

A

Resolution refers
to the number of pixels an image has. The more pixels an image has, the better the quality.
However, this of course means a bigger file size which takes up more storage space when
saved.

34
Q

colour depth

A

the number of different colours that can be represented in an image

35
Q

how is colour depth calculated

A

bits per pixel. The higher the number of bits per pixel, the more colours that can be
represented in the image. However, once again, the higher the bits per pixel the greater the
file size.

36
Q

possible colours=

A

2^number of bits per pixel

37
Q

What is metadata

A

e additional data stored with
the image that allows the device to rebuild the image, as well as provides some useful
information to the user

38
Q

examples of data stored in metadata

A

the height of the image (in pixels), the length
of the image (in pixels), the bits per pixel, GPS location

39
Q

image size

A

colour depth x width x height

40
Q

how is a sound transmitted through the air

A

as an analogue wave that mist be converted to a digital waved so it can be stored into the computer as binary.

a process called analogue to digital conversion ADC

41
Q

What actually happens in ADC

A

at intervals, takes a measurement of the frequency of the wave. These measurements are
then joined together to create a digital wave

42
Q

What does more samples mean

A

The more samples we do a second the better the quality
of the sound, but the more information we are storing per second and therefore the file size
increases.

43
Q

bit depth

A

number of bits stored for each sampleThe greater the bit depth, the more accurate the sound will be represented in the
digital wave, and therefore the better the quality of the sound. However, just like the sample
rate, the higher the bit depth the greater the file size.

44
Q

size of a sound file

A

sample rate x duration x bit depth

45
Q

What is compression

A

reducing the size of a file by changing some of its attributes-like file type or dimensions

46
Q

Whys is compression used

A

To allow for additional room on a storage device

47
Q

Lossy compression

A

This is when the size of the file is reduced, however the quality
of the file also reduces.The data discarded cannot be regenerated

48
Q

Lossless compression

A

This is when the size of the file is reduced, however the
quality of the file remains the same.The information discarded can be regenerated.