User Interfaces for Operating Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary related to user interfaces for operating systems, including CLI, GUI, shells, and desktop environments.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Command Line Interface (CLI)

A user interface for operating systems that involves typing commands.

2
New cards

Graphical User Interface (GUI)

A user interface for operating systems that uses visual elements like icons and windows.

3
New cards

Text Based User Interface (TUI)

An interface that is similar to a command line interface, but uses keystrokes to subdue certain actions.

4
New cards

Shell

A program that communicates with the kernel of the operating system, taking typed commands from the user and executing them.

5
New cards

Born Shell

The original shell.

6
New cards

Born Again Shell (Bash)

The most common shell.

7
New cards

PowerShell

A command interface in Windows that uses a different syntax than bash.

8
New cards

Man

A command that gets you the technical documentation for any other commands that is available in the shell.

9
New cards

LS

Lists the content of a directory.

10
New cards

PWD

Shows your current location in the file system.

11
New cards

Desktop Environment

A suite of x clients and a window manager designed to provide an integrated desktop experience.

12
New cards

XServer

Controls the graphic cards and gets input from keyboards and mouse.

13
New cards

XClients

The applications that might be running on your graphical user interface

14
New cards

Window Manager

Manages all of the windows that are active on the desktop.

15
New cards

XWindow

A GUI system for POSIX.