OS Features Flashcards
What do OS’ do? What do they control?
They act as an intemediary between the hardware and software.
They control sofwtare resources, memory allocation and all peripheral devices and common services to computer apps.
What does multi-user mean?
This means that an OS has multiple registered users. They have thier own individual accounts allowing them to work with peripheral devices and programs at the same time.
What does multitasking mean?
The computer is capable of operating multiple applciations at once.
What does multiprocessing mean?
The OS is capable of supporting more than one CPU.
What does multithreading mean?
A program can be broken into smaller parts that are loaded as needed by the operating system. Multithreading allows different parts of a program to be run at the same time.
What are the basic fucntions of an OS?
Hardware Access.
File and folder management.
User interface.
Application management.
What decides the selection of an OS?
The type of applications used and the purpose of the OS.
Off the shelf appsshould be sued with a compatible OS.
Custom apps should refer to the programmer specifically.
What are some factors that affect hardware compatability with an OS?
Processor Speed RAM capacity Storage Capacity Graphics Card Display proportions Internet Connection.
OS’ typically have requirements for al of these factors.
What is the difference between 32-bit and 64-bit OS’?
The amount of data a computers processor can manage.
A 32-bit register can store 2^32 different binary values. A 64-bit register can store 2^64 different binary values.
32-bit supports a maximum of 4GB of memory.
64-bit is also backwards compatible with 32-bit.
Can a 32-bit OS be upgraded to a 64-bit one?
No.
That would require a fresh installation.
Which Windows OS’ can be upgraded to Windows 10? Which can’t?
Windows 7/8.
Windos XP/Vista.
What are your options for data migration?
User State Migration Tool (USMT)
Windows Easy Transfer.
PCmover Express.
What is USMT?
It is a command line utility method used for transferring files and settings between Windows PCs.
What circumstances may require the clean installation of an OS?
When a computer is passed from one employee to another.
When the OS is corrupt.
When the primary hard drive is replaced in a computer.
What are the two most popular partition scheme standards?
Master Boot Record (MBR) and Global Unique Indentifier (GUI) partition table (GPT).
What is teh MBR scheme?
Publicly introduced in 1983, the MBR contains information on how the hard drive partitions are organized.
The MBR is 512 bytes long and contains the boot loader, an executable program that allows a user to choose from multiple operating systems.
MBR has become the de facto standard but has limitations that had to be addressed. MBR is commonly used in computers with BIOS-based firmware.
What is the GPT scheme?
Also designed as a partition table scheme standard for hard drives, the GPT makes use of a number of modern techniques to expand on the older MBR partitioning scheme.
GPT is commonly used in computers with UEFI firmware. Most modern operating systems now support GPT.
What is a primary partition?
The partition that contains the OS files. On GPT partitions, all are primary partitons, on MBR only one is a primary partition.
What is a active partition?
On MBR disks it is used to store and boot the OS. Only Primary partitions can be marked as active.
There can only be one per disk.
What is a extended partition?
If more than 4 parts are required on an MBR disk then it can be extended through this.
Up to 23 logical drives/parts can be created from this extended partition.
There can only be one per HDD.
What is a basic disk?
This disk contains primary and extended partiitons.
More space can be added to a part provided that it is being extended into an adjacent unnocupied and continguous space.
What is a dynamic disk?
Dynamic disks create volumes that span across more than one disk.
The size of these parts can be changed freely after they have been set, even if the adjacent space is non-continguous.
What is formatting?
This process cerates a file system on a partition for files to be stored on.