final Flashcards
What does user interface describe?
How a user interacts with a system.
Name the 7 methods a user can interact with a system
hardware, software, screens, menus, functions, cameras/microphones, forms
Is the prototype method usually used? yes or no?
Yes, It is expensive when people change their mind. Prototypes help avoid costs.
What makes up a good form/report?
easy to read and well organized, meaningful titles, meaningful layout, balance the layout, clear navigation.
Within a form what belongs in the heading area?
Static data
Within a form what is variable information?
Usually transaction data.
true or false: the information in the body of a form changes depending on the transaction?
True.
Data for reports MUST come from where?
an accessible database or be calculated within an accessible database.
Where are reports traditionally done
on paper.
True or False: Can Report data be created in a user accessible file?
True, this is often downloaded. If a file is required you need to agree in a format with the user
How are paper reports printed?
Landscape.
What does a detail report provide?
information for every report processed. An example would be payroll information for employees
What does a summery report provide?
- Comprehensive information. An example would be list of sales totals by store.
Do forms have predefined data?
Yes and some areas where data needs to be filled in.
How are traditional forms based?
on paper.
What kind of form is very popular now?
online forms.
List 4 examples of forms.
- Invoices, packaging lists, checks, report cards.
What do forms need to have?
a title.
True or false: forms have the same purpose in most organizations.
- true, Customer order, customer invoice, customer statement, checks, Employment application.
Name 6 output to specialized devices.
- portable web-connected devices, retail point-of-sale (POS), Automatic Teller Machines (ATMs), Special-Purpose Printers, Plotters, Mobile Devices.
What do you need to agree on with the user to output?
a format
What are 4 common formats?
ASCII, Excel, Report form, Unicode.
Should you require validation for information that is already available?
no
Within data entry control what should the user be able to do unless there is a level of security involved?
move back and forth freely within the fields.
Within field level security who is allowed to update information?
only authorized users are allowed to update certain information.
How are functions accessed?
- keystrokes, mouse, menu, or function keys.
Do some sytems require a prompt before saving data?
yes
How should function keys and commands be assigned?
- They should be the same across the whole system. for example F1 returns to the prior screen.
How should information be indicated?
As required or optional.
How should you deal with errors?
Anticipate anything that may occur. Avoid, Detect, and correct data entry errors.
How should error messages be given?
avoid tech speak. example: dont say “invalid entry” say “zip code should be 5 digits long
- Within screen editing how should a screen be organized? (not as simply as possible)
Indicate where information should go.
What are interfaces and dialogue?
How infomation is provided to and captured from users on screen.
How should interfaces be designed?
Should be kept simple.
How should the interface be effected by different applications?
The format should remain consistent across them all.
What are the benefits of editing during data entry?
eliminates problems with bad data,
reduces improper processing,
disallows incomplete transactions,
reduces the frequency of unpredictable results.
What is the problem with editing in batch processing?
Maybe difficult to contact the user quickly, The problems are identified but need to be resolved at a later time.
What is an audit trail?
transaction log that records changes to important information.
Who reviews audit trails?
management.
What information do audit trails keep track of?
- name of file, date, time, field change information, person who made the change.