what are the types of user interface computer deal with?
Answers
Answer:
There are five main types of user interface:
command line (cli)
graphical user interface (GUI)
menu driven (mdi)
form based (fbi)
natural language (nlui)
Explanation:
command line: an interface for typing commands directly to a computer's operating system.
graphical user interface : a visual way of interacting with a computer using items such as windows, icons, and menus, used by most modern operating systems.
menu driven:an interface consisting of a series of screens which are navigated by choosing options from lists, i.e. menus. (“Menu” is not used here to refer to pull-down menus, but to lists of options on the screen that lead to other screens.)
form based : A type of user interface used, for example, on the internet, to organize questions or options for the user so that they resemble a traditional paper form to be filled out by pointing to the fields and typing text, or by choosing from a list.
natural language: is a type of computer human interface where linguistic phenomena such as verbs, phrases and clauses act as UI controls for creating, selecting and modifying data in software applications.