How long does it take to load a 640-by-480 frame buffer with 12 bits per pixel, if 105 bits can be transferred per second?
4 years ago
Computer Graphics
Let X the time that will be taken to load a 640-by-480 frame buffer with 12 bits per pixel.
Number of bits = 640 * 480 * 12 = 3686400 bits
1 sec X 105 bits
X sec(s) X 3686400 bits
Then X = 3686400/105 = 36.864 second
Bijay Satyal
Oct 22, 2021