[Week 3] NPTEL Computer Graphics Assignment Answers 2023

admin
By admin

NPTEL Computer Graphics Assignment Solutions

Computer Graphics

NPTEL Computer Graphics Week 3 Assignment Answers 2023

1. What is the basic idea behind voxels in space partitioning methods?

A) Representing objects using a collection of 2D pixels
B) Representing objects using a collection of 3D cubes with uniform size

Answer :- For Answer Click Here

2. What does BSP stand for in space partitioning methods?

A) Binary Subdivision Procedure
B) Boundary Space Partitioning
C) Binary Space Partitioning
D) Base Structure Placement

Answer :- For Answer Click Here

3. What does CSG stand for, and how does it represent objects in space?

A) Constructive Shape Graphics – It uses polygonal representation for objects.
B) Constructive Solid Geometry – It relies on joining spaces using Boolean operators to represent objects.
C) Composite Scene Generation – It represents objects using point clouds.
D) Comprehensive Space Grids – It divides objects using octrees for representation.

Answer :- For Answer Click Here

4. Which of the following operations is NOT a basic transformation in modeling transformations?

A) Translation (T)
B) Rotation (R)
C) Scaling (S)
D) Shearing (Sh)

Answer :- 

5. What is the mathematical representation of scaling for a point (x, y)?

A) (x+sx, y+sy)
B) (x∗sx, y∗sy)
C) (sx∗x, sy∗y)
D) (x/sx, y/sy)

Answer :- For Answer Click Here

6. Modeling transformations transform objects from local/object coordinates to world coordinate system

A) True
B) False

Answer :- 

7. What is the general approach to apply multiple basic transformations with respect to an arbitrary fixed point?

A) Scale, Translate, Scale back
B) Translate to origin, Perform transformation, Translate back to original position
C) Rotate, Scale, Shear
D) Translate, Rotate, Scale

Answer :- For Answer Click Here

8. In which sequence should multiple geometric transformations be applied to get the correct result?

A) Right-to-left
B) Left-to-right

Answer :- 

9. What is the purpose of the composite matrix in 3D transformations?

A) To perform multiple shearing transformations on an object
B) To combine translation, rotation, and scaling transformations into a single matrix
C) To convert 3D points to 2D points

Answer :- For Answer Click Here

10. In space partitioning, large memory is required to store voxel-grid information

A) True
B) False

Answer :- 
Course NameComputer Graphics
CategoryNPTEL Assignment Answer
Home Click Here
Join Us on TelegramClick Here

NPTEL Computer Graphics Week 4 Assignment Answers 2023

1. What is the process of computing the luminous intensity at a point known as?

A) Illumination
B) Lighting
C) Direct coloring
D) Indirect coloring

Answer :- 

2. In graphics there are typically three types of light sources: Point light source, Directional source and ______ source.

A) Spotlight
B) Ambient
C) Simple
D) Albedo

Answer :- 

4. Reflection from a point can occur either of two ways: Diffuse reflection and _ ___.

A) Direct reflection
B) Specular reflection
C) Indirect reflection
D) Ambient reflection

Answer :- 

4. _______ models work at the pixel-level, after the scene is mapped to the screen.

A) Lighting
B) Shading

Answer :- 

5. In the simple lighting model, we assume presence of a single ambient light source fully illuminating all the surfaces.

A) True
B). False

Answer :- 

6. Color of a surface point depends on the properties of the light source as well as the surface containing the point.

A) True
B). False

Answer :- 

7. In lighting model, to avoid indistinguishable overlapping of surfaces with different distances we use

A) Intensity Attenuation
B) Color Attenuation
C) Intensity Reflection
D) Color Reflection

Answer :- 

8. Incident light tends to reflect in all directions from a rough or grainy surface. This is called

A) Specular reflection
B) Diffuse reflection

Answer :- 

9. Gouraud shading limitations can be overcome with a more accurate shading model, known as the ______.

A) Phong shading
B) Flat shading
C) Iterative shading

Answer :- 

10. ______ attenuation factor accounts for the effect of diminishing light intensity over distance.

A) Angular
B) Radial

Answer :- 
Course NameComputer Graphics
CategoryNPTEL Assignment Answer
Home Click Here
Join Us on TelegramClick Here

Share This Article
Leave a comment