Describe the contents of the WebApp content, functional, interaction, and configuration models.
What will be an ideal response?
• Content model - structural elements that represent WebApp content requirements (UML class diagrams)
• Functional model - user observable behavior delivered to end-users and operations contained in analysis classes to implement class behaviors (UML activity diagrams)
• Interaction model – indicates how users make use of the WebApp content and functionality (use-cases, UML sequence diagrams, state diagrams, user interface prototype)
• Configuration model - may be a list of server-side and client-side attributes required for the WebApp (UML deployment diagrams)
You might also like to view...
What is the problem with this code?
``` int temp = 90; float *temp_ptr = &temp;``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int
A tab added to the ribbon automatically when a specific object is selected and that contains commands relevant to the selected object is known as a ________ tab
A) contextual B) hidden C) home D) dynamic
To calculate the total number of records in a group, use the ________ operator
A) Count B) Group By C) Sum D) Avg
When you select Pointer Options while running a slide show, you can select ________ or ________
A) Pen; Highlighter B) Marker; Pen C) Pen; Pencil D) Felt Pen; Ball Point Pen