WIMP (computing) - definition. What is WIMP (computing)
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

STYLE OF HUMAN-COMPUTER INTERACTION
Wimp interface; WIMP interface; Windows, Icons, Menus, Pointers
  • A [[word processing]] program that uses a WIMP paradigm, providing mouse-operated toolbars and menus to access its functions

WIMP (computing)         
In human–computer interaction, WIMP stands for "windows, icons, menus, pointer", denoting a style of interaction using these elements of the user interface. Other expansions are sometimes used, such as substituting "mouse" and "mice" for menus, or "pull-down menu" and "pointing" for pointer.
wimp         
MUSIC STREAMING SERVICE
WIMP (music streaming service)
informal
¦ noun a weak and cowardly person.
¦ verb (wimp out) withdraw from something in a cowardly way.
Derivatives
wimpish adjective
wimpishly adverb
wimpishness noun
wimpy adjective (wimpier, wimpiest).
Origin
1920s: origin uncertain, perh. from whimper.
WIMP (software bundle)         
SET OF SOFTWARE USED TO RUN DYNAMIC WEBPAGES AND SERVERS
WIMP (webserver)
The acronym WIMP is a solution stack of software, partially free and open source software, used to run dynamic Web sites on servers. The expansion is as follows:

ويكيبيديا

WIMP (computing)

In human–computer interaction, WIMP stands for "windows, icons, menus, pointer", denoting a style of interaction using these elements of the user interface. Other expansions are sometimes used, such as substituting "mouse" and "mice" for menus, or "pull-down menu" and "pointing" for pointer.

Though the acronym has fallen into disuse, it has often been likened to the term graphical user interface (GUI). Any interface that uses graphics can be called a GUI, and WIMP systems derive from such systems. However, while all WIMP systems use graphics as a key element (the icon and pointer elements), and therefore are GUIs, the reverse is not true. Some GUIs are not based in windows, icons, menus, and pointers. For example, most mobile phones represent actions as icons and menus, but often do not rely on a conventional pointer or containerized windows to host program interactions.

WIMP interaction was developed at Xerox PARC (see Xerox Alto, developed in 1973) and popularized with Apple's introduction of the Macintosh in 1984, which added the concepts of the "menu bar" and extended window management.

The WIMP interface has the following components:

  • A window runs a self-contained program, isolated from other programs that (if in a multi-program operating system) run at the same time in other windows.
    • These individual program containers enable users to move fluidly between different windows.
    • The window manager software is typically designed such that it is clear which window is currently active. Design principles of spacing, grouping, and simplicity help the user maintain focus when working between more than one window.
  • An icon acts as a shortcut to an action the computer performs (e.g., execute a program or task).
    • Text labels can be used alongside icons to help identification for small icon sets.
  • A menu is a text or icon-based selection system that selects and executes programs or tasks. Menus may change depending on context in which they are accessed.
  • The pointer is an onscreen symbol that represents movement of a physical device that the user controls to select icons, data elements, etc.

This style of system improves human–computer interaction (HCI) by emulating real-world interactions and providing greater ease of use for non-technical people. Because programs contained by a WIMP interface subsequently rely on the same core input methods, the interactions throughout the system are standardized. This consistency allows users' skills to carry from one application to another.