56. Which action occurs during the design phase of an agile process?
Answer: C
Determining the functions that need to be written occurs during the design phase of an agile process.
In the design phase of an agile process, the focus is on identifying and outlining the specific functions that will be necessary for the software. This involves breaking down the requirements into actionable tasks that can be addressed in subsequent development stages.
A) Deciding on the scope of the program
While defining the scope is an important aspect of project planning, it typically occurs earlier in the agile process, often during the initial phases of project initiation or requirements gathering. Therefore, this option does not specifically pertain to the design phase.
B) Writing the required objects
This action relates more to the implementation or coding phase of the agile process, where actual coding takes place based on the designs and specifications laid out in the previous phase. Thus, it is not an activity characteristic of the design phase.
C) Determining the functions that need to be written
This option is correct as it directly relates to the design phase, where teams identify and specify the functions that will be developed. This activity is crucial for ensuring that the development team has a clear understanding of what needs to be built.
D) Determining the goals of the project
Setting project goals typically occurs at the beginning of the agile process, during the project initiation phase. This is not a primary focus during the design phase, making this option incorrect in the context of the question.
Conclusion
Determining the functions that need to be written is a critical task within the design phase of an agile process, as it lays the groundwork for what will be developed. The other options either occur at different stages or are not specific to the design phase, confirming that option C is the only correct choice relevant to the question.