Kira is a programmer who has just been assigned to update a program that someone else wrote. She wants to see the information that describes the software to help her understand how it is supposed to work. Which of these should she ask for?

The pseudocode
the documentation
the structured functions
the object files

1 answer

Kira should ask for the documentation. The documentation typically provides detailed information about the software, including its purpose, functionality, how to use it, and any specific rules or guidelines for working with the codebase. This will help her understand how the program is supposed to work.

Pseudocode may offer some insights into the logic of the program, while structured functions and object files are more technical aspects that may not provide a high-level understanding of the software's purpose and usage.