Send a link to your students to track their progress
10 Terms
1
New cards
User Interface (UI)
A method by which a user interacts with a computer.
2
New cards
Graphical User Interface (GUI)
A computer interface comprising a window system with a pointing device to direct I/O, choose from menus, and make selections and, usually, a keyboard to enter text.
3
New cards
Touch-screen Interface
A user interface in which touching a screen allows the user to interact with the computer.
4
New cards
Command-Line Interface (CLI)
A method of giving commands to a computer based on a text input device (such as a keyboard).
5
New cards
Shared Memory
In interprocess communication, a section of memory shared by multiple processes and used for message passing.
6
New cards
Message Passing
In interprocess communication, a method of sharing data in which messages are sent and received by processes. Packets of information in predefined formats are moved between processes or between computers.
7
New cards
Command Interpreter
The operating system component that interprets user commands and causes actions based on them.
8
New cards
Shell
One of the command interpreters on a system with multiple command interpreters to choose from.
9
New cards
Desktop
In a GUI, the standard workspace represented by the GUI on the screen, in which a user executes tasks.
10
New cards
Icons
Images representing objects (such as files or applications) that users can choose via the GUI.