Chapter 2 - Operating Systems Flashcards
(42 cards)
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.
On Windows 8, what is the name of a shortcut on the Metro screen?
A tile

What is Cmd.exe?
Command Interpreter, a text based program that uses Internal Commands to make commands on a computer
What is an Internal Command?
Commands who’s required software to run is within the program running it.
What is an External Command?
Commands issued by software that executes another program to perform an action
What is the name of the Command Interpreter used by Microsoft?
the Command Prompt
What are complete software programs that run when the file name is entered at the command prompt?
Executable files

What is Windows Aero?
An enhanced user interface, that which is more sophisticated than the user interfaces of OS’s prior to Vista. Most noticeable feature makes the borders of windows transparent.

What is Encryption?
The process of rendering the contents of a file unreadable by people other than those who are allowed to read it






