m.lev-yashin-1st-klub-union-dynamo-balon-1963-fc-s8.prestasi.web.id Layanan Informasi 17 Jam
Telp/Fax : 021-8762002, 8762003, 8762004, 87912360
HP/SMS : 081 1110 4824 27, 0812 9526 2009, 08523 1234 000
WhatsApp : 0817 0816 486, 0812 9526 2009
email : _Hubungi Kami__ silahkan klik
Chatting dengan Staf :
ggkarir.com
ggiklan.com
Pilih Bahasa :   ID   EN   Permintaan Katalog / Brosur (GRATIS via POS)   Ensiklopedia Lowongan Kerja Iklan

   
Cari  
    Komputer

    Sebelumnya  (Grammar checker) (Graphics Device Interface)  Berikutnya    

Graphical user interface

Screenshot of the GUI in Windows 7 .
A screenshot of the GNOME Shell GUI.
A beige, boxy computer with a small black and white screen showing a window and desktop with icons.
The Xerox Alto was the first to use a graphical user interface.

In computing,[1] graphical user interface (GUI, pronounced 'gooey') [2] is a type of user interface that allows users to interact with electronic devices using images rather than text commands. GUIs can be used in computers, hand-held devices such as MP3 players, portable media players or gaming devices, household appliances, office, and industry equipment. A GUI represents the information and actions available to a user through graphical icons and visual indicators such as secondary notation, as opposed to text-based interfaces, typed command labels or text navigation. The actions are usually performed through direct manipulation of the graphical elements.[3]

The term GUI is restricted to the scope of two-dimensional display screens with display resolutions able to describe generic information, in the tradition of the computer science research at the PARC (Palo Alto Research Center). The term GUI is rarely applied to other low-resolution types of interfaces that are non-generic, such as video games (where HUD[4] is preferred), or not restricted to flat screens, like volumetric displays.[5]

Contents

History

An early-1990s style Unix desktop running the X Window System graphical user interface

Precursors

A precursor to GUIs was invented by researchers at the Stanford Research Institute, led by Douglas Engelbart. They developed the use of text-based hyperlinks manipulated with a mouse for the On-Line System (NLS). The concept of hyperlinks was further refined and extended to graphics by researchers at Xerox PARC, specifically Alan Kay, who went beyond text-based hyperlinks and used a GUI as the primary interface for the Xerox Alto computer. Most modern general-purpose GUIs are derived from this system.

Ivan Sutherland developed a pointer-based system called the Sketchpad in 1963. It used a light-pen to guide the creation and manipulation of objects in engineering drawings.

PARC user interface

The PARC user interface consisted of graphical elements such as windows, menus, radio buttons, check boxes and icons. The PARC user interface employs a pointing device in addition to a keyboard. These aspects can be emphasized by using the alternative acronym WIMP, which stands for windows, icons, menus and pointing device.

Evolution

The Xerox Star Workstation introduced the first commercial GUI O>S as shown above.

Following PARC the first GUI-centric computer operating model was the Xerox 8010 Star Information System in 1981,[6] followed by the Apple Lisa (which presented the concept of menu bar as well as window controls) in 1983, the Apple Macintosh 128K in 1984, and the Atari ST and Commodore Amiga in 1985.

The early GUI commands, until the advent of IBM Common User Access, [7] used different command sequences for different programs. A command like the F3 function key activated help in WordPerfect, but exited an IBM program. The menus were accessed by different keys (control in WordStar, Alt or F10 in Microsoft programs, "/" in Lotus 1-2-3, F9 in Norton Commander to name a few common ones).

To this end, the early software came with keyboard overlays. These are plastic or wooden masks which sit over the empty space between the keys, providing the user with the named application's use of various keys. Even today, different keystrokes exist with radically different calls. For example, the Control-Alt-Delete interface is intercepted in Windows and Ubuntu to invoke a task menu. In other Unix PC-systems, this usually invokes an automatic shutdown.

The GUIs familiar to most people today (as of the early 2000s) are Microsoft Windows, Mac OS X, and the X Window System interfaces for desktop and laptop computers, and Symbian, BlackBerry OS, Android, Windows Phone, Palm OS / Web OS, and Apple's iOS for handheld ("smartphone") devices.

