Terms

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

1/154

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:38 PM on 7/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

155 Terms

1
New cards

FAT32

most compatible file system, but limited to 32 gb, file size 4gb, and no security features

2
New cards

NTFS

compatible with windows only, very big file size and storage, and has file security

3
New cards

exFAT

supports files larger than 4gb, and has more than 32gb of storage, more compatible than NTFS, no security features

4
New cards

HFS+

Hierarchical file system plus (macOS’s)

5
New cards

APFS

Apple file system

6
New cards

ext3

third extended file system (Linux)

7
New cards

ext4

fourth extended file system (linux)

8
New cards

Linux can accept what formats?

NFTS, FAT32, exFAT, and HFS+ (read only)

9
New cards

CDFS

Compact disk file system (optical disc)

10
New cards

UDF

universal disk format (optical disk)

11
New cards

EOL

end of life

12
New cards

Partition

A storage section on the drive

13
New cards

MBR

Master Boot record

14
New cards

GPT

GUID Partition table

15
New cards

What is a MBR?

informs the computer that there is an OS here, allows for 4 primary partitions with 2.2 tb per partition

16
New cards

What is a GPT?

allows for unlimited primary partitions and has no limit per partition

17
New cards

primary partition

A partition that allows you to boot OS’s

18
New cards

extended partitions

usually used with mbr, and it allows a partition to contain many logical drives

19
New cards

Hidden partition

partitions used to store recovery data

20
New cards

Swap partition

used to restore virtual memory

21
New cards

full format

runs an extra step to check for bad sectors in a hard drive

22
New cards

quick format

drive is not checked for bad sectors

23
New cards

WDS

windows deployment service

24
New cards

PXE

preboot execution environment

25
New cards

upgrade installation

replace windows but keep all data and compatible application in place

26
New cards

clean install

installs windows on a device with a empty hard drive

27
New cards

network install

fastest way to install windows on many computers

28
New cards

how do you use a network install?

setup a WDS, go to bios on a computer and make it boot on a nic card, it boots to a PXE environment, it starts installing

29
New cards

windows 10 home

for consumer use can only have 1 cpu and up to 128 gb of ram

30
New cards

windows 10 pro

for corporate users, can join domains, have every feature, along with 2 cpu and a 2 tb ram limit

31
New cards

windows 10 enterprise

same as pro but can have 4 cpus and 6 tb ram limit

32
New cards

what is a tpm?

usually a chip or firmware on your motherboard that adds hardware level security

33
New cards

what is windows 11 N?

versions of windows without media-related technologies (ex. media player, music and video apps)

34
New cards

UEFI

its a bios thats very fast, better security features, large drive support, etc.

35
New cards

mmc

microsoft management console

36
New cards

what is a mmc?

a custom toolbox of useful utilities referred to as snap-ins

37
New cards

Snap-ins

shortcuts to useful applications in your console

38
New cards

registry editor

a database that stores all the settings and configs for windows and its applications

39
New cards

help

is used to list commands

40
New cards

dir

list files and folders

41
New cards

/?

give help on the command

42
New cards

cd (chdir)

used to move from one folder to another

43
New cards

md (mkdir)

used to make new folders

44
New cards

rd (rmdir)

used to delete empty files

45
New cards

del

used to delete files

46
New cards

tree

List files and folders within the current folder and all subfolders

47
New cards

winver

shows what version of windows you are on

48
New cards

cls

clear screen

49
New cards

copy

used to copy files

50
New cards

xcopy

can copy folders, subfolders, and all the files in them

51
New cards

robocopy

more advanced xcopy

52
New cards

ping-n

change the number of pings sent

53
New cards

ping-L

change the size of the ping packets

54
New cards

ping-t

pings continuously

55
New cards

ping -4

force an IPv4 ping

56
New cards

ping -6

force an IPv6 ping

57
New cards

ping

uses ICMP to see if another machine is alive (end to end)

58
New cards

ipconfig

displays all network info

59
New cards

ipconfig /all

displays more detailed network info

60
New cards

ipconfig /renew

request configs from a DCHP server

61
New cards

ipconfig /release

removes configs obtained through DHCP

62
New cards

ipconfig /displaydns

displays the local DNS cache

63
New cards

ipconfig /flushdns

clears the local DNS cache

64
New cards

net use

used to connect to a network share

65
New cards

netstat

displays active network connections

66
New cards

netstat -a

displays all connections, including listening ports

67
New cards

tracert

uses icmp to return a hop count

68
New cards

net user

used to manage user accounts

69
New cards

pathping

performs a ping and a traceroute at the same time

70
New cards

nslookup

identifies the current DNS server and displays IP addresses for a provided name

71
New cards

hostname

displays a computers hostname

72
New cards

chkdsk

scans a disk in hopes of recovering corrupted files

73
New cards

chkdsk /f

fixes errors on the disk

74
New cards

chkdsk /r

fixes errors and locates bad sectors on a disk

75
New cards

format

preparing a data storage device for use by creating a file system

76
New cards

format /fs

specifies the type of file system

77
New cards

format /q

performs a quick format

78
New cards

convert

changes fat/fat32 to NTFS without erasing files

79
New cards

sfc

the system file checker used to repair system files

80
New cards

sfc /SCANNOW

scan the integrity of all protected system files and repairs

81
New cards

sfc /VERIFYONLY

scans system files but does not repair them

82
New cards

shutdown /p

turn off the local computer with no time-out or warning

83
New cards

shutdown /r

full shutdown and restart the computer

84
New cards

gpupdate

updates the latest group policy setting

85
New cards

Gpresult

shows the group policy is applied to the computer

86
New cards

workgroup

a setup that uses no server, and all the users are locally on the machine (like at home)

87
New cards

domain

a centralized server that can control/manage all accounts etc (most of the time, like at work)

88
New cards

subnet mask

tells you what network that ip belongs to

89
New cards

static IP

an IP you type in manually

90
New cards

dynamic IP

an IP assigned by the DHCP server

91
New cards

APIPA address

An address given to you, haven’t received an address from the DHCP (starts with 169.254)

92
New cards

bitlocker

full volume encryption feature included with windows

93
New cards

bitlocker to go

drive encryption on usb’s

94
New cards

domain

refers to the entire network under the control of the domain controller

95
New cards

kerberos

Network authentication protocol (used by Active Directory) that issues time-limited tickets instead of resending passwords

96
New cards

archive bit

shows if a file has changed / modified

97
New cards

incremental backup

only files that has changed since the last backup, clears the archive bit

98
New cards

differential backup

only files that has changed since the last full backup, doesn’t clear archive bit

99
New cards

synthetic backup

a combo backup that takes a full backup plus an incremental or differential to create another full backup

100
New cards

what is the hardware requirements for a 32 bit windows 10 OS?

1 ghz cpu, 1 gb ram, 16 gb storage