220-1202: Domain 1 - Operating Systems Flashcards
(56 cards)
What are common workstation OS types?
Windows, Linux, macOS, Chrome OS
What are examples of mobile OSs?
iPadOS, iOS, Android
Name common filesystem types in operating systems.
NTFS, ReFS, FAT32, ext4, XFS, APFS, exFAT
What are vendor life-cycle limitations?
End-of-life (EOL), update limitations
What compatibility concerns exist between operating systems?
File system differences, software compatibility, hardware drivers
What are common boot methods for OS installation?
USB, network, solid-state/flash drives, internet-based, external/hot-swappable drive, internal hard drive partition, multiboot
What are types of OS installations?
Clean install, upgrade, image deployment, remote network installation, zero-touch deployment, recovery partition, repair installation
What is a key consideration when installing third-party drivers?
Compatibility and security
What partition schemes are commonly used?
GUID Partition Table (GPT), Master Boot Record (MBR)
What should be considered during upgrades?
Backup files and user preferences, application and driver support, hardware compatibility
What is a feature update in OS lifecycle?
An update that adds or enhances OS features during its product life cycle
Name the Windows 10 editions.
Home, Pro, Pro for Workstations, Enterprise
Name the Windows 11 editions.
Home, Pro, Enterprise
What are āNā versions of Windows?
Versions without media-related technologies (like Windows Media Player)
What feature differences exist between Windows editions?
Domain vs. workgroup support, Remote Desktop Protocol availability, RAM limits, BitLocker, Group Policy Editor (gpedit.msc)
What are upgrade paths for Windows?
In-place upgrade, clean install
What hardware requirements are important for Windows installation?
Trusted Platform Module (TPM), Unified Extensible Firmware Interface (UEFI)
What can Task Manager display?
Services, startup programs, performance stats, processes, users
What MMC snap-ins are commonly used?
Event Viewer, Disk Management, Task Scheduler, Device Manager, Certificate Manager, Local Users and Groups, Performance Monitor, Group Policy Editor
Name some additional Windows tools.
System Information, Resource Monitor, System Configuration, Disk Cleanup, Disk Defragmenter, Registry Editor
What commands are used for navigation?
cd, dir
What are common network commands?
ipconfig, ping, netstat, nslookup, net use, tracert, pathping
What disk management commands are used?
chkdsk, format, diskpart
What commands manage files and directories?
md (make directory), rmdir (remove directory), robocopy