Chapter 2 - Operating Systems Flashcards
What is an Operating System?
Software that provides a computer user with a file system structure and with a means of communicating with the computer hardware, such as Windows
What is the name of the core of any operating system?
Kernel
What is multitasking on an OS?
The ability of the operating system to support two or more programs running at the same time
What is preemptive multitasking?
Also known as time splicing. It is the process which allows multiple programs to share control of the operating system
What is Cooperative Multitasking?
One program dominates the operating system but will allow another program to run while it is idle
What is it called when data and parts of a program can be shared between two or more CPU’s or 2 cores on a CPU?
Multithreading
What is the Command Line Interface used for?
to issue text commands to a computer
What is a GUI?
A graphical user interface, allows the user to perform functions by selecting on-screen icons rather than using text commands. Both windows and Mac use GUI’s
What is the basic File System Structure, and what are the components?
File - A program or a collection of data that forms a single unit. Directory - A folder containing other programs (files) or other folders (subdirectory) Subdirectory - Any folder or directory within another folder
What is a root directory?
The directory at the top of the storage. For example a Hard Drive (C:)
What is used to identify the location of a specific file?
A pathname
What is the method of organizing files on a storage device?
The file system
What does any file system maintain?
A file table of all areas on the disk, tracking what areas are used and what areas are not.
What is in a configuration file?
Information such as the amount of memory and the type of video adapter present in the system
What is a registry?
A database that stores configuration information
What is a file extension?
Was used by DOS standards on older OS’s, denoting what type of file it is, like “.exe”. Today extensions are not necessary but do help identify what the file type is.