Comprehensive and Detailed Explanation From Exact Extract:
In system development, a storyboard is a visual tool used to map the user’s journey with a system. It presents a sequence of screens, steps, or interactions that a user experiences while performing tasks. Storyboards help:
Visualize how users will navigate through the system
Communicate the flow of interactions to stakeholders and developers
Clarify requirements related to user experience and interface behavior
Identify potential usability issues early, before detailed design or coding
By walking through the user’s journey in a visual, step-by-step format, storyboards support better understanding and communication of how the system should support user tasks.
Option B (To create an interactive model of a system) is more accurately describing a prototype or simulation, not a storyboard.
Option C (To conduct detailed user testing sessions) refers to usability testing, which may use storyboards as input but is not the purpose of the storyboard itself.
Option D (To write code for a new software feature) is a development activity and unrelated to what storyboards are used for.
Thus, the purpose of a storyboard in system development is to map the user’s journey with a system.
[Reference:Systems Analysis and Design – Requirements Modeling, Storyboards, and User Journey Mapping (Information Technology Management study topics)., ]