Components of Computer Graphics
Interactive Computer Graphics consist of three components such as:-
i) Digital Memory Buffer(Frame Buffer)
ii) T.V Monitor
iii) Video (Display) Controller.
i) Digital Memory Buffer:- This is the place where images or pictures are stored as an array (matrix of 0 and 1, 0 represent darkness &1 represents images or pictures).
- Frame Buffer is the video RAM that is used to hold or map the images displayed on the screen.
ii) T.V Monitor:-Monitor helps us to view the display and they make the use of CRT (Cathode Ray
Tube)
iii) Display Controller:- It is an interface between the digital memory buffer and TV monitor. The main function of display controller is to pass the elements of framework to the monitor.
- The display controller reads each successive bites of data from the frame buffer and converts 0's and 1's into corresponding video signal.
Comments
Post a Comment