in Computer Graphics recategorized by
4,818 views
2 votes
2 votes

The Z-buffer algorithm is used for Hidden surface removal of objects. The maximum number of objects that can be handled by this algorithm shall

  1. depend on the application
  2. be arbitrary no. of objects
  3. depend on the memory availability
  4. depend on the processor
in Computer Graphics recategorized by
4.8k views

2 Answers

4 votes
4 votes

Ans is B 

In Z-buffer algorithm an arbitrary number of objects can be handled because each object is processed one at a time 

refer schaum series or https://issuu.com/imsf/docs/mcs-053/220

0 votes
0 votes

Depth Buffer (Z-Buffer) Method

  1. An X x Y matrix is used to store all depth values of screen pixels.
  2. Take one object. Store its z coordinate value to corresponding [pixel.
  3. If another object also comes in same screen pixel, the pixel closer to observer will be saved. (z-culling)

Lets go through the options

  1. depend on the application : Z buffer algorithm will be same for any application. Not the answer
  2. be arbitrary no. of objects: as the number of objects heavily increases it will affect the performance. hence the answer
  3. depend on the memory availability: Only one matrix is needed to handle any number of objects. Wrong option
  4. depend on the processor: Not related with Z buffer algorithm, Wrong option

Answer is B

by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true