CompTIA A+ 1102 Operating Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Why do you need an operating system?

- controls interaction between components

- provides a common platform for applications

- provides the user interface (UI)

2
New cards

Standard OS Features (list)

- file management

- application support

- I/O support

- included OS configuration and management tools

3
New cards

Microsoft Windows Advantages (list)

- large industry support

- many OS options

- wide variety of software support

4
New cards

Microsoft Windows Disadvantages (list)

- big target for security exploitation

- challenging integration due to the sheer amount of support for various hardware

5
New cards

Linux Advantages (list)

- free

- works on a wide variety of hardware

6
New cards

Linux Disadvantages (list)

- limited driver support

- limited support options

7
New cards

Mac OS Advantages

- easy to use

- extremely compatible

- relatively few security concerns

8
New cards

Mac OS Disadvantages

- requires apple hardware

- high initial cost

- less industry support than Windows

9
New cards

Chrome OS

- based on the Linux kernel

- created around the Chrome web browser

- most applications are web based

- many different manufacturers

- relatively cheap

- relies on the cloud

10
New cards

iPad OS Tablet Features (list)

- browser (Safari)

- second monitor support (Sidecar)

- keyboard support

- multitasking

11
New cards

iOS

- based on Unix

- cloud sourced

12
New cards

iOS Applications

- developed with iOS SDK on MacOS

- must be approved by Apple, prior to release

13
New cards

Google Android

- from the Open Handset Alliance

- open sourced, based on Linux

- wide device and hardware support

14
New cards

Google Android Applications

developed on Windows, MacOS, and Linux, using the Android SPK

15
New cards

End of Life (acronym)

EOL

16
New cards

OS EOL Policies

vary depending on the OS

17
New cards

Updating Operating Systems

- iOS, Android, and Windows check and prompt for updates.

- Chrome OS updates automatically

18
New cards

Do applications have compatibility between different operating systems?

There is almost no direct application compatibility between operating systems.

19
New cards

Boot Methods for Installing an Operating System (list)

- USB storage

- must be bootable

- computer must support booting from USB

- optical media

- PXE

- SSDs and HDDs

- internet-based

- external/hot swappable drive

- some can mount an ISO image

- boot from USB

20
New cards

Preboot Execution Environment (acronym)

PXE

21
New cards

PXE

- allows for remote OS installation, over a network

- booting with PXE must be supported by the OS

22
New cards

Types of Operating System Installations (list)

- in-place upgrade

- recovery partition

- clean install

- can be in conjunction with a migration tool

- image deployment

- deploy a clone on every computer

- can be completely automated

- repair installation

- does not modify user files

- remote network installation

- install across the internet, or from a local server or shared drive

23
New cards

Disk Partitions

- separates the physical drive into logical pieces

- useful for maintaining multiple operating systems

- in Windows, formatted partitions are called volumes

24
New cards

GUID Partition Table (acronym)

GPT

25
New cards

GPT Partition Style

- the latest partition format standard

- requires a UEFI BIOS

- can have up to 128 partitions

- maximum partition size is over 9 billion TB

- no need for extended partitions or logical drives

26
New cards

Master Boot Record (acronym)

MBR

27
New cards

MBR Partition Style

- maximum partition size of 2 TB

- includes primary and extended partitions

primary partitions:

- bootable

- maximum of four per hard disk

- one can be marked as active

extended partitions:

- used for extending the maximum number of partitions

- one per hard disk (though optional)

- contains additional logical partitions

- not bootable

28
New cards

Disk Partitioning

- the first step when preparing disks

- disks may already be partitioned, though

- not always compatible with the new OS

- occurs during Windows startup

29
New cards

Quick Format (Disk Partitioning)

- creates a new file table

- looks like data is erased, but it's not

- no additional checks

- the default option

30
New cards

Full Format (Disk Partitioning)

- uses the "diskpart" utility

- writes zeroes to the whole disk, making data unrecoverable

- checks the disk for bad sectors