Mod 1 Flashcards

1
Q

What is CG

A

Computer graphics is an art of drawing pictures, lines, charts, etc. using computers with the help of programming

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

What is a pixel

A

Pixel is the smallest addressable graphical unit represented on the computer screen.

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

Applications of CG

A
  • graphs and charts
  • computer aided design
  • virtual reality environments
  • data visualization
  • education and training
  • computer art
  • entertainment
  • image processing
  • graphical user interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Display management with GLUT

A
  • glutInit
  • glutCreateWindow
  • glutDisplayFunc
  • glutMainLoop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DDA algo

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

bresenhams algo

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

circle drawing algo

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

purpose of GLU

A

provides routines for setting up viewing and projecting matrices

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

purpose of GLUT

A

it provides function for interacting with any screen window system

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

point attributes

A
  • glColor3f()

- glPointSize()

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

line attributes

A

glLineWidth()

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

DDA algo formula

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

Bresenhams algo formula

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