Explain two different ways that Global Earth might use prototypes.

What will be an ideal response?


Global Earth might use two prototypingmethods: system prototyping and design prototyping.System prototyping produces a full-featured, working model of the information system. A system prototype that meets all requirements is ready for implementation, so it is especially important to obtain user feedback and assure that the prototype meets all requirements of users and management.
Global Earth also might want to use design prototyping, which is a method for verifying user requirements, after which the prototype is discarded. The approach also is called throwaway prototyping. Design prototyping objectives are more limited, but no less important. The end product of design prototyping is a user-approved model that documents and benchmarks the features of the finished system.

Computer Science & Information Technology

You might also like to view...

(Tricky) What is the output of the following code:

``` #include using namespace std; int main() { int x[] = {120, 200, 16}; for (int i = 0; i < 3; i++) cout << x[i] << " "; } ``` A. 200 120 16 B. 16 120 200 C. 120 200 16 D. 16 200 120

Computer Science & Information Technology

A menu bar provides access to commands used to control applications.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ can display a user-friendly list that is either linked to another field in a related table or a value list

Fill in the blank(s) with correct word

Computer Science & Information Technology

Mapping, monitoring speed, and determining altitude all are uses of ______.

A. NFC B. GPS C. microwaves D. infrared

Computer Science & Information Technology