edited by
4,847 views

7 Answers

10 votes
10 votes

A is definitely  not true  Z-buffer is not depth sort it is depth buffer . Painters algorithm is called depth sort or priority algorithm

B is true in Z-buffer algo total number of objects can be arbitrary large . it is only limited by computer memory

C is not true objects are not compared only depth value is comapred

D is not true z-buffer is initialize to zero the depth of back clipping plane 

screen(frame buffer is initialized to background color)

hence ans is B refe

https://books.google.co.in/books?id=-4ngT05gmAQC&pg=PA671&lpg=PA671&dq=comparisons+of+objects+is+done+in+z-buffer+algorithm&source=bl&ots=QXMndZkxra&sig=HcfsOws81klvkm2oBVbv7hMXzrg&hl=en&sa=X&ved=0ahUKEwiDk7Kdh4bRAhUGSY8KHf-gAjUQ6AEIRTAH#v=onepage&q=comparisons%20of%20objects%20is%20done%20in%20z-buffer%20algorithm&f=false

4 votes
4 votes

Answer is D).

z buffer is a depth buffer algorithm in which it is initialized to background colour at the start .

It is used for hidden surface elimination.

Answer:

Related questions

4 votes
4 votes
4 answers
1
go_editor asked Jun 23, 2016
3,688 views
Which of the following UNIX command allows scheduling a program to be executed at the specifies time?cronnicedate and timeschedule
3 votes
3 votes
2 answers
2
go_editor asked Jun 24, 2016
3,727 views
Logic family popular for low power dissipationCMOSECLTTLDTL
7 votes
7 votes
2 answers
3
go_editor asked Jun 23, 2016
4,967 views
In HTML, which of the following can be considered a container?<SELECT><Value><INPUT><BODY>
7 votes
7 votes
2 answers
4
go_editor asked Jun 23, 2016
3,831 views
Find the output of the following Java code line System.out.printIn(math.floor(-7.4))-7-8-7.4-7.0