describe the criteria for evaluating a computer based solution
what are the advantages and disadvantage of voice input interface on a hand held device
advantages:
- speech is a natural way to interact, and it is not necessary to use a keyboard or work with a remote control
- no training required for users
- voice is hands-free making it suitable for use in a variety of environments (for example driving)
- suitable for the disabled
- can be used to drive several apps in sequence
- faster than typing on a keyboard
disadvantages:
- even the best speech recognition systems sometimes make errors
if there is noise or some other sound in the room
- regional accents can affect the outcome
- requires data connection to interpret speech and return results
- delivering sensitive information (eg. credit card details could be a security risk)
- only understands certain foreign languages
describe the benefits of speech recognition over a traditional keyboard and mouse
what benefits arise if a reliable natural language interface was developed and why is this difficult to achieve
what input methods could help users with different physical disabilities
what output methods could help users with different physical disabilities
what is a command line/ driven interface
advantages and disadvantage of a command line/ driven interface
advantages:
- some commands can be entered very quickly and precisely once user is proficient/ an expert
- can run on very low spec computers that don’t have good graphical facilities
- can be used over slow connections ( eg. modems as very little data to transfer)
- complex/ unusual commands are often made available that wouldn’t be able available in a gui
disadvantages:
- not easy to guess commands that need to be entered
- can be difficult to learn
- not very attractive interface, rather unfriendly
what is a graphical user interface (GUI)
advantages and disadvantages of a GUI
advantages:
- user friendly, even inexperienced users can often guess what they need to do, no need to remember complex commands
- intuitive/ easier to learn
- windows: can be resized, minimised etc to allow more than 1 window to be viewed at the same time
- icons: small images to represent options , human brain can recognise options, human brain can recognise image quicker than words
- menus: easy to see all options in a pull-down menu
- pointer (mouse pointer): very natural human trait to point at things they want (point and click)
- cut and paste between applications
- similarity/ familiarity between applications
- help, undo, tutorials, customisation
disadvantages:
- ‘can get in the way’, sometimes requires several options to be clicked on to perform a task that would take seconds to type into a command driven interface
- needs a more powerful computer than command drive
what is a menu driver interface
advantages and disadvantages of a menu driven interface
advantages:
- very easy to learn (selection required only)
- limited options, so the user will not get confused
- no need for a keyboard (actual or virtual)
disadvantages:
- only suitable where there are a few/ very limited options
what is a forms dialogue
what are the advantages and disadvantages of a forms dialogue
advantages:
- rather like paper form (therefore intuitive)
- there are specific input fields to fill in
- can go back and make changes before the form is submitted
- undo and ‘are you sure?’
-includes validation so only some entries are allowed
- often able to reduce input options using radio buttons, drop down lists
disadvantages:
- good on screen help maybe required
- layout is important
- ensure form is uncluttered