0% found this document useful (0 votes)
168 views

Computer Graphics Assignment 1

This document contains questions about computer graphics concepts including defining computer graphics and its applications, describing different types of display devices and their characteristics, defining common graphics operations like line drawing, scaling, rotation, translation, reflection, shearing, windowing, clipping, and projection. It also includes a question asking to find the perspective view of a 3D cube on the xy-plane when viewed from a given point.

Uploaded by

Kidus Seleshi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views

Computer Graphics Assignment 1

This document contains questions about computer graphics concepts including defining computer graphics and its applications, describing different types of display devices and their characteristics, defining common graphics operations like line drawing, scaling, rotation, translation, reflection, shearing, windowing, clipping, and projection. It also includes a question asking to find the perspective view of a 3D cube on the xy-plane when viewed from a given point.

Uploaded by

Kidus Seleshi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment One

1. Define computer graphics, application area of graphics and use of computer graphics!
2. List and define graphics display devices.
3. What are the characteristics of display devices?
4. Define line drawing? List and define most common types of line drawing.
5. List and define common character attributes.
6. Briefly describe Scaling, Rotation, Translation, Reflection and Shearing!
7. Define windowing, Clipping and type of clipping briefly.
8. What is the difference between World window and view port?
9. What is Polygon clipping?
10. What is projection? List and Define type of projection?
11. A cube has its vertices located at A (0,0,10), B (10,0,10), C (10,10,10), D (0,10,10), E(0,0,0),
F(10,0,0), G(10,10,0) & H(0,10,0).

 The y-axis is vertical, and z-axis is oriented towards the viewer. If the cube is being viewed
from the point (0,20,80), find out the perspective view of the cube on the xy-plane.

You might also like