Chapter 6 Operating Systems Flashcards
A key purpose of operating systems is to:
keep track of all the files that are used on a computer
A file system describes:
how data and drives are organized
In Windows the file system you choose for a hard drive affects the following:
The rules for how large a logical drive (Drive letter) can be and whether the hard drive can be used as one big drive letter or several smaller drive letters or whether it must be multiple drive letters
The efficiency of data storage (the less waste space, the better)
The security of a system against tampering
Whether a drive can be accessed by more than one operating system
FAT32 was introduced in:
1995
FAT32 has the following characteristics:
It has a 32-bit file allocation table, which allows for 268,435,456 entries per drive. An entry can be a folder or an allocation unit used by a file
The root directory can be located anywhere on the drive and can have an unlimited number of entries, which is a big improvement over FAT
FAT32 uses an 8KB allocation unit size for drives as large as 16GB
The maximum logical partition size allowed is 2TB
The limitations of FAT32 are:
it can only support individual files up to 4GB in size
it can’t use file permissions
it doesn’t support journaling systems that can fix file corruption issues
FAT32 is still used:
to format flash memory cards and USB flash drives for use in not only workstation but media players
smart TVs
printers
cameras
anything else that has a USB port
exFAT is also known as:
FAT64 because it supports 64-bit addressing
exFAT is a:
file system designed to enable mobile personal storage media to be used seamlessly on mobile and desktop computers
exFAT is designed to be:
as simple as FAT32 but with many improvements in capacity and scalability
exFAT’s main features include:
It supports volumes larger than 32GB
The recommended and maximum file sizes increase to 512TB and 64ZB respectively
Improvements in file system structure enable better performance with flash media and for movie recording
It supports Universal Time Coordinate (UTC) date stamps
exFAT support is included in Windows 7,8/8.1, and 10
Operating systems can be classified as either:
open source
closed source
open source refers to:
software that is effectively free to download and modify
closed source refers to:
software that cannot be modified without express permission and licensing
Other terms used to describe closed source software are:
vendor specific
proprietary
vendor specific means:
only one company has access to the source code
proprietary means:
the software is owned and patented and can only be used with permission and usually by paying a licensing fee
Disk Operating Systems (DOS) is a:
command line OS, which means commands are entered as strings of text
Graphical User Interface (GUI) allows:
commands to be entered with the click of a mouse
macOS was released in:
2016
macOS was designed to:
integrate with devices using the iOS operating system, such as the iPhone, Apple TV, and Apple Watch
Linux was derived from:
the UNIX operating system
Linux is named after:
Linus Torvalds
Linux was developed in:
1991