0% found this document useful (0 votes)
88 views1 page

Not Use Graph)

This document discusses various topics related to computer graphics and display technologies such as: 1) The standard resolution of computer screens, the basic element that makes up the screen known as a pixel, and the chemical element used in CRT screens. 2) Graphics programming concepts like transformations, translation, raster and random scan displays, and algorithms for drawing lines and circles like DDA and Bresenham. 3) It provides questions about graphics header files, screen rotation, and applications of computer graphics and asks the reader to write programs implementing DDA and Bresenham line and circle drawing algorithms.

Uploaded by

Arshad Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views1 page

Not Use Graph)

This document discusses various topics related to computer graphics and display technologies such as: 1) The standard resolution of computer screens, the basic element that makes up the screen known as a pixel, and the chemical element used in CRT screens. 2) Graphics programming concepts like transformations, translation, raster and random scan displays, and algorithms for drawing lines and circles like DDA and Bresenham. 3) It provides questions about graphics header files, screen rotation, and applications of computer graphics and asks the reader to write programs implementing DDA and Bresenham line and circle drawing algorithms.

Uploaded by

Arshad Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The standard resolution of computer screen is ____________X_____________.

CRT stands for ___________________________________________________.


The smallest element of computer screen is ___________________________.
The default direction of rotation is ___________________________________.
To run a graphical program _____________________header file is compulsory.
State the matrix form of 2D-Rotation transformation.
What is pixel?
Why we use initgraph() in graphics programs?
Which chemical element is use in CRT screen?
What is Translation?
Explain the applications of Computer graphics.
What is Transformation? State its types.
State difference between Random & Raster Scan display.
Explain the applications of Computer graphics.
State difference between Random & Raster Scan display.
State DDA line drawing algorithm.
Write a Program in C++ for DDA line drawing algorithm.
State Bresenhms line drawing algorithm.
Write a Program in C++ for Bresenhms line drawing algorithm.
State Bresenhms circle drawing algorithm
With the help of line() & circle() write a program to draw below object.(Do
not use graph)

You might also like