Apple, IBM and Microsoft used many of Xerox's ideas to develop products, and IBM's Common User Access specifications formed the basis of the user interface found in Microsoft Windows, IBM OS/2 Presentation Manager, and the Unix Motif toolkit and window manager. These ideas evolved to create the interface found in current versions of Microsoft Windows, as well as in Mac OS X and various desktop environments for Unix-like operating systems, such as Linux. Thus most current GUIs have largely common idioms.

Components

A GUI uses a combination of technologies and devices to provide a platform that the user can interact with, for the tasks of gathering and producing information.

A series of elements conforming a visual language have evolved to represent information stored in computers. This makes it easier for people with few computer skills to work with and use computer software. The most common combination of such elements in GUIs is the WIMP ("window, icon, menu, pointing device") paradigm, especially in personal computers.

The WIMP style of interaction uses a virtual input device to control the position of a pointer, most often a mouse, and presents information organized in windows and represented with icons. Available commands are compiled together in menus, and actions are performed making gestures with the pointing device. A window manager facilitates the interactions between windows, applications, and the windowing system. The windowing system handles hardware devices such as pointing devices and graphics hardware, as well as the positioning of the pointer.

In personal computers all these elements are modeled through a desktop metaphor, to produce a simulation called a desktop environment in which the display represents a desktop, upon which documents and folders of documents can be placed. Window managers and other software combine to simulate the desktop environment with varying degrees of realism.

Post-WIMP interfaces

Smaller mobile devices such as PDAs and smartphones typically use the WIMP elements with different unifying metaphors, due to constraints in space and available input devices. Applications for which WIMP is not well suited may use newer interaction techniques, collectively named as post-WIMP user interfaces.[8]

As of 2011, some touch-screen-based operating systems such as Apple's iOS (iPhone) and Android use the class of GUIs named post-WIMP. These support styles of interaction using more than one finger in contact with a display, which allows actions such as pinching and rotating, which are unsupported by one pointer and mouse.[9]

User interface and interaction design

Designing the visual composition and temporal behavior of GUI is an important part of software application programming in the area of human-computer interaction. Its goal is to enhance the efficiency and ease of use for the underlying logical design of a stored program, a design discipline known as usability. Methods of user-centered design are used to ensure that the visual language introduced in the design is well tailored to the tasks.

The visible graphical interface features of an application are sometimes referred to as "chrome" or "Gui" (Goo-ee).[10][11] Typically, the user interacts with information by manipulating visual widgets that allow for interactions appropriate to the kind of data they hold. The widgets of a well-designed interface are selected to support the actions necessary to achieve the goals of the user. A model-view-controller allows for a flexible structure in which the interface is independent from and indirectly linked to application functionality, so the GUI can be easily customized. This allows the user to select or design a different skin at will, and eases the designer's work to change the interface as the user needs evolve. Good user interface design relates to the user, not the system architecture.

Large widgets, such as windows, usually provide a frame or container for the main presentation content such as a web page, email message or drawing. Smaller ones usually act as a user-input tool.

A GUI may be designed for the requirements of a vertical market as application-specific graphical user interfaces. Examples of application-specific GUIs are:

  • Automated teller machines (ATM)
  • Point-Of-Sale touchscreens at restaurants [12]
  • Self-service checkouts used in a retail store
  • Airline self-ticketing and check-in
  • Information kiosks in a public space, like a train station or a museum
  • Monitors or control screens in an embedded industrial application which employ a real time operating system (RTOS).

The latest cell phones and handheld game systems also employ application specific touchscreen GUIs. Newer automobiles use GUIs in their navigation systems and touch screen multimedia centers.

Comparison to other interfaces

Command-line interfaces

Modern CLI

