CompTIA A+ Core 2 Flashcards
(145 cards)
an old partition style that allows for four primary bootable partitions per hard disk with one marked as active, and 1 extended partition per hard disk, containing additional logical partitions (not bootable)
MBR (Master Boot Record)
category of user groups given a standard set of rights that allows them to perform appropriate system tasks
built-in local groups
the latest partition style which requires a UEFI BIOS and allows for 128 partitions, all bootable
GPT (GUID Partition Table)
file system that allows for 2 TB volumes, and max file size of 4 GB
FAT32
Microsoft flash drive file system, files can be larger than 4GB
exFAT
an improved file system over FAT32 exclusively for use with Windows, including features such as quotas, file compression, encryption, etc
NTFS (New Technology File System)
ISO 9660 Standard file system, where all OSs can read the CD
CDFS (Compact Disk File System)
file systems common on Linux
ext3
file system common on Linux and Android OS
ext4
file system that allows access to files across the network
NFS (Network File System)
file system for Mac OS, replaced by APFS in High Sierra
HFST (Hierarchical File System)
formatting method that creates a new file table but does not erase data that already existed. it is the default in Windows 7, 8, 10
quick format
formatting method that writes zeroes to the whole disk, making old data unrecoverable, and checks the disk for bad sectors
full format
type of storage involving volumes spanning over an array stored in fixed disks in the computer connected via SATA or NVMe bus
dynamic storage
feature that encrypts info on the disk drive
Bitlocker
feature that offers file and folder level encryption
EFS (Encrypting File System)
feature that allows remote computers to share access to a single cache of data
Branchcache
change directory command
cd
command to rename a file
ren OldName NewName
Windows command to delete a file
del or erase
command to create a directory
md or mkdir
ex. md DirectoryName
remove directory command
rd
command to get more information
help or /?
Windows command to list files and directories
dir