<h2>
Answer:</h2>
Use case diagram
<h2>
Explanation:</h2>
A use case diagram is one of the dynamic diagrams used in Unified Modelling Language (UML). It is used to illustrate the set of actions, services, tasks and functions that a system needs to perform and those to be performed on the system. Use case diagrams help team members of a project to identify the main functions or features of the system as well as users and external systems that will interact with the system.
Use case diagrams have the following features;
(i) System: to depict the application itself. It is represented using a rectangular box.
(ii) Use case: to represent the system's functionalities. It is represented using an oval shape.
(iii) Actors: to represent the users of the system.
(iv) Relationships: to illustrate the relations between the actors and the use case of the system.
Answer:
compromise should be demonstrated
Answer:
There is no table, so I can only comment on the statements:
The binary value of decimal 10 is A. ==> False, however A is a hexadecimal representation of 10.
The binary value of decimal 13 is 1001 ==> False, 13 would be 1101.
The binary value of decimal 15 is 1111. ==> True.
The binary value of decimal 14 is E. ==> Again E is a hexadecimal representation of 14.