CG Interview Graphics Question Flashcards

1
Q

What is computer graphics ?

A

CG Involves display, manipulation, storage of images and experimental information for proper visualization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are properties of video display device ?

A

Persistence, resolution and aspect ratio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Write the essential applications of computer-graphics ?

A
  1. 3d modeling
  2. CAD software
  3. entertainment such as animated movies and video games
  4. Data visualization through graphs in statistics
  5. To communicate information effectively.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Difference between vector and rastor scan ?

A
  1. randomly traverses || sequentially traverses
  2. expensive || less expensive
  3. easy to modify || hard to modify
  4. hard to fill sollid || easy to fill solid
  5. refresh rate depends on resolution || doesn’t
  6. Incorporates beam penetration|| shadow mask
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is aspect ratio

A

ratio of length to width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

advantage and disadvantage of dda

A

advantage :
1. It is easy to understand and straight forward algorithm
2. easy to implement

disadvantages :

  1. dda is time consuming (specially for sign() function)
  2. accuracy is poor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are advantages and disadvantages of bresenhams line algorithm

A

advantages :

  1. efficiency
  2. predictable and reliable
  3. suitable for hardware implementation

disadvantage :

  1. Limited to straight line
  2. Aliasing suffering
  3. Limited to 2d
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is translation ?

A

translation is used to an object by repositioning it along a straight line path from one co-ordinate point to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is reflection ?

A

transformation produces mirror image
it is created relative to an axis of reflection by rotation objects 180 degrees about reflection axis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is shearing

A

the transformation which distorts shape of object such that had been caused to slide over each other is known as shearing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is viewing transformation

A

The mapping of component of a world-coordinate scene to device coordinates is called a viewing transformation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

define clipping and clip window ?

A

any method that identifies those portions of a display that are either inside or outside of a particular region of space is referred to as clipping algorithm.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is meant by adressability ?

A

It is number of particular dots per inch (d.p.i) that can be developed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is scan-code ?

A

when the key is pressed on the keyboard, the keyboard auditor places a code import to the key pressed into a part of memory called a keyboard buffer. This code is known as scan-code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

3D viewing devices ?

A
  1. Stereoscopic Systems
  2. Virtual Reality Systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is projection ?

A

The process of displaying 3D into a 2D display unit is called a projection.

17
Q

what is rasterization

A

the phase of determining the appropriate pixels for representing images or graphics object is called rasterization.

18
Q
A