Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Systems Analysis and Design Methods
Quiz 16: Input Design and Prototyping
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 61
True/False
A caption for a text box should be located to the left of the actual text box or left-aligned immediately above the text box.
Question 62
True/False
A caption for a text box should be located to the right of the actual text box or right-aligned immediately above the text box.
Question 63
True/False
Generally, the size of the text box should be large enough for all characters of the fixed-length input to be entered and viewed by the user. When the length of the data to be input is variable and could become quite long, the text box's scrolling and word-wrapping features should be applied.
Question 64
True/False
Generally, the size of a text box does not matter.
Question 65
True/False
Radio buttons provide the user with an easy way to quickly identify and select a particular value for a value set.
Question 66
True/False
Radio buttons normally appear in groups - one radio button per value choice.
Question 67
True/False
Radio buttons are most appropriate when a user may be expected to input data that has a limited predefined set of mutually exclusive values.
Question 68
True/False
Radio buttons are most appropriate when a user may be expected to input data that has a large predefined set of choices, especially where more than one choice can be selected simultaneously.
Question 69
True/False
Radio buttons should present the alternatives vertically aligned and left-justified to aid the user in browsing.
Question 70
True/False
Radio buttons should present the alternatives horizontally aligned and right-justified to aid the user in browsing.
Question 71
True/False
With radio buttons, the group of choices should be visually grouped to set them off from other input controls appearing on the screen.
Question 72
True/False
Radio buttons should be used when you want to select a value that is simply a Yes/No.
Question 73
True/False
A check box consists of two parts: a square box followed by a description of the input field for which the user is to provide the Yes/No value.
Question 74
True/False
A check box acts as a toggle switch on an input value.
Question 75
True/False
A radio button acts as a toggle switch on an input value.
Question 76
True/False
A list box is a control that requires the user to select a data item's value from a list of possible choices. A list box is rectangular and contains one or more rows of possible data values. The values may appear as either a textual description or graphical description.
Question 77
True/False
Scrolling capabilities make list boxes appropriate for use in those cases where there is limited screen space available and the input data item has a large number of predefined, mutually exclusive values from which to choose.
Question 78
True/False
Scrolling capabilities make radio buttons appropriate for use in those cases where there is limited screen space available and the input data item has a large number of predefined, mutually exclusive values from which to choose.