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 ▸

Given a graph with n nodes and m edges, every edge has a passing cost that can be negative, find the minimum distance between node 1 and every other node


A computer stores floating point numbers of size 1 byte, with 3 bits for the mantissa and 5 bits for the exponent. State what the effects would be on the stored numbers if instead 5 bits were used for the mantissa and 3 bits were used for the exponent.


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


What is 55 using 8-bit unsigned binary?