Describe the various types of user interface modelsSome of the types of UI are:
Graphical UI: Accept input from the user through mouse/keyboard and provide output in a graphical way on the screen.
Web UI: Accept user input through mouse/keyboards in a browser and exchange information through web pages.
Command line UI: User provides input through a command string and the system displays output text on screen.
Touch UI: User provides input by touching the screen and the output is displayed using graphics as a result of user’s actions.
|