Question
1. The design constraints imposed in the sorting system are: [1] programming language and algorithms. [2] security and other systems interaction. [3] platform and schedule.
1. The design constraints imposed in the sorting system are:
[1] programming language and algorithms.
[2] security and other systems interaction.
[3] platform and schedule.
[4] usability and performance.
2. Which of the following are design constraints?
[1] Performance and modifiability
[2] User interface and platforms
[3] Input format and sorting algorithm
[4] All of these are correct.
3. Testing done by the client, or somebody on their behalf, to make sure the program runs as specified is considered:
[1] black-box testing.
[2] white-box testing.
[3] acceptance testing.
[4] unit testing.
4. Effort estimation will enable the developer to create:
[1] cost estimation.
[2] a schedule.
[3] requirements.
[4] All of these are correct.
[5] cost estimation and a schedule.
5. One of the pointers on implementation is to test functions to make sure they work. What type of testing is this?
[1] Black box
[2] White box
[3] Verification
[4] All of these are correct.
6. A typical kind of nonfunctional requirement is:
[1] performance.
[2] real-time processing.
[3] modifiable.
[4] All of these are correct.
7. Extreme programming practices writing test cases at what point while writing the code?
[1] Before
[2] During
[3] After
[4] All of these are correct.
8. Performance will usually be the most important influence in the choice of:
A) libraries.
B) language.
C) algorithms.
D) All of these are correct.
E) libraries and language.
9. Extreme Programming practices writing test cases at which point?
A) Before writing the code
B) While writing the code
C) After writing the code
D) All of these are correct.
E) Before writing the code and while writing the code
True/False
1. An example of a design constraint imposed by the client may be the programming language for implementation.
2. It does not make any performance difference to sort 100 numbers versus sorting close to a million numbers.
3. An example of a functional requirement is: Your client wants the newest platform.
4. The final deadline for delivering the project always comes from the programmers because they know how long it will take to finish.
5. When a method fails, the code that was defective can be outside of the methods code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started