operating systems. Flashcards

(36 cards)

1
Q

Operating system
-controls interaction between components
memory, hard drives, keyboard, cpu.

its the way we interact with machines.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

standard OS features

file management

application support

input and output support

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

linux

free unix-compatible software system

many different distributions (versions)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mac OS
desktop running on apple hardware

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

chrome OS
centers around chrome web browser
most apps are web based

many different manufactures

relies on cloud.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Apple Ipad IOS

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SDK
-software developer kit

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

file systems
before data can be written to the storage it must be formatted

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

windows file system is NTFS

-many OSes will read NTFS but not write

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

new windows filesystem being made ia ReFS
-future file system

-huge storage requirements
-constant data availability

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

FAT -file allocation table
-one of the first PC based file systems

FAT 32
-larger (2 terabyte) volume sizes
-maximum file size of 4 gigabytes

ex FAT -microsoft flash drive file system
-files can be larger than 4 gigs
-compatible across many OSes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

EXT 4 0 fourth extended- file system

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

XFS
-high performance file system for Linux,

=designed for scalability

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

boot methods

USB storage
-motherboard must support booting from USB

network boot
-PXE -preboot execution environment

ssd/hdd

internet based
- Linux distrubutions, Mac OS recovery installaition, windows updates
external/ hot swappable drive
-internal hard drive

multi boot
-pick two or more OSes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

types of installation

clean install
-wipe the slate clean

in-place upgrade
-miantain existing applications
and data

image deployment
- deploy a clone on every computer

remote network installation
-from a local or shared drive on your network

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

repair installation
fixes problems with windows OS

17
Q

zero touch deployment

an automatic install
-streamlined implementation

18
Q

the disk partition
-seperates the physical drive into logical pieces

useful to keep data separated

useful for maintaining seperate OSes

formatted partitions
are called volumes

19
Q

GPT partitioned style

GPT (GUID Partition Table)
GUID- global unique identifier

requires UEFI BIOS

20
Q

MBR

most boot record
-older standby with all the old limitations

primary partitions are the amount of different boot OSes you can have. MBR allows 4

-Extended MBR allows for logical partitions but you cannot boot from logical partitions

21
Q

disk partioniong
the first step when preparing disks.

22
Q

quick format vs full format
-quick format
-creates a new file table
-looks like data is erased but it’s not
full format
-writes zeros to the whole disk
-your data is unrecoverable

23
Q

upgrade vs install
upgrade- keeps files in place
install- start over completely fresh

24
Q

upgrade methods

in-place upgrade
-upgrade the existing OS
keeps all apps documents etc

clean install wipe everything and reload

25
prepare the boot drive Know yout drive backup old data
26
EFS encrypting file system -protect individual files and folders. - built into the NTFS file system
27
Bit locker full disk encryption
28
Microsoft management console
29
for a system overview use msinfo32.exe
30
system configuration setup boot processes, startup, services
31
regeidt.exe -the windows registry editor
32
operating system platform 32 bit vs 64 bit n
33
hardware drivers are specific 32 cannot run 64 bit but 64 can run 32 bit
34
graphics requirements
35
remote desktop
36
RDP remote desktop protocol vnc virtual network computing commonly used for technical support