Chapter 5: Fundamental Operating Systems Flashcards
Explain the purpose of an operating system. Describe and compare operating systems to include purpose, limitations, and compatibilities. Determine the operating system based on customer needs. Install an operating system. Navigate a Graphical User Interface (GUI). Identify and apply common preventive maintenance techniques for operating systems. Troubleshoot operating systems.
What is the role of an operating system?
Control hardware access, manage files and folders, provide user interface, and manage applications
What must occur to bridge communication between hardware and applications?
A device driver for the hardware must be installed
What is a device driver?
A small program written by the hardware manufacturer usually supplied with the hardware component
What process can assign system resources and install drivers automatically when hardware is connected?
Plug and Play (PnP)
What is the PnP system?
Plug and Play system
Which OS was PnP introduced on?
Windows 95
What does the OS typically do after installing the device driver?
Update the registry
What is the registry?
Database that contains all the information about the computer
What information does the registry contain?
Information about applications, users, hardware, network settings, and file types.
What does the operating system create on the hard disk drive to allow data to be stored?
File structure
What is a file?
A file is a block of related data that is given a single name and is treated as a single unit
Program and data files are _______ ________ in a single directory
Grouped together