Difference between revisions of "User Interface"

From CLIO

m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A [[User Interface|user interface]] is where human and computer interaction can occur.  This interface allows a user to operate [[Hardware|hardware]], while also giving the user feedback about the state of the machine and their input.  This interface can occur in many different spaces, but the two most common are listed below.
A [[User Interface|user interface]] is where human and computer interaction can occur.  This interface allows a user to operate hardware, while also giving the user feedback about the state of the machine and their input.  This interface can occur in many different spaces, but the two most common are listed below.


==Graphical==
==Graphical==
A [[User_Interface#Graphical|graphical user interface]] is a type of user interface [[Hardware#Display|displayed]] to a user, allowing them to interact with the [[Hardware|hardware]] using a [[Hardware#Input_Device|input device]] and graphical elements, such as menus or icons.
A [[User_Interface#Graphical|graphical user interface]] is a type of user interface displayed to a user, allowing them to interact with the hardware using a input device and graphical elements, such as menus or icons.


==Command Line==
==Command Line==
A [[User_Interface#Command_Line|command line interface]] is a type of user interface where the primary interaction between a user and the [[Hardware|hardware]] is input using a [[Hardware#Keyboard|keyboard]] and the [[Hardware#Computer|computer]] outputs a response.
A [[User_Interface#Command_Line|command line interface]] is a type of user interface where the primary interaction between a user and the hardware is input using a keyboard and the computer outputs a response.

Latest revision as of 16:01, 9 May 2022

A user interface is where human and computer interaction can occur. This interface allows a user to operate hardware, while also giving the user feedback about the state of the machine and their input. This interface can occur in many different spaces, but the two most common are listed below.

Graphical

A graphical user interface is a type of user interface displayed to a user, allowing them to interact with the hardware using a input device and graphical elements, such as menus or icons.

Command Line

A command line interface is a type of user interface where the primary interaction between a user and the hardware is input using a keyboard and the computer outputs a response.