Podcast
Questions and Answers
What is a defining feature of check boxes?
What is a defining feature of check boxes?
In what scenario should radio buttons be used?
In what scenario should radio buttons be used?
What is the purpose of a drop-down list box?
What is the purpose of a drop-down list box?
What is an example of when to use an on-screen list box?
What is an example of when to use an on-screen list box?
Signup and view all the answers
What is not a characteristic of check boxes?
What is not a characteristic of check boxes?
Signup and view all the answers
What is the primary goal of input design?
What is the primary goal of input design?
Signup and view all the answers
What distinguishes online processing from batch processing?
What distinguishes online processing from batch processing?
Signup and view all the answers
Which technology is NOT typically used for source data automation?
Which technology is NOT typically used for source data automation?
Signup and view all the answers
Which method can minimize the need for excessive keystrokes in data entry?
Which method can minimize the need for excessive keystrokes in data entry?
Signup and view all the answers
What benefit does capturing data at the source provide?
What benefit does capturing data at the source provide?
Signup and view all the answers
Which type of selection box allows for both keyboard entry and a drop-down list?
Which type of selection box allows for both keyboard entry and a drop-down list?
Signup and view all the answers
What does a slider represent?
What does a slider represent?
Signup and view all the answers
Why is data validation important?
Why is data validation important?
Signup and view all the answers
What type of check ensures that all required fields are completed?
What type of check ensures that all required fields are completed?
Signup and view all the answers
Which check verifies that values conform to specific number formats?
Which check verifies that values conform to specific number formats?
Signup and view all the answers
What is the purpose of a range check?
What is the purpose of a range check?
Signup and view all the answers
What does a check digit check validate?
What does a check digit check validate?
Signup and view all the answers
Which type of check ensures that related data combinations are valid?
Which type of check ensures that related data combinations are valid?
Signup and view all the answers
What must happen to data that fails any validation check?
What must happen to data that fails any validation check?
Signup and view all the answers
Which of these checks is particularly used with numeric data?
Which of these checks is particularly used with numeric data?
Signup and view all the answers
Study Notes
Input and Output Design
- Input design aims for simple, accurate data capture for the system. Reflecting the nature of inputs and simplifying their collection are key objectives.
- Online processing records transactions in real-time, updating databases immediately. Batch processing collects inputs over time, processing them in batches later.
- Capturing data at the source reduces duplicate work, processing time, costs, and errors.
- Source data automation uses technologies like bar code readers, optical character recognition (OCR), magnetic stripe readers, smart cards, and RFID. The internet can be used for this automation, too.
- Bar code readers scan barcode patterns, and OCR converts images of text to machine-readable text.
Minimizing Keystrokes
- Avoid asking for data that can be determined through other means (lookups).
- Employ lookups, drop-down lists, or default values instead of requiring manual input.
Types of Input
- Data items linked to fields, text, numbers, and selection boxes (check boxes, radio buttons, on-screen lists, drop-down lists, combo boxes, sliders) are common input types.
Input Validation
- All data must be validated for accuracy, ideally through multiple checks (e.g., units, range, resolution).
- Data that fails any validity check is rejected until validated.
Six Types of Checks
- Completeness: Ensures all required data is entered. Used when several fields need to be filled before processing.
- Format: Checks if data has the correct type and format (e.g., numeric values).
- Range: Checks if data values fall within specified ranges.
- Check Digit: Adds check digits to numeric codes for errors detection.
- Consistency: Validates data combinations when values are logically related.
- Database: Checks against stored values, crucial when values are already stored elsewhere in the database or file.
Output Design
- Outputs encompass everything the system produces (screen, paper, web, mobile).
- Serve the intended purpose. Deliver the correct quantity to the right place, on-time, and via the right method.
Basic Output Principles
- Understand report usage: Reports can be used to identify specific items, and the user-defined sorting order is important for critical evaluation.
- Manage information load: Avoid overwhelming users with excessive information – include only data necessary for the task at hand.
- Minimize bias: Data presentation order can affect perception, so maintain impartial, neutral presentation.
- Bias in graphs: Biased graphical representations can make it difficult to draw accurate comparisons or analysis. Presentation of numeric ranges should start from zero to prevent bias.
Types of Reports and Documents
- Detail reports present all information about requested items.
- Summary reports give a summary overview of requested items.
- Turnaround documents output data that can be used as input (e.g., bills with payment forms).
- Graphs and charts are used in conjunction with numbered tables for comparison, precision when required, and clearer visualizations.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers the fundamental concepts of input and output design in information systems. It explores essential topics like data capture, online vs batch processing, and techniques to minimize user input. Test your knowledge on how technology can streamline data entry and improve efficiency.