What are the design objectives for paper input forms, input screens, or Web based fill-in forms?

What will be an ideal response?

The design objective for both an input form and a screen is providing quality output. Also, well-designed input forms and display screens should meet the objectives of effectiveness, accuracy, ease of use, consistency, simplicity, and attractiveness.

Computer Science & Information Technology

You might also like to view...

The task-based command-line scripting interface that enables you to perform a large number of remote management tasks is _____________________

a. Remote Assistance b. Windows Remote Management c. Remote Desktop d. Windows PowerShell

Computer Science & Information Technology

If the value input for START is 8, how many times will the loop steps in instructions corresponding to the following pseudocode be executed?

``` Read START COUNT = START DOUNTIL COUNT < START COUNT = COUNT - 1 Write COUNT ENDDO ``` a) 0 b) 1 c) 8 d) infinite

Computer Science & Information Technology