GUIs were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLI),[13][14][14] which require commands to be typed on the keyboard. Since the commands available in command line interfaces can be numerous, complicated operations can be completed using a short sequence of words and symbols. This allows for greater efficiency and productivity once many commands are learned,[13][14][14] but reaching this level takes some time because the command words may not be easily discoverable or mnemonic. In addition, using the command line can become slow and error-prone when the user needs to enter very long commands, comprising many parameters and/or several different filenames at once. WIMPs ("window, icon, menu, pointing device"), on the other hand, present the user with numerous widgets that represent and can trigger some of the system's available commands.

On the other hand, GUIs can be made quite hard by burying dialogs deep in the system, or moving dialogs from place to place. Also, dialog boxes are considerably harder for the user to script.

WIMPs extensively use modes as the meaning of all keys and clicks on specific positions on the screen are redefined all the time. Command line interfaces use modes only in limited forms, such as the current directory and environment variables.

Most modern operating systems provide both a GUI and some level of a CLI, although the GUIs usually receive more attention. The GUI is usually WIMP-based, although occasionally other metaphors surface, such as those used in Microsoft Bob, 3dwm or File System Visualizer (FSV).

Applications may also provide both interfaces, and when they do the GUI is usually a WIMP wrapper around the command-line version. This is especially common with applications designed for Unix-like operating systems. The latter used to be implemented first because it allowed the developers to focus exclusively on their product's functionality without bothering about interface details such as designing icons and placing buttons. Designing programs this way also allows users to run the program non-interactively, such as in a shell script.

Three-dimensional user interfaces

For typical computer displays, three-dimensional is a misnomer—their displays are two-dimensional. Semantically, however, most graphical user interfaces use three dimensions - in addition to height and width, they offer a third dimension of layering or stacking screen elements over one another. This may be represented visually on screen through an illusionary transparent effect, which offers the advantage that information in background windows may still be read, if not interacted with. Or the environment may simply hide the background information, possibly making the distinction apparent by drawing a drop shadow effect over it.

Some environments use the methods of 3D graphics to project virtual three dimensional user interface objects onto the screen. These are often shown in use in sci-fi films (see below for examples). As the processing power of computer graphics hardware increases, this becomes less of an obstacle to a smooth user experience.

Three-dimensional graphics are currently mostly used in computer games, art and computer-aided design (CAD). A three-dimensional computing environment could also be useful in other scenarios, like molecular graphics and aircraft design.

Several attempts have been made to create a multi-user three-dimensional environment, including the Croquet Project and Sun's Project Looking Glass.

Technologies

The use of three-dimensional graphics has become increasingly common in mainstream operating systems, from creating attractive interfaces—eye candy— to functional purposes only possible using three dimensions. For example, user switching is represented by rotating a cube whose faces are each user's workspace, and window management is represented via a Rolodex-style flipping mechanism in Windows Vista (see Windows Flip 3D). In both cases, the operating system transforms windows on-the-fly while continuing to update the content of those windows.

Interfaces for the X Window System have also implemented advanced three-dimensional user interfaces through compositing window managers such as Beryl, Compiz and KWin using the AIGLX or XGL architectures, allowing for the usage of OpenGL to animate the user's interactions with the desktop.

Another branch in the three-dimensional desktop environment is the three-dimensional GUIs that take the desktop metaphor a step further, like the BumpTop, where a user can manipulate documents and windows as if they were "real world" documents, with realistic movement and physics.

The Zooming User Interface (ZUI) is a related technology that promises to deliver the representation benefits of 3D environments without their usability drawbacks of orientation problems and hidden objects. It is a logical advancement on the GUI, blending some three-dimensional movement with two-dimensional or "2.5D" vector objects. In 2006, Hillcrest Labs introduced the first zooming user interface for television.[15]

In science fiction

Three-dimensional GUIs appeared in science fiction literature and movies before they were technically feasible or in common use. For example, the 1993 American film Jurassic Park features Silicon Graphics' three-dimensional file manager File System Navigator, a real-life file manager for Unix operating systems. The film Minority Report has scenes of police officers using specialized 3d data systems. In prose fiction, three-dimensional user interfaces have been displayed as immersible environments like William Gibson's Cyberspace or Neal Stephenson's Metaverse. Many futuristic imaginings of user interfaces rely heavily on object-oriented user interface (OOUI) style and especially object-oriented graphical user interface (OOGUI) style.[16]

