1801. The requirements that result from requirements analysis are typically expressed from one of three perspectives or views.WhaT is that perspective or view ?

A. Developer
B. User
C. Non-Functional
D. Physical
βœ… The correct answer is option D.
Explanation: The perspectives or views have been described as the Operational, Functional, and Physical views.All three are necessary and must be coordinated to fully understand the customers’ needs and objectives.

1802. Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ?

A. True
B. False
Explanation: In XP Some tests can be very difficult to write incrementally.For example, in a complex user interface, it is often difficult to write unit tests for the code that implements the β€˜display logic’ and workflow between screens.
βœ… The correct answer is option A.

1803. Arithmatic operations _____________________________?

A. involve matching one data item to another to determine if the first item is greater than, equal to or less than the other item
B. sort data items according to standard, predefined criteria in ascending order or decending order
C. use conditions with operators such as AND, OR and NOT
D. include addition, substraction, multiplication and division
βœ… The correct answer is option D.

1804. Systems that involve interaction with a shared database can be considered as ?

A. software-based
B. transaction-based
C. server-based
D. client-based
βœ… The correct answer is option B.
Answer: b

Explanation: Such systems with a shared database are also referred to as transaction based information systems.

1805. Which of the following is one of the steps in the integration testing of OO software ?

A. cluster testing
B. thread-based testing
C. use-based testing
D. none of the mentioned
βœ… The correct answer is option A.
Explanation: Here, a cluster of collaborating classes is exercised by designing test cases that attempt to uncover errors in the collaborations.

1806. A component model defines standards for_________________?

A. properties
B. methods
C. mechanisms
D. all of the mentioned
βœ… The correct answer is option D.
Explanation: A component model defines standards for properties individual components must satisfy and methods and mechanisms for composing components

1810. Quality also can be looked at in terms of user satisfaction which includes_____________________?

A. A compliant product
B. Good quality output
C. Delivery within budget and schedule
D. All of the mentioned
βœ… The correct answer is option D.
Explanation: This focuses on how well the implementation follows the design and how well the resulting system meets its requirements .