Difference between revisions of "graphical user interface"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(post-move cleanup)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Computer Terminology]][[Computing]]: [[Software]]: [[Graphical User Interface]]{{seed}}
+
==Navigation==
A [[Graphical User Interface]] (or GUI) is a type of [[User Interface]] which is displayed (and interacted with) graphically rather than using a [[Command Line Interface]] (CLI).
+
[[Category:computer terminology]][[computing]]: [[software]]: [[graphical user interface]]{{seed}}
 +
==Overview==
 +
A [[graphical user interface]] (or GUI) is a type of [[user interface]] which is displayed (and interacted with) graphically rather than using a [[command line interface]] (CLI).
  
 
A typical GUI consists of:
 
A typical GUI consists of:
* [[Window (UI element)|Window]]s, each of which shows the current state of a task and allows the user to interact with a particular application in the context of the particular task displayed
+
* Multiple [[window (UI element)|window]]s, each of which shows the current state of a task and allows the user to interact with a particular application in the context of the particular task displayed
 
* A [[desktop (UI element)|desktop]], which gives the user access to the computer system in general and allows the user to navigate between tasks
 
* A [[desktop (UI element)|desktop]], which gives the user access to the computer system in general and allows the user to navigate between tasks
 
* A mouse cursor, which allows the user to:
 
* A mouse cursor, which allows the user to:
Line 11: Line 13:
 
** draw, paint, or selectively apply effects, within an image editing program
 
** draw, paint, or selectively apply effects, within an image editing program
 
==Reference==
 
==Reference==
* {{wikipedia|Graphical User Interface}}
+
* {{wikipedia}}

Latest revision as of 01:00, 3 June 2007

Navigation

computing: software: graphical user interface

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Overview

A graphical user interface (or GUI) is a type of user interface which is displayed (and interacted with) graphically rather than using a command line interface (CLI).

A typical GUI consists of:

  • Multiple windows, each of which shows the current state of a task and allows the user to interact with a particular application in the context of the particular task displayed
  • A desktop, which gives the user access to the computer system in general and allows the user to navigate between tasks
  • A mouse cursor, which allows the user to:
    • click on controls, to activate them
    • select items to operate on
    • move the current insertion point, for text editing
    • draw, paint, or selectively apply effects, within an image editing program

Reference