Memory & Storage: Primary & Secondary, RAM, ROM, Virtual Memory, Data Representation, Exams of Human Memory

An overview of primary and secondary storage, including the functions of ram and rom, virtual memory, and the differences between optical, magnetic, and solid state storage. It also covers data representation in binary and hexadecimal formats, as well as the importance of compression for reducing file sizes.

Typology: Exams

2021/2022

Uploaded on 09/07/2022

zaafir_ij
zaafir_ij 🇦🇪

4.4

(61)

884 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
-PRIMARY STORAGE is used to store programs
and data currently used by the computer. When a
user needs to run a program, it is loaded from disk to
primary storage.
-Another term for primary storage is RAM or
Random Access Memory. It is given this name
because data can be stored anywhere within the
available memory.
-RAM is volatile (i.e. any data stored in RAM is lost
when the device is powered off)
-ROM or Read Only Memory is non-volatile (i.e.
any data stored in RAM is not lost when the device is
powered off) it is stored permanently.
-ROM can be used to store the BIOS (i.e. the
program that boots up and loads the Operating
System when the computer turned on)
-VIRTUAL MEMORY is used when the computer
is short of RAM. This involves the hard disk
being used as memory instead of RAM.
-This is not ideal as the speed of a hard disk is
MUCH slower then RAM.
GCSE COMPUTING
KNOWLEDGE ORGANISER 1.2 MEMORY AND STORAGE
The need for primary storage
The difference between RAM and ROM
The purpose of RAM in a computer system
The purpose of ROM in a computer system
Virtual memory
The need for secondary storage
Common types of storage:
Optical
Magnetic
Solid state
1.2.1 PRIMARY STORAGE (MEMORY)
1.2.2 SECONDARY STORAGE)
1.2.3 UNITS
-Optical Storage includes CD, DVD and Blu-ray.
Data is written to optical storage media using a laser.
- The capacity of this type of media ranges from 640
megabytes (CD) to 50 gigabytes (Blu-ray)
- Since it involves the use of moving parts,
access/data transfer speeds are slower than for
other types of media.
-Magnetic Storage media include hard drives and
tape and can have a huge capacity (100’s of
terabytes)
- Magnetic storage media devices involve the use of
moving parts.
- This means that they have comparatively slow data
read and write speeds and can be prone to damage.
-Solid state media is also known as electrical or
flash storage.
- Solid state has the fastest transfer speed out of all
the three types of media, since it features no
moving parts
- This also makes it more robust than other forms of
storage and in addition they consume less power
- However this form of storage offers lower capacity
than other forms of media and is still comparatively
expensive.
Examples CD, DVD, Blu-ray Examples hard drive, magnetic tape, external hard drive
Examples Solid State Drive, flash drive, SD Card
Criteria for
choosing
secondary
storage
REVISION NOTE
When recommending
a method of
secondary storage,
always consider the
context in which the
data will be used
The units of data storage:
Bit
Nibble (4 bits)
Byte (8 bits)
Kilobyte (1,000 bytes or 1KB)
Megabyte (1,000 KB)
Gigabyte (1,000 MB)
Terabyte (1,000 GB)
Petabyte (1,000 TB)
How data needs to be converted into a binary format
to be processed by a computer
Data capacity and calculation of data capacity
requirements
Computers are electrical devices;
their components are made up of
millions of circuits. Each circuit
contains switches which can be
Either ‘on’ or ‘off’. These can be
represented by the values 1 and
0. This is called binary. 10
ALL data is stored and processed in binary form this
includes text, images, sound and video.
SPEED/COST
This shows speed vs capacity of
primary/secondary storage
CAPACITY
pf2

Partial preview of the text

Download Memory & Storage: Primary & Secondary, RAM, ROM, Virtual Memory, Data Representation and more Exams Human Memory in PDF only on Docsity!

- PRIMARY STORAGE is used to store programs and data currently used by the computer. When a user needs to run a program, it is loaded from disk to primary storage.

  • Another term for primary storage is RAM or Random Access Memory. It is given this name because data can be stored anywhere within the available memory.
  • RAM is volatile (i.e. any data stored in RAM is lost when the device is powered off)
  • ROM or Read Only Memory is non-volatile (i.e. any data stored in RAM is not lost when the device is powered off) – it is stored permanently.
  • ROM can be used to store the BIOS (i.e. the program that boots up and loads the Operating System when the computer turned on)
  • VIRTUAL MEMORY is used when the computer is short of RAM. This involves the hard disk being used as memory instead of RAM.
  • This is not ideal as the speed of a hard disk is MUCH slower then RAM.

GCSE COMPUTING

KNOWLEDGE ORGANISER 1.2 MEMORY AND STORAGE

The need for primary storage

The difference between RAM and ROM

The purpose of RAM in a computer system

The purpose of ROM in a computer system

