In: Computer Science
Question 6 (1 point)
Which of the following is NOT true about the incremental process model?
Question 6 options:
| 
 It has lower risk of overall project failure than waterfall model.  | 
|
| 
 Requirements are prioritized.  | 
|
| 
 There is no single “requirements phase” or “design phase”.  | 
|
| 
 It has distinct phases.  | 
Question 7 (1 point)
Extreme programming (XP) uses user stories to represent software requirements.
Question 7 options:
| True | |
| False | 
Question 8 (1 point)
Which of the following is an example of user stories?
Question 8 options:
| 
 Graphical user interface will be required.  | 
|
| 
 The system shall allow multiple users access the database at the same time.  | 
|
| 
 The system shall run on iOS.  | 
|
| 
 As a student, I can login so I can check my grade.  | 
Question 9 (1 point)
Which of the following is NOT true about the agile process?
Question 9 options:
| 
 It iteratively builts software.  | 
|
| 
 It uses waterfall process model.  | 
|
| 
 It focuses more on coding than design.  | 
|
| 
 It is used for small or medium project.  | 
Question 10 (1 point)
What is the advantage of a scrum process model?
Question 10 options:
| 
 It is good for large project.  | 
|
| 
 It responds to rapid requirement changes well.  | 
|
| 
 It use pair programming.  | 
|
| 
 It does not need to meet daily.  | 
Question - 6
Which of the following is NOT true about the incremental process model?
Solution ::
It has distinct phases.
=> In incremental model you go through same phases multiple times.
Question - 7
Extreme programming (XP) uses user stories to represent software requirements.
Solution ::
TRUE
=> User story is considered to be a goal and is very much a part of Extereme programming
Question 8
Which of the following is an example of user stories?
Solution ::
As a student, I can login so I can check my grade
=> A user story must be directly given by the user as in this case it is given by a student.
Question 9
Which of the following is NOT true about the agile process?
Solution ::
It is used for small or medium project.
=> Agile model is adaptable for all small medium and large scale projects.
Question 10
It is used for small or medium project.
Solution ::
It responds to rapid requirement changes well.
=> One of the most important features of agile model is that adapts to changes that is why it does well with rapid reqirement changes.