1.2 Flashcards
(39 cards)
State characteristics of secondary storage devices that Nina should consider when choosing a device
Capacity
Speed
Portability
Durability
Reliability
Cost
What is meant by the capacity of a storage device
Refers to how much data needs to be stored
What is meant by the speed of a storage device
Speed: refers to how quickly can data be read and transferred?
What is meant by the portability of a storage device
Portability: refers to if data needs to be transported, are size, shape and weight important?
What is meant by the durability of the storage device
Refers to how robust the media is
Will it be damaged by shocks, and extreme conditions?
What is meant by the reliability of the storage decice
does it need to be used over and over again without failing?
What is meant by the cost of the storage device
how expensive is the media per byte of storage?
why data needs to be converted into binary to be processed by a computer
With just two states, electronic components are:
Easier to manufacture
Therefore cheaper
More reliable
Examples of using two states to store data:
ram
hard disk
optical disk
flash memory
effect of binary left shift
multiply binary number by 2
effect of binary right shift
divide binary number by 2
remember to circle overflows in the exam and label it - overflow
a character set is
A defined list of characters recognised by the computer hardware and software. With each character being represented by a single number
examples of character set
Ascii - 7 bit character set
Extended ascii - 8 bit character set
Unicode
How are images represented
Each pixel has a specific colour, represented by a specific code
Bitmap pictures are constructed from coloured squares called pixels
an image is represented as a series of pixels, represented in
binary
Each pixel of a bitmap is stored in binary
How many colours can 1 bit store
How many colours can 2 bit score
The number of bits required for each pixel depends on the number of colours required
1 bit has 2 possible values: 0 and 1. Therefore 1 bit can store 2 colours: black or white
2 bits have 4 possible values: 00, 01, 10 and 11. Therefore 2 bits can store 4 colours.
How can the number of colours be calculated
The number of colours can be calculated as 2n. Where ānā is the number of bits for each pixel
What is colour depth
The number of bits for each pixel is known as the colour depth
What is metadata
Metadata is additional data stored with the image to define the width, height, colour depth and colour palette.
How to make image quality better
The greater the colour depth and resolution, the larger the file size of the image (and quality of the image)
What is resolution
Resolution is the number of pixels in a bitmap image
Photographs are stored in 24 bit colour depth
Calculate no. of colours
. Each pixel is stored in 24 bits. This is 2^24 = over 16 million colours
The number of different colours the human eye can see.
What affects the quality of a digitally converted sound wave and the file size?
Sample rate (speed)
Bit Depth (detail)
what is sample rate
Sample rate:
The number of samples stored per second
the sample rate is the number of times per second the amplitude of the sound wave is measured - measured in khZ
e.g. cd quality is 44.1khz (44,100 samples per second)