revised paper 1 flashcards from topic questions
state what is meant by metadata
Data about the data
state the maximum number of different colours that can be represented in 4 bits
(2^4 - FOR SOME REASON THATS THE FORMULA EVERYTIME) 16
The colour depth is increased to 2 bytes
state two effects that this change can have on the image
1) the quality of the image can be improved
2) file size will increase
identify the most suitable type of compression for the text document. Justify your choice
1) lossless
2) lossless will not remove any data
3) text files require all data to be used
identify the most suitable type of compression for the image file. Justify your choice
1) lossy
2) will reduce the file size more significantly
3) image will only lose quality
explain why a computer needs both primary and secondary storage
1) primary - to store active data that the processor needs to access
2) secondary - to store data long term
describe how an analogue sound wave is converted into digital form
1) sound wave is sampled
2) amplitude is measured
3) converted to binary
4) stored in a computer as binary
identify a secondary character set
unicode
identify one appropriate type of secondary storage for the smart television. Justify your choice
Magnetic:
1) large storage capacity
2) for storing software
3) television unlikely to be moved
4) therefore portability not required
define what is meant by an embedded system
a computer system that is built into another device
identify three devices, other than a satnav which contains embedded systems
1) dishwasher
2) washing machine
3) mobile phone
explain the effect of performing a 2-place shift to the right on the binary number 11001011
1) divided by 4
2) loses precision
describe what the internal secondary storage device will store
1) software
2) including OS
3) files
give three beneifts of the tablet having a solid state device instead of a magnetic device
1) more durable
2) smaller in physical size
3) faster access
give two drawbacks of the tablet having a solid state device instead of a magnetic device
1) very expensive
2) smaller capacity
describe how the file size of the sound recording could be reduced
1) reduce the sample rate
2) so fewer samples are taken per seconds
3) use lossy compression
4) to remove data that won’t be noticed
give two reaosns why computer scientists use hexidecimal to represent numbers instead of binary
1) easier to enter
2) they are smaller
state what is meant by the term image resolution
numbers of pixels in an image
give two ways that the file size of the image could be reduced
1) use less colours
2) use less pixels
give one example of a solid state device
SSD
explain how bitmap images are represented in binary
1) image made of pixels
2) each pixel given a binary code
3) which represents the colour of that pixel
4) each colour given a unique binary code
explain how virtual memory can compensate for the lack of ram in alicia’s computer
1) when ram is full, data is sent to VM which holds data
2) data is sent back to ram when it needs to be used therefore transmitting the most frequently used data back to the ram
3) part of the secondary storage used a temporary ram
4) data from ram is moved to the vm to make space in ram
explain why it would be beneficial for alicia to get more ram instead of relying on virtual memory
1) RAM is faster at processing data which makes the cpu more efficient
2) more rm will improve performance of the computer
3) Vm is slower to aaccess than RAM direct
explain how reducing the number of colours in an image can reduce its file size
1) fewer bits are needed per colour
2) which means fewer bits per pixel
describe how the cpu and ram work together to enable the tablet computer to operate
1) instructions are stored in the ram
2) these are fetched from the ram in the cpu
3) where the instructions are executed
describe what is meant by an overflow error
1) there is an extra carry
2) as the number cannot fit into 8 bits