The text gave two examples of needs analysis. In the second example, what is the interactive system? Who are the users? How will they benefit from the system?

What will be an ideal response?


The second example described an interactive system that is a web site. The users are the people living in the environs of Burkmere, Dakota. The site informs them of the services and opportunities offered by the Plains Art Council. For those residents who are already creating art, the web site offers a place to display their work.

Computer Science & Information Technology

You might also like to view...

Why might a recursive solution to a problem run slower than an iterative version that does the same thing?

What will be an ideal response?

Computer Science & Information Technology

To obtain the current minute, use _________.

a. System.currentTimeMillis() % 3600 b. System.currentTimeMillis() % 60 c. System.currentTimeMillis() / 1000 % 60 d. System.currentTimeMillis() / 1000 / 60 % 60 e. System.currentTimeMillis() / 1000 / 60 / 60 % 24

Computer Science & Information Technology

Compute the area of a square with a diagonal of 3 feet.

What will be an ideal response?

Computer Science & Information Technology

In C++ a variable or symbolic constant must be declared before it is used.

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

Computer Science & Information Technology