Windows and Linux Lab Vocabulary (MCSL-204)

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

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key Windows 10 and Linux concepts and commands found in the lab manual.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Operating System (OS)

System software that manages hardware resources and provides services for programs; handles file, memory, process, I/O management and peripheral control.

2
New cards

API (Application Programming Interface)

A set of interfaces through which applications request services from the OS, enabling interaction with system features via APIs or system calls.

3
New cards

System Call

A programming interface used by applications to request services from the operating system.

4
New cards

GUI (Graphical User Interface)

A user interface that enables interaction with the OS through graphical elements like windows, icons, and menus.

5
New cards

Start Menu (Windows 10)

The main menu in Windows 10 that combines a scrolling list of apps with live tiles and options, and can be resized or made full screen.

6
New cards

Cortana

Windows 10 personal assistant and search tool that helps locate apps, documents, and information; supports reminders.

7
New cards

Task Switcher

A feature (and task view) that helps you switch between running applications with visual thumbnails.

8
New cards

Snap Assist

A feature that lets you snap windows to screen corners to create multitasking layouts; supports four corners.

9
New cards

Command Prompt

Windows’ command-line interface; supports resizing, keyboard shortcuts, and script-based tasks.

10
New cards

Universal Apps

Apps designed to run across multiple Windows devices (PC, phone, Xbox) with shared code.

11
New cards

Windows Store

The Windows app store from which desktop apps and universal apps can be downloaded.

12
New cards

File Explorer (Windows Explorer)

The file management interface in Windows; accessed via Windows+E; shows Quick Access and recent files.

13
New cards

Edge Browser

Microsoft’s lean, fast browser designed to catch up with modern web standards.

14
New cards

Windows Defender

Built-in antivirus protection included with Windows 10.

15
New cards

DirectX 12

Microsoft’s graphics API with major performance improvements, compatible with many GPUs.

16
New cards

Virtual Desktops

Feature to run and manage multiple desktops, each with its own set of windows.

17
New cards

Windows Hello

Multi-factor authentication using PIN or biometric methods (facial/ fingerprint) for Windows devices.

18
New cards

Kernel

The core component of an OS that manages hardware and system resources and mediates between hardware and software.

19
New cards

Shell

Interface between the user and the kernel that parses and executes commands; multiple shells exist (e.g., bash, zsh, csh).

20
New cards

Bash (Bourne Again Shell)

The most widely used Linux shell; sh-compatible; supports scripting, command-line editing, and job control.

21
New cards

Zsh (Z Shell)

An interactive, highly customizable shell with features like advanced completion and globbing.

22
New cards

Korn Shell (ksh)

A powerful scripting shell similar to bash, with its own language features.

23
New cards

Tcsh/Tesh

A C shell variant with C-like syntax, job control, and command-line editing; common on BSD-based systems.

24
New cards

Fish

Friendly interactive shell known for user-friendly features like color cues and auto-completion.

25
New cards

Root Directory (/)

The top-level directory in Linux/UNIX file systems from which all paths descend.