Which of the following need to be assessed during unit testing? A) algorithmic performance B) code stabilityC) error handlingD) execution paths

What will be an ideal response?


C, D 

Computer Science & Information Technology

You might also like to view...

How many and what kind of variables (primitive or object) are created in the code below?

> double cost = 19.20; // cost is a primitive variable > double percentOff = 0.4; // percentOff is a primitive variable > double salePrice = cost * (1.0 - percentOff); // salePrice is a primitive variable

Computer Science & Information Technology

Which of the following would NOT be included in the citation for a book?

A) The title of the book B) The author's name C) The street address of the publisher D) The year of publication

Computer Science & Information Technology

Which Cisco IOS extended ACL port number keyword would be used to match a specific port number range?

A) limit B) list C) group D) range

Computer Science & Information Technology

What is the best way to handle SLAs if a secondary emergency occurs during an emergency situation?

A) Try to renegotiate the SLA when the second disaster is declared. B) The SLAs are made null and void. C) It is unavoidable that the SLAs will be violated. D) SLAs should be written such that this secondary situation causes the clock to be reset.

Computer Science & Information Technology