Define resolution in regards to images and how it differs from colour depth

Resolution is the number of pixels in a given unit area (dots per inch). A higher resolution increases the quality of an image. Colour depth is the amount of memory stored by each pixel (number of bits per pixel). The higher the number of bits per pixel, a wider variety of colours are available.

FW

Related Computing A Level answers

All answers ▸

What is the main difference between the Stack and the Queue abstract data types?


Given an ordered array of integers "V" and a integer "Sum", write a function that would return "true" if it finds two numbers in V that add up to Sum, and "false" otherwise.


What is method "Overloading" in object-oriented programming (OOP) ?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)