Virtual memory

The need for secondary storage

Common types of storage:

 Optical

 Magnetic

 Solid state

1.2.1 PRIMARY STORAGE (MEMORY)

1.2.2 SECONDARY STORAGE)

1.2.3 UNITS

  • Optical Storage includes CD, DVD and Blu-ray. Data is written to optical storage media using a laser.
  • The capacity of this type of media ranges from 640 megabytes (CD) to 50 gigabytes (Blu-ray)
  • Since it involves the use of moving parts, access/data transfer speeds are slower than for other types of media. - Magnetic Storage media include hard drives and tape and can have a huge capacity (100’s of terabytes) - Magnetic storage media devices involve the use of moving parts. - This means that they have comparatively slow data read and write speeds and can be prone to damage.
  • Solid state media is also known as electrical or flash storage.
  • Solid state has the fastest transfer speed out of all the three types of media, since it features no moving parts
  • This also makes it more robust than other forms of storage and in addition they consume less power
  • However this form of storage offers lower capacity than other forms of media and is still comparatively expensive. Examples – CD, DVD, Blu-ray Examples^ ^ hard drive, magnetic tape, external hard drive Examples – Solid State Drive, flash drive, SD Card

Criteria for

choosing

secondary

storage

REVISION NOTE

When recommending a method of secondary storage, always consider the context in which the data will be used The units of data storage:  Bit  Nibble (4 bits)  Byte (8 bits)  Kilobyte (1,000 bytes or 1KB)  Megabyte (1,000 KB)  Gigabyte (1,000 MB)  Terabyte (1,000 GB)  Petabyte (1,000 TB) How data needs to be converted into a binary format to be processed by a computer Data capacity and calculation of data capacity requirements Computers are electrical devices; their components are made up of millions of circuits. Each circuit contains switches which can be Either ‘on’ or ‘off’. These can be represented by the values 1 and

  1. This is called binary. 1 0 ALL data is stored and processed in binary form – this includes text, images, sound and video. SPEED/COST This shows speed vs capacity of primary/secondary storage CAPACITY

Numbers

 How to convert positive denary whole numbers to binary numbers (up to and including 8 bits) and vice - versa  How to add two binary integers together (up to and including 8 buts) and explain overflow errors which may occur  How to convert positive denary whole numbers into 2- digit hexadecimal numbers and vice versa  How to convert binary integers to their hexadecimal equivalents and vice versa  Binary shifts 1.2.4 DATA STORAGE

Characters

 The use of binary codes to represent characters  The term ‘character set’  The relationship between the number of bits per character in a character set, and the number of characters which can be represented , e.g.:  ASCII  Unicode

Images

 How an image is represented as a series of pixels, is represented in binary  Metadata  The effect of colour depth and resolution on:  The quality of the image  The size of a sound file

Sound

 How sound can be sampled and stored in binary form  The effect of sample rate, duration and bit depth on;  The playback quality  The size of a sound file

The need for compression

 The need for compression  Types of compression;  Lossy  Lossless 1.2.5 COMPRESSION Binary arithmetic Use binary shift to:

  • Multiply 00110111 x 2= 0110111 0 [ left shift ]
  • Divide 00110111/2= 0 0011011 [ right shift ] Hexadecimal has many uses in computing :
  • assembly language ,
  • to store a MAC Address
  • representing colour codes Hexadecimal numbers can be represented in fewer digits then in binary making them easier for humans to remember and more economical in terms of storage Every character (letters, numbers, symbols) sent to the computer or typed in, is stored as 7-bit binary code_. For example, if the user types in the message below_ , H is represented by the number ‘072’. This character set is called ASCII UNICODE uses 16 bits to allow an even wider range of characters to be stored, including one used for foreign languages: - Bitmap images are made up of individual pixels. The more pixels stored in an image, the higher the detail ( resolution ) will be.
  • Each pixel will be represented in binary as a 1 (on) or a 0 (off). These binary digits are combined into binary numbers that can be stored by a computer.
  • Colour images need additional binary code to store the colour. The more bits available to store the colour, the wider the possible colour range. This binary value is called colour depth. 1 METADATA = ‘data about data’ i.e. additional information stored when an image files is saved Colour Depth^ Resolution Type of file Time & date of creation File size Sound waves are ANALOGUE and must be converted in to DIGITAL (0’s and 1’s) in order to be stored/ processed by computer. This is called SAMPLING.
  • The height of a sound wave is its AMPLITUDE.
  • The SAMPLE RATE is the number of samples captured per second.
  • SAMPLE RESOLUTION is the number of bits used to capture the sound (^) COMPRESSION can be applied to any file type and is used to reduce the size of a file. This is useful when files need to be uploaded/downloaded to/from the internet or sent via email. LOSSY LOSSLESS File size is reduced at the expense of quality File size is reduced with no loss of quality