Gary and Lloyd created a system mockup that did not fully run. This was a(n) ____.


a.

end-user development

b.

partial prototype

c.

nonoperational prototype

d.

operational prototype


c.

nonoperational prototype

Computer Science & Information Technology

You might also like to view...

The following code compiled, but while running it the program appears to hang (e.g. nothing happens). This is a sign that there may be an infinite loop. What part of this code fragment may be causing an infinite loop?

``` while(i < 50); { System.out.println(i); i+=2; } ```

Computer Science & Information Technology

Which of the following overloadings will be invoked by this call? g(1.0,2.0);

a. int g(int count, double value); b. void g(double value, int count); c. void g(int value, int count); d. Neither, the compiler cannot decide which of these to use.

Computer Science & Information Technology

It is standard to ________ before typing a date for a letter; this leaves enough space for the intended letterhead when the document is printed

A) leave 2" B) leave 1.5" at the top of the document C) space down 12 times D) space down six times

Computer Science & Information Technology

New to Windows 8, ________ are buttons that provide access to useful functions

A) snips B) icons C) gestures D) Charms

Computer Science & Information Technology