1.2 - Installing Operating Systems

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/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:23 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

What are two requirements for booting from USB?

(1) USB must be bootable,

(2) Computer must support booting from USB.

2
New cards

What does PXE stand for and what is it?

Preboot eXecution Environment is used for remote network installations and also requires BIOS/UEFI support.

3
New cards

Q: What's the difference between a clean install and an in-place upgrade?

A: Clean install wipes everything and reinstalls (data loss risk).

In-place upgrade maintains existing applications and data.

4
New cards

Q: What are the advantages of image deployment?

  • quick

  • automated

  • consistent

5
New cards

Q: What is zero-touch deployment?

A: Automatic installation with company-specific configurations. User turns on system and it installs itself with no manual intervention needed.

6
New cards

Q: What is a recovery partition?

A: A hidden partition on the drive containing installation files for OS recovery.

7
New cards

Q: What is a repair installation?

A: Fixes problems with the Windows OS without modifying user files.

8
New cards

Q: Why partition a disk?

A: Separates physical drive into logical pieces to keep data separated and maintain separate operating systems (Windows, Linux, etc.).

9
New cards

Formatted partitions are called what?

Volumes

10
New cards

Q: How many partitions can GPT support?

A: GPT (GUID Partition Table): up to 128 partitions

11
New cards

Q: How many partitions can MBR support?

MBR (Master Boot Record): up to 4 primary partitions per disk.

12
New cards

Q: What BIOS type does GPT require?

A: UEFI BIOS (or BIOS-compatibility mode, though this disables UEFI SecureBoot).

13
New cards

Q: What's the maximum partition size for MBR vs. GPT?

A: MBR: 2 TB maximum. GPT: Over 9 billion TB theoretically; Windows currently maxes at 256 TB.

14
New cards

Q: What are the three types of MBR partitions and which are bootable?

A: Primary (bootable, max 4 per disk), Extended (container for logical partitions, max 1 per disk), Logical (inside extended partition, NOT bootable).

15
New cards

Q: What's the difference between quick and full format?

A: Quick format creates new file table (data still exists, no checks). Full format writes zeros to entire disk (unrecoverable), checks for bad sectors, time-consuming. Windows 10/11 default is quick format; use diskpart for full format.