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?


What are the different development methodologies and what are their advantages and disadvantages?


Write pseudocode for the linear search algorithm, and then explain it’s complexity using big-O notation


Image a graph. In which instances is it more appropriate to use an adjacency list instead of an adjacency matrix?