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).