What is a horizontal prototype?
1 How does a vertical prototype differ from a horizontal prototype?
2 What is a global prototype?
A horizontal prototype has little depth of functionality (or no functionality) but is broad in terms of the number of features it presents. Horizontal prototypes are useful for presenting an overview or the “big picture” perspective of a site’s “look.”
1. A vertical prototype presents only a limited number of features, but the functionality of those features is fully developed.
2. A global prototype has breadth and depth. It is a prototype of the entire site.
You might also like to view...
The _____ stop is needed sometimes to stop an app because the mobile device is slow to respond
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. The test condition in a While loop must always be an integer value. 2. A While loop repeats infinitely when there is no statement inside the loop body that will make the test condition false. 3. Modules can be called from statements in the body of any loop. 4. You can only use positive integers as step values in a For statement.