See also

References

  1. ^ "Definition of GUI at Dictionary.com". http://dictionary.reference.com/browse/GUI. Retrieved January 2010.
  2. ^ Martinez, W. L. (2011), Graphical user interfaces. WIREs Comp Stat, 3: 119–133. doi: 10.1002/wics.150
  3. ^ "window manager Definition". PC Magazine. Ziff Davis Publishing Holdings Inc.. http://www.pcmag.com/encyclopedia_term/0,2542,t=window+manager&i=54598,00.asp. Retrieved 12 November 2008.
  4. ^ Greg Wilson (2006). "Off With Their HUDs!: Rethinking the Heads-Up Display in Console Game Design". Gamasutra. http://www.gamasutra.com/features/20060203/wilson_01.shtml. Retrieved February 14, 2006.
  5. ^ "GUI definition". Linux Information Project. October 1, 2004. http://www.linfo.org/gui.html. Retrieved 12 November 2008.
  6. ^ The first GUIs
  7. ^ IBM, Systems Application Architecture: Common User Access: Basic Interface Design Guide, Document SC26-4583-00 [1], 1992.
  8. ^ IEEE.org.
  9. ^ Tufts.edu
  10. ^ The Jargon Book, "Chrome"
  11. ^ Jakob Nielsen. "Browser and GUI Chrome". http://www.useit.com/alertbox/ui-chrome.html.
  12. ^ The ViewTouch restaurant system by Giselle Bisson
  13. ^ a b Computerhope.com
  14. ^ a b c d Technet.com
  15. ^ Macworld.com November 11, 2006. Dan Moren. CES Unveiled@NY ‘07: Point and click coming to set-top boxes?
  16. ^ Dayton, Tom. "Object-Oriented GUIs are the Future". OpenMCT Blog. http://openmct.blogspot.com/2012/08/object-oriented-guis-are-future.html. Retrieved 23 August 2012.

External links

    Sebelumnya  (Grammar checker) (Graphics Device Interface)  Berikutnya    


RegulerRegulerKuliah KaryawanJaringan WebsiteJaringan EnsiklopediaManual / TutorialGilland GroupHTML 5



Tags: Graphical user interface, Komputer, 2272, Graphical user interface Screenshot of the GUI in Windows 7, A screenshot of the GNOME Shell GUI, The Xerox Alto was the first to use a graphical user interface, In computing [ ] graphical user interface ( GUI pronounced 'gooey') [ 2 ] is a type of user interface that allows users to interact with electronic devices using images rather than text commands, GUI s can be used in computers hand he, Graphical user interface, Bahasa Indonesia, Contoh Instruksi, Tutorial, Referensi, Buku, Petunjuk m.lev yashin 1st klub union dynamo balon 1963 fc s8, prestasi.web.id
 Soal-Jawab Psikotes/TPA    Pendaftaran Online    Bermacam2 Publikasi    Kuliah Hybrid di 112 PTS Terbaik    Soal-Jawab Psikotes/TPA    Program Kuliah Gratis    Bursa Karir    Program Perkuliahan Paralel    Ensiklopedia Bebas    Program Magister (Pascasarjana, S2)    Permintaan Beasiswa Kuliah    Kuliah Reguler Sore/Malam    Download Katalog

 Qur'an Online    Jadwal Shalat    Buku Manual    Berbagai Perdebatan
Manfaat Nangka

Merawat tumbuhan Savory, Kandungan zat gizi Sorrel, Menanam benih / biji Kacang Gude di sekitar rumah, dsb.

Infokan ke Rekan
Nama Anda

Email Anda

Email Rekan 1
♙ harus diisi dengan benar

PERMINTAAN KATALOG
(GRATIS via POS)
Nama Penerima Katalog

Alamat Lengkap

Kota + Provinsi

Kode Pos

Email (tidak wajib)

⛦ harus diisi lengkap & jelas
Atau kirimkan nama dan
alamat lengkap via SMS ke HP:
0811 1990 9026


Brosur Gratis
Brosur Kelas Karyawan
Gabungan Seluruh Wilayah Indonesia

pdf (11,2 MB)zip (8,8 MB)
Image/JPG (36,2 MB)
Brosur Kelas Karyawan
JABODETABEK

pdf (5,5 MB)zip (4,4 MB)
Image/JPG (13,2 MB)
Brosur Kelas Karyawan
DIY,JATENG,JATIM & BALI

pdf (4,4 MB)zip (3,5 MB)
Image/JPG (14,5 MB)
Brosur Kelas Karyawan
JAWA BARAT

pdf (2,8 MB)zip (2,2 MB)
Image/JPG (7,1 MB)
Brosur Kelas Karyawan
SULAWESI

pdf (1,9 MB)zip (1,5 MB)
Image/JPG (5,6 MB)
Brosur Kelas Karyawan
SUMATERA & BATAM

pdf (2,2 MB)zip (1,7 MB)
Image/JPG (6,5 MB)
Brosur Reguler
pdf (4,1 Mb)zip (8,4 Mb)
Kalender RI 2023
Image/JPG (2,1 Mb)pdf (400 kb)
Soal UN & SBMPTN
pdf(3,5 Mb)zip(1,5 Mb)
STRATEGI MENINGKATKAN
Pendapatan, Kualitas Pendidikan dan Sumber Daya PTS

pdf(6 Mb)Image/JPG(16 Mb)

Terobosan Baru
Strategi MENINGKATKAN
Kualitas Pendidikan, Sumber Daya dan Pendapatan PTS
Ikhtisar Terperinci
silakan klik di bawah ini
http://kpt.co.id

Lowongan Kerja

PT. Gilland Ganesha

Dibutuhkan Segera
  • Design Grafis
  • Tenaga Ahli Pemrograman

Rangkuman Menyeluruh di :
Kesempatan kerja

155 Jenis / Ras Kucing

Pengetahuan dasar kucing, arti warna kucing, jadwal vaksinasi kucing, dsb.

Facebook Kuliah Karyawan
Twitter Kuliah Karyawan

Tujuan Penting
silakan klik di bawah ini
Piala Super UEFA
Pusat Ensiklopedi Bebas

1. Universitas Yarsi Pratama - Universitas Yarsi Pratama - Kampus : Jl. Aria Jaya Santika No. 7, Pasir Nangka, Kec. Tigaraksa, Kab. Tangerang, Banten
2. STIE Widya Persada Jakarta - Sekolah Tinggi Ilmu Ekonomi Widya Persada Jakarta - Kampus :Jl. Hj. Tutty Alawiyah No.486, RW.5, Kalibata, Kec. Pancoran, Kota Jakarta Selatan, Daerah Khusus Ibukota Jakarta 12740
3. UWIKA Surabaya - Universitas Widya Kartika Surabaya - Kampus UWIKA : Jl. Sutorejo Prima Utara II No.1, Kalisari, Kec. Mulyorejo, Kota Surabaya, Jawa Timur 60112
4. Universitas Wijaya Kusuma Surabaya - Universitas Wijaya Kusuma Surabaya - Kampus : Jl. Dukuh Kupang XXV No.54, Dukuh Kupang, Kec. Dukuhpakis, Surabaya, Jawa Timur 60225
5. Universitas Teknologi Sulawesi Makassar - Universitas Teknologi Sulawesi Makassar - Kampus UTS Makassar : Jl. Talasalapang No.51A, Karunrung, Kec. Rappocini, Kota Makassar, Sulawesi Selatan 90222
6. Universitas Teknologi Nusantara - Universitas Teknologi Nusantara - Kampus UTN : Jl. Kedung Halang Pemda pangkalan II No.66, RT.01/RW.02, Kedunghalang, Kec. Bogor Utara, Kota Bogor, Jawa Barat 16158
stibada.web.id  |  p2k.stiesahidbali.ac.id  |  usm.web.id  |  umkaba.web.id  |  p2k.itbk.ac.id  |  p2k.ipr.ac.id  |  saintekmu.web.id  |  itesa.web.id  |  p2k.nusamandiri.ac.id  |  p2k.cyber-univ.ac.id  |  uyi.web.id