in Computer Graphics edited by
8,385 views
1 vote
1 vote

A graphic display system has a frame buffer that is 640 pixels high , 480 pixels high and  1 bit of color depth. If the access time for each pixel on the average is 200 nanoseconds, then the refresh rate of this frame buffer is approximately:

  1. 16 frames per second
  2. 19 frames per second
  3. 21 frames per second
  4. 23 frames per second
in Computer Graphics edited by
8.4k views

3 Answers

1 vote
1 vote
Frame buffer size $= 640 * 480 = 307200$ pixels

Access time = $200$ nanoseconds$/$pixel $= 200*10^{-9}\space$ sec$/$pixel

No.of pixels accessed in $1\space sec$ $= \frac{1}{200 * 10^{-9}\space sec /pixel} = 5$ x$10^6$
  
Refresh rate $= \frac{access\space rate}{frame\space size}$ $= \frac{5 *10^6\space pixels/sec}{307200\space pixels}$
     $= 16.27 $ per sec.
 

So, the answer is $(1)$.
1 vote
1 vote
Width = 640 px

height = 480 px

color depth = 1 bit / px

Total screen pixel  = 640 X 480 = 307200

memory required for total pixel = w X h X color depth = 640 X 480 X 1 = 307200

Answer is option A

1 pixel takes 200 nanoseconds

whole screen will take = 307200 X 200 = 61440000 nanoseconds

In 1 nanosecond  1/61440000 screen

In 1 second (1 X 1000000000)/61440000 screen. ( 1 s = 1000000000 ns)

= 16.27604166

So, it comes closer to option A.
0 votes
0 votes

Here 640 pixel wide is width of screen means horizontal line on screen and 480 pixels height is means vertical line on screen.


Now                                 width (w) = 640 px             and                   height (h) = 480 px


                                        Total = 640 x 480 = 307200

                                        Color depth = 1-bit/px
                                        Memory required for total pixel = w x h x Color Depth
                                        Memory required for total pixel = 640 x 480 x 1-bit = 307200

                                       1 pixel takes 200 nano second to refresh
                                       To refresh the whole screen = 640 x 480 x 200 ns = 61440000 nano second
                                     
                                       For 1 nano second =   ____1____  screen
                                                                            61440000 
                                                                                                                                                        9
                                      Now Convert nano seconds to second we multiply above value with 10
                                                                                                     9
                                      For 1 nano second =   ____1____  x 10  = 16.2760 = 16 (Approximately)
                                                                            61440000

                                      The above solved values is closed to Option (1).


answer taken from http://www.studyviral.in/2018/07/ugc-net-july-2018-computer-science-and_79.html

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true