Graphical user interface: Difference between revisions

Content deleted Content added
added TUIs; moved commandline stuff out to CLI; added advantages and disadvantages
 
Move from GUI
Line 1:
GUI,A pronounced'''graphical likeuser "gooey",interface''' stands for Graphical User Interface,is a [[human-computer interaction]] method that uses graphical images in addition to text.
 
It typically uses [[widget]]s such as menus, buttons, radio boxes, and icons,
Line 5:
and usually employs a pointing device (such as mouse, trackball, or touchscreen)
 
in addition to a keyboard.
 
It is commonly referred to by its acronym '''GUI''', pronounced like "gooey".
 
 
 
Examples of GUIs include [[Mac OS]], [[Microsoft Windows]], and the
Line 11 ⟶ 15:
[[X Window System]] (including [[KDE]] and [[GNOME]]).
 
Similar to GUIs are TUIs, or text user interfaces, (TUIs) that display the same types of widgets in a character-cell mode rather than in a pixel mode;
 
same types of widgets in a character-cell mode rather than in a pixel mode.
examples include the interfaces of many [[ncurses]] and [[MS-DOS]] applications.
 
examplesExamples include the interfaces of many [[ncurses]] and [[MS-DOS]] applications.
 
 
 
Contrast with [[CLI]], which takes input on a command line.
The graphical user interface is generally contrasted with the [[command line interface]].
 
Because GUIs and TUIs tend to show most or all relevant categories of commands on the display, users often learn them faster than CLIs,
Line 32 ⟶ 38:
 
/Talk