Deck 16: Input Design and Prototyping

Full screen (f)
exit full mode
Question
Data capture is the identification and acquisition of new data.
Use Space or
up arrow
down arrow
to flip the card.
Question
Source documents are forms used to record business transactions in terms of data that describes those transactions.
Question
Data entry is the identification and acquisition of new data.
Question
In batch processing, the entered data is collected into files called batches. Each file is processed as a batch of many transactions.
Question
In on-line processing, the captured data is processed immediately.
Question
In on-line processing, the entered data is collected into files. Each file is stored on-line, and processed as a unit to update all of the entered transactions at the same time.
Question
Batch processing is barely used anymore.
Question
In remote batch processing, data is entered using on-line editing techniques; however, the data is collected into a batch instead of being immediately processed. Later, the batch is processed.
Question
A simple example of remote batch processing uses a PC-based front-end application to capture and store the data. The data can later be transmitted across a network for batch processing.
Question
Keyboard data entry remains the most common form of input.
Question
A mouse is a pointing device used in conjunction with graphical user interfaces. It has made it easy to navigate on-line forms and click on commands and input options.
Question
An emerging technology that will greatly impact input design is the touch screen display. Such displays are common in handheld and palm-top computers that are finding their way into countless information system applications.
Question
Point of sale terminals are used to capture data at the point of sale and provide time-saving ways to enter data, perform transactional calculations, and produce some output. Most can scan and read bar codes to eliminate keying errors.
Question
Automatic teller machines (ATMs), another form of point of sale terminal, are operated by the consumer.
Question
Automatic teller machines (ATMs) are remote batch processing devices.
Question
Automatic data capture (ADC) techniques are designed with the goal of eliminating human intervention associated with data input methods.
Question
The most common example of automatic data capture (ADC) is the use of a keyboard.
Question
The classic example of optical mark recognition is the use of optical mark forms for objective-based questions on examinations.
Question
Optical character recognition (OCR) is less prevalent despite its maturity.
Question
Optical mark recognition requires the user or customer to carefully handwrite input data on a business form.
Question
MICR is most widely used in the banking industry.
Question
Electromagnetic ADC technology is based on the use of radio frequency to identify physical objects. It involves attaching a tag and antenna to the physical object that is to be tracked. The tag contains memory that is used to identify the object being tracked.
Question
Electromagnetic ADC technology is based on the use of television frequency to identify physical objects.
Question
Smart cards are slightly thicker than credit cards and contain a microprocessor, memory circuits and a battery. They represent a portable storage medium from which input data can be obtained.
Question
Smart card applications are particularly promising in the area of health records where a person's blood type, vaccinations, and other past medical history could be made readily available.
Question
Biometric ADC technology is based on unique human characteristics or traits, for example, fingerprints, voice pattern, retinal pattern.
Question
Biometric automatic data capture is popular because it offers the most accurate and reliable means for identification. This technology is particularly popular for systems that require security access.
Question
Because inputs originate with system users, human factors play a significant role in input design.
Question
Human factors play only a minor role in input design.
Question
One of the general principles for input design is: "Capture only variable data."
Question
"Capture only static data" is one of the general principles for input design.
Question
"Do not capture data that can be calculated or stored in computer programs" is one of the general principles for input design.
Question
"Capture data that can be calculated or stored in computer programs" is one of the general principles for input design.
Question
The volume of data input should be minimized as much as possible.
Question
The volume of data input should be maximized as much as possible.
Question
If source documents are used to capture data, they should be easy for system users to complete and subsequently enter into the system.
Question
A suggestion to help with the use of source documents to capture data is to include instructions for completing the form, preferably at the beginning of the form.
Question
A suggestion to help with the use of source documents is to minimize the amount of handwriting required to complete the form.
Question
A suggestion to help with the use of source documents is to maximize the amount of handwriting required to complete the form.
Question
A suggestion to help with the use of source documents is that data should be sequenced on paper so that it can be read much like a book, from top to bottom, left to right. The system user should not have to move from right-to-left or jump around on the form.
Question
When possible, use input designs based on known metaphors. Not all inputs lend themselves to metaphors (such as a checkbook), but some are greatly enhanced by the imitation.
Question
Internal input controls ensure that the data input to the computer is accurate and that the system is protected against accidental and intentional errors and abuse, including fraud.
Question
An internal input control guideline is: "The number of inputs should be monitored." This is especially true with the batch method because source documents may be misplaced, lost or skipped.
Question
It is not necessary to monitor the number of inputs to a batch, because the computer is more capable of tracking and counting them.
Question
Two types of errors can infiltrate entered data: data entry errors and invalid data recorded by system users.
Question
Existence checks determine whether the input data for each field falls within the legitimate set or range of values defined for that field.
Question
Data type checks ensure that the correct type of data is input. For example, alphabetic data should not be allowed in a numeric field.
Question
Data type checks determine whether all required fields on the input have been entered. Required fields should be clearly identified as such on the input screen.
Question
Domain checks determine whether the input data for each field falls within the legitimate set or range of values defined for that field.
Question
Domain checks determine whether a known relationship between two fields is valid.
Question
Combination checks determine whether a known relationship between two fields is valid. For example, if the vehicle make is Pontiac, the vehicle model must be one of a limited set of values that comprises cars manufactured by Pontiac.
Question
Combination checks determine whether all required fields on the input have actually been entered.
Question
Self-checking digits determine whether the input data for each field falls in the legitimate set or range of values defined for that field.
Question
Format checks compare data entered against the known formatting requirements for that data.
Question
Format checks determine data entry errors on primary keys. A format check digit is a number or character that is appended to a primary key field.
Question
In repository based programming, a repository contains input controls and code. The developers can, in a single location, define most of the properties and constraints for a reusable field and the data validation code for that field. Once defined, the object or control can be used by any number of other systems analysts and programmers in the organization. This approach guarantees that every instance of the field will be used in a consistent manner. Furthermore, the repository entries can be changed if business rules dictate and no additional changes to the applications will be required.
Question
A text box requires the user to type the data inside the box. It can allow for single or multiple lines of data characters to be entered.
Question
A text box is most appropriately used when the input data values are unlimited in scope and the analyst is unable to provide the users with a meaningful list of values from which they can select.
Question
A text box should be accompanied by a descriptive, meaningful caption.
Question
It is not necessary to provide a caption for a text box, since the content should be obvious by its placement on a screen or form.
Question
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
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
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
Generally, the size of a text box does not matter.
Question
Radio buttons provide the user with an easy way to quickly identify and select a particular value for a value set.
Question
Radio buttons normally appear in groups - one radio button per value choice.
Question
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
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
Radio buttons should present the alternatives vertically aligned and left-justified to aid the user in browsing.
Question
Radio buttons should present the alternatives horizontally aligned and right-justified to aid the user in browsing.
Question
With radio buttons, the group of choices should be visually grouped to set them off from other input controls appearing on the screen.
Question
Radio buttons should be used when you want to select a value that is simply a Yes/No.
Question
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
A check box acts as a toggle switch on an input value.
Question
A radio button acts as a toggle switch on an input value.
Question
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
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
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.
Question
A drop-down list is a control that requires the user to select a data item's value from a list of possible choices. A drop-down list consists of a rectangular selection field with a small button connected to its side (that contains a picture of a downward arrow). The downward arrow button is to suggest to the user the existence of a hidden list of possible values for a data item.
Question
A drop-down list should be used in those cases where the data item has a large number of predefined values and screen space availability prohibits the use of a list box.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/148
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 16: Input Design and Prototyping
1
Data capture is the identification and acquisition of new data.
True
2
Source documents are forms used to record business transactions in terms of data that describes those transactions.
True
3
Data entry is the identification and acquisition of new data.
False
4
In batch processing, the entered data is collected into files called batches. Each file is processed as a batch of many transactions.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
5
In on-line processing, the captured data is processed immediately.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
6
In on-line processing, the entered data is collected into files. Each file is stored on-line, and processed as a unit to update all of the entered transactions at the same time.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
7
Batch processing is barely used anymore.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
8
In remote batch processing, data is entered using on-line editing techniques; however, the data is collected into a batch instead of being immediately processed. Later, the batch is processed.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
9
A simple example of remote batch processing uses a PC-based front-end application to capture and store the data. The data can later be transmitted across a network for batch processing.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
10
Keyboard data entry remains the most common form of input.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
11
A mouse is a pointing device used in conjunction with graphical user interfaces. It has made it easy to navigate on-line forms and click on commands and input options.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
12
An emerging technology that will greatly impact input design is the touch screen display. Such displays are common in handheld and palm-top computers that are finding their way into countless information system applications.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
13
Point of sale terminals are used to capture data at the point of sale and provide time-saving ways to enter data, perform transactional calculations, and produce some output. Most can scan and read bar codes to eliminate keying errors.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
14
Automatic teller machines (ATMs), another form of point of sale terminal, are operated by the consumer.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
15
Automatic teller machines (ATMs) are remote batch processing devices.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
16
Automatic data capture (ADC) techniques are designed with the goal of eliminating human intervention associated with data input methods.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
17
The most common example of automatic data capture (ADC) is the use of a keyboard.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
18
The classic example of optical mark recognition is the use of optical mark forms for objective-based questions on examinations.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
19
Optical character recognition (OCR) is less prevalent despite its maturity.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
20
Optical mark recognition requires the user or customer to carefully handwrite input data on a business form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
21
MICR is most widely used in the banking industry.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
22
Electromagnetic ADC technology is based on the use of radio frequency to identify physical objects. It involves attaching a tag and antenna to the physical object that is to be tracked. The tag contains memory that is used to identify the object being tracked.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
23
Electromagnetic ADC technology is based on the use of television frequency to identify physical objects.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
24
Smart cards are slightly thicker than credit cards and contain a microprocessor, memory circuits and a battery. They represent a portable storage medium from which input data can be obtained.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
25
Smart card applications are particularly promising in the area of health records where a person's blood type, vaccinations, and other past medical history could be made readily available.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
26
Biometric ADC technology is based on unique human characteristics or traits, for example, fingerprints, voice pattern, retinal pattern.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
27
Biometric automatic data capture is popular because it offers the most accurate and reliable means for identification. This technology is particularly popular for systems that require security access.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
28
Because inputs originate with system users, human factors play a significant role in input design.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
29
Human factors play only a minor role in input design.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
30
One of the general principles for input design is: "Capture only variable data."
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
31
"Capture only static data" is one of the general principles for input design.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
32
"Do not capture data that can be calculated or stored in computer programs" is one of the general principles for input design.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
33
"Capture data that can be calculated or stored in computer programs" is one of the general principles for input design.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
34
The volume of data input should be minimized as much as possible.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
35
The volume of data input should be maximized as much as possible.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
36
If source documents are used to capture data, they should be easy for system users to complete and subsequently enter into the system.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
37
A suggestion to help with the use of source documents to capture data is to include instructions for completing the form, preferably at the beginning of the form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
38
A suggestion to help with the use of source documents is to minimize the amount of handwriting required to complete the form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
39
A suggestion to help with the use of source documents is to maximize the amount of handwriting required to complete the form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
40
A suggestion to help with the use of source documents is that data should be sequenced on paper so that it can be read much like a book, from top to bottom, left to right. The system user should not have to move from right-to-left or jump around on the form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
41
When possible, use input designs based on known metaphors. Not all inputs lend themselves to metaphors (such as a checkbook), but some are greatly enhanced by the imitation.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
42
Internal input controls ensure that the data input to the computer is accurate and that the system is protected against accidental and intentional errors and abuse, including fraud.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
43
An internal input control guideline is: "The number of inputs should be monitored." This is especially true with the batch method because source documents may be misplaced, lost or skipped.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
44
It is not necessary to monitor the number of inputs to a batch, because the computer is more capable of tracking and counting them.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
45
Two types of errors can infiltrate entered data: data entry errors and invalid data recorded by system users.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
46
Existence checks determine whether the input data for each field falls within the legitimate set or range of values defined for that field.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
47
Data type checks ensure that the correct type of data is input. For example, alphabetic data should not be allowed in a numeric field.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
48
Data type checks determine whether all required fields on the input have been entered. Required fields should be clearly identified as such on the input screen.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
49
Domain checks determine whether the input data for each field falls within the legitimate set or range of values defined for that field.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
50
Domain checks determine whether a known relationship between two fields is valid.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
51
Combination checks determine whether a known relationship between two fields is valid. For example, if the vehicle make is Pontiac, the vehicle model must be one of a limited set of values that comprises cars manufactured by Pontiac.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
52
Combination checks determine whether all required fields on the input have actually been entered.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
53
Self-checking digits determine whether the input data for each field falls in the legitimate set or range of values defined for that field.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
54
Format checks compare data entered against the known formatting requirements for that data.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
55
Format checks determine data entry errors on primary keys. A format check digit is a number or character that is appended to a primary key field.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
56
In repository based programming, a repository contains input controls and code. The developers can, in a single location, define most of the properties and constraints for a reusable field and the data validation code for that field. Once defined, the object or control can be used by any number of other systems analysts and programmers in the organization. This approach guarantees that every instance of the field will be used in a consistent manner. Furthermore, the repository entries can be changed if business rules dictate and no additional changes to the applications will be required.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
57
A text box requires the user to type the data inside the box. It can allow for single or multiple lines of data characters to be entered.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
58
A text box is most appropriately used when the input data values are unlimited in scope and the analyst is unable to provide the users with a meaningful list of values from which they can select.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
59
A text box should be accompanied by a descriptive, meaningful caption.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
60
It is not necessary to provide a caption for a text box, since the content should be obvious by its placement on a screen or form.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
61
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
62
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
63
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
64
Generally, the size of a text box does not matter.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
65
Radio buttons provide the user with an easy way to quickly identify and select a particular value for a value set.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
66
Radio buttons normally appear in groups - one radio button per value choice.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
67
Radio buttons are most appropriate when a user may be expected to input data that has a limited predefined set of mutually exclusive values.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
68
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
69
Radio buttons should present the alternatives vertically aligned and left-justified to aid the user in browsing.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
70
Radio buttons should present the alternatives horizontally aligned and right-justified to aid the user in browsing.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
71
With radio buttons, the group of choices should be visually grouped to set them off from other input controls appearing on the screen.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
72
Radio buttons should be used when you want to select a value that is simply a Yes/No.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
73
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
74
A check box acts as a toggle switch on an input value.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
75
A radio button acts as a toggle switch on an input value.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
76
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
77
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
78
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.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
79
A drop-down list is a control that requires the user to select a data item's value from a list of possible choices. A drop-down list consists of a rectangular selection field with a small button connected to its side (that contains a picture of a downward arrow). The downward arrow button is to suggest to the user the existence of a hidden list of possible values for a data item.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
80
A drop-down list should be used in those cases where the data item has a large number of predefined values and screen space availability prohibits the use of a list box.
Unlock Deck
Unlock for access to all 148 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 148 flashcards in this deck.