1202 From First set of 10th Set

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/333

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:53 PM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

334 Terms

1
New cards

Kernel

The innermost core of an OS that directly controls hardware and memory allocation.

2
New cards

Open source

Software whose source code is publicly readable, modifiable, and distributable.

3
New cards

Closed source

Proprietary software where only the vendor can inspect, modify, and update the code.

4
New cards

Linux distribution (distro)

A package containing the Linux kernel, a package manager, and desktop environments.

5
New cards

SDK (Software Developer's Kit)

A complete toolkit used by developers to write applications for a specific platform.

6
New cards

Virtual memory (paging/swap)

Storage drive space used as slow, temporary RAM when physical RAM is full.

7
New cards

End of Life (EOL)

The date when a vendor stops providing security patches and updates for software.

8
New cards

Open Handset Alliance

A Google-led group formed to design Android for diverse hardware compatibility.

9
New cards

Partition

A logical division of a physical drive that functions as a separate volume.

10
New cards

Quick format vs. Full format

Quick writes a new file index; full writes zeros and checks for bad sectors.

11
New cards

Journaling

A file system feature logging changes before writing them to prevent data corruption.

12
New cards

Fragmentation

The scattering of file parts across an HDD, which slows read/write times.

13
New cards

exFAT

A modern file system for flash drives that bypasses FAT32's 4 GB file limit.

14
New cards

APFS snapshot

A read-only, point-in-time state of a file system that only tracks block changes.

15
New cards

PXE (Preboot Execution Environment)

A standard allowing computers to boot and install an OS over a network connection.

16
New cards

ISO image

A single file containing a bit-for-bit, exact copy of an entire optical disc.

17
New cards

Master Boot Record (MBR)

An older partition style limited to four primary partitions and 2 TB drive sizes.

18
New cards

GUID Partition Table (GPT)

A modern partition style using 128-bit unique identifiers and supporting drives over 2 TB.

19
New cards

UEFI

The modern BIOS replacement supporting Secure Boot, GUI interfaces, and larger drives.

20
New cards

Secure Boot

A UEFI security feature that checks digital signatures on bootloaders to block rootkits.

21
New cards

Zero-touch deployment

An automated enterprise OS installation process requiring no manual technician interaction.

22
New cards

diskpart

A powerful Windows command-line utility used for managing disks and partitions.

23
New cards

TPM (Trusted Platform Module)

A dedicated motherboard microchip that securely stores hardware-rooted cryptographic keys.

24
New cards

BitLocker

Windows' built-in full-disk encryption software, which typically requires a TPM.

25
New cards

Windows Hello

A biometric authentication system that secures templates directly inside the TPM.

26
New cards

Quality updates vs. Feature updates

Quality updates are critical security patches; feature updates add new OS capabilities.

27
New cards

Modern Lifecycle Policy

Microsoft's support policy requiring users to keep updating to remain officially supported.

28
New cards

msinfo32

A Windows tool displaying comprehensive details about hardware, software, and BIOS.

29
New cards

Active Directory (AD)

A Windows Server directory service used to manage users, computers, and security policies.

30
New cards

Group Policy

An Active Directory mechanism used to push settings to domain-joined Windows PCs.

31
New cards

Remote Desktop Protocol (RDP) restriction

Windows Home can connect to other PCs but cannot accept incoming RDP connections.

32
New cards

AppLocker

An administrative tool used to whitelist or blacklist specific executable files from running.

33
New cards

BranchCache

An enterprise feature caching WAN-delivered files locally at branch office locations.

34
New cards

MDM vs. MAM

MDM manages the entire device; MAM controls only specific corporate applications.

35
New cards

Ctrl + Shift + Escape

The fastest direct keyboard shortcut to open the Windows Task Manager.

36
New cards

Services (Task Manager)

Background programs supporting Windows functions, security, and networking.

37
New cards

Startup Tab

A Task Manager tab used to manage and disable auto-starting boot applications.

38
New cards

Microsoft Management Console (MMC) executable

mmc.exe

39
New cards

Event Viewer run command

eventvwr.msc

40
New cards

Disk Management run command

diskmgmt.msc

41
New cards

Task Scheduler run command

taskschd.msc

42
New cards

Device Manager run command

devmgmt.msc

43
New cards

Certificate Manager run command

certmgr.msc

44
New cards

Performance Monitor run command

perfmon.msc

45
New cards

Local Group Policy Editor run command

gpedit.msc

46
New cards

Domain Group Policy Management Console run command

gpmc.msc

47
New cards

Interrupt Request (IRQ)

A hardware channel used by devices to signal the CPU for immediate attention.

48
New cards

Direct Memory Access (DMA)

A feature allowing hardware to transfer data directly to RAM without involving the CPU.

49
New cards

Registry hive

A top-level subdivision of the Windows registry saved as a physical file on disk.

50
New cards

User Account Control (UAC)

A security boundary requiring explicit confirmation before running programs with elevated privileges.

51
New cards

HKEY_LOCAL_MACHINE (HKLM)

The registry hive containing machine-wide hardware, software, and system configuration settings.

52
New cards

Resultant Set of Policy (RSOP)

The final combined Group Policy settings applied to a user or computer.

53
New cards

CBS.log (Cabinet Staging log)

The log file that records detailed actions and repairs made by SFC.

54
New cards

Robocopy /IPG switch

Adds an Inter-Packet Gap to throttle bandwidth during file transfers.

55
New cards

Sleep vs. Hibernate

Sleep stores state in RAM (low power); Hibernate saves state to disk (no power).

56
New cards

Active Directory time requirement

Client machines must have synchronized system time for authentication to succeed.

57
New cards

Hidden administrative share naming convention

Append a dollar sign ($) to the end of the share name.

58
New cards

Workgroup vs. Domain

Workgroups use local peer-to-peer authentication; domains use centralized authentication via Active Directory.

59
New cards

TCP (Transmission Control Protocol)

Connection-oriented protocol; recipient confirms delivery (like a certified letter).

60
New cards

UDP (User Datagram Protocol)

Connectionless protocol; faster transmission but no delivery confirmation.

61
New cards

Port 80

The port number used for unencrypted HTTP web traffic.

62
New cards

Port 443

The port number used for encrypted HTTPS web traffic.

63
New cards

Inbound vs Outbound Rules

Inbound controls incoming traffic (knocking); outbound controls outgoing traffic (leaving).

64
New cards

Firewall Disposition

The action taken on traffic: Allow, allow-if-secure, or block.

65
New cards

Connection Security Rules

Advanced firewall rules using IPsec to encrypt and authenticate traffic.

66
New cards

Subnet Mask

Defines which part of an IP address is the network and which is the host.

67
New cards

Default Gateway

The router address used to send traffic outside the local subnet.

68
New cards

Loopback Address (127.0.0.1)

Also called localhost; tests if the local TCP/IP stack is running.

69
New cards

DNS (Domain Name System)

Resolves human-readable domain names to machine-readable IP addresses.

70
New cards

VPN Concentrator

Dedicated device terminating many remote VPN connections simultaneously.

71
New cards

802.1X

An authentication standard that verifies wireless users against a RADIUS server.

72
New cards

PSK vs Enterprise Wi-Fi

PSK uses one shared password; Enterprise uses individual user credentials.

73
New cards

Proxy vs VPN

Proxy filters and inspects content; VPN encrypts all traffic end-to-end.

74
New cards

net use command format

net use [drive letter]: [\\server\share]

75
New cards

macOS Tilde (~) symbol

Shorthand for the current user's home directory.

76
New cards

macOS .app Bundle

A directory containing all application files, treated as one object in Finder.

77
New cards

MDM (Mobile Device Manager)

Platform used by IT to push policies and manage macOS/iOS devices remotely.

78
New cards

Rapid Security Response (RSR)

Targeted macOS security patches pushed quickly, indicated by a letter suffix (e.g., 14.4a).

79
New cards

Active Directory Integration (macOS)

Allows macOS users to log in using corporate Windows domain credentials.

80
New cards

WINS (Windows Internet Naming System)

Legacy protocol resolving NetBIOS names to IP addresses on Windows networks.

81
New cards

IPv4 vs IPv6

IPv4 uses 32-bit addresses (limited); IPv6 uses 128-bit addresses (unlimited).

82
New cards

macOS Accessibility Permission

High-security permission required by keyloggers and screen recorders to function.

83
New cards

Print Queue

List of pending print jobs; cleared first when troubleshooting a stuck printer.

84
New cards

macOS Keychain

OS-level manager storing passwords and digital certificates for authentication.

85
New cards

macOS Spaces

Virtual desktops used to organize different application windows on one screen.

86
New cards

AirDrop Connection Requirements

Uses Bluetooth to establish connection, then direct Wi-Fi to transfer files.

87
New cards

FileVault

Full disk encryption protecting macOS data at rest.

88
New cards

Shell Script

Plain text file containing automated sequential terminal commands.

89
New cards

Force Quit vs Restart

Force quit kills one frozen app; restart reboots the entire OS.

90
New cards

Linux /etc/shadow

Stores secure password hashes, readable only by root (unlike /etc/passwd).

91
New cards

Password Hashing

One-way mathematical function converting passwords to fixed-length strings.

92
New cards

Kernel Space vs User Space

Hardware-enforced separation preventing user app crashes from taking down the OS.

93
New cards

Linux /etc/hosts

Local file mapping hostnames to IPs; takes priority over DNS.

94
New cards

systemd

Modern Linux init system starting services in parallel for faster boots.

95
New cards

UEFI vs Legacy BIOS

UEFI supports >2TB drives, Secure Boot, and graphical interfaces.

96
New cards

Linux chmod Permission Values

read = 4, write = 2, execute = 1.

97
New cards

chmod 744 Permissions

User: read/write/execute (7), Group: read (4), Others: read (4).

98
New cards

grep vs. find

grep searches inside files; find searches for files by name.

99
New cards

rm -r

Deletes a directory and its contents recursively with no undo.

100
New cards

sudo vs. su

sudo runs one elevated command; su switches the entire session to root.