Consider your watch as a system and set the time 2 minutes ahead. Write down each interaction between you and your watch as a scenario. Record all interactions, including any feedback the watch provides you.

What will be an ideal response?


This scenario could be written using any watch. Below is an example of a watch with a digital display and two

buttons. Any solution should be detailed enough that an ignorant user can execute the scenario with somebody else’s

watch.







Computer Science & Information Technology

You might also like to view...

Which of the following for loop headers will cause the body of the loop to be executed 100 times?

a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times

Computer Science & Information Technology

Briefly explain what the command host does.

What will be an ideal response?

Computer Science & Information Technology

List five best practices a Web system administrators should use to secure a Web server.

What will be an ideal response?

Computer Science & Information Technology

Users can set the sort order from within the Query Design Grid

Indicate whether the statement is true or false

Computer Science & Information Technology