Answer:C
Explanation:I got it correct on the computer
Answer:Sequence diagrams
Explanation: Sequence diagram is the diagram that displays about the connection of the objects in a sequential manner. The sequence depicted through the vertical lines in parallel form was about the object function and the horizontal line showed interaction between them for the exchange of the information.
Other options are incorrect because structural models have the infrastructure in particular format, communication diagrams depicts the exchange of information through communication and class diagram is the diagram that displays the system's class.Thus the correct option is sequence diagram.
Answer:
IPO means Input - Process - Output
Explanation:
The IPO model means that a computer program is given an input to process, it processes the given input and return an output as the result.