

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 2
This page cannot be seen from the preview
Don't miss anything!


- 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.
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
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
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
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
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 Types of compression; Lossy Lossless 1.2.5 COMPRESSION Binary arithmetic Use binary shift to: