Question 6750 – Computer-Graphics
February 16, 2024
Computer-Graphics
February 16, 2024
Question 6750 – Computer-Graphics
February 16, 2024
Computer-Graphics
February 16, 2024

Question 784 – Computer-Graphics

A frame buffer array is addressed in row major order for a monitor with pixel locations starting from (0,0) and ending with (100,100). What is address of the pixel(6,10)? Assume one bit storage per pixel and starting pixel location is at 0.

Correct Answer: A

Question 19 Explanation: 
Given data,
Pixel location starts from =(0,0)
Pixel location ends from =(100,100)
Address of the pixel= ?
Hint: Frame buffer array is addressed in row major order
.
Step-1: Row major order is= 0+1((6-0)+101(10-0))
= 0+6+1010
= 1016
A
1016
B
1006
C
610
D
616

Leave a Reply

Your email address will not be published. Required fields are marked *