01.01 Software Development Steps - Quiz¶
Check your understanding
-
The “Specifications” step focuses on…
-
writing code and commits
-
installing and releasing software
-
turning needs into clear, testable statements { data-correct }
-
combining components together
-
-
Which step should verify parts work together via defined interfaces?
-
Requirements
-
Integration { data-correct }
-
Maintenance
-
Installation
-
-
Which step primarily ensures the system meets agreed requirements before release?
-
Development
-
Testing and debugging { data-correct }
-
Installation
-
Maintenance
-