1. The design constraints imposed in the sorting system are: [1] programming lan
ID: 3883237 • Letter: 1
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.
[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 method’s code.
Explanation / Answer
1. The design constraints imposed in the sorting system are:
option-1 (programming language & algorithms)
2. Which of the following are design constraints?
option [4] All of these are correct.
Performance and modifiability
User interface and platforms
Input format and sorting algorithm
3. Testing done by the client, or somebody on their behalf, to make sure the program runs as specified is considered:
option - 3 ( acceptance testing ) after which the program is taken to release/production environment
4. Effort estimation will enable the developer to create:
option-4 (all are correct)- only each team member effort to complete a task or part of it is countable to make schedule and take commitment on the work.
5. One of the pointers on implementation is to test functions to make sure they work. What type of testing is this?
option-2 (white box testing) where as black box where the tester doesn't have the fucntional requirements.
6. A typical kind of nonfunctional requirement is:
option-4 (all of these are correct) - because it is dependent on the hardware capacity/amount of optimization done in code in terms of time and space complexity.
7. Extreme programming practices writing test cases at what point while writing the code?
option-1 (before)
8. Performance will usually be the most important influence in the choice of:
option-D (all of these are correct)
9. Extreme Programming practices writing test cases at which point?
option-A(before writing the code)
True/False
1. True
2. False, there is difference in execution time
3. False, it is a non-functional requirement
4. True, because the code is repeatedly evolving in any project based on the testing feedback
5. True, it may happen when in cases like the data provided to the method may be wrong.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.