Module 1 Flashcards
Authentication
A process that verifies that an account trying to access a system is valid and has provided valid credentials. The most common form of authentication is a login with a username and password.
Authorization
A process that verifies that an authenticated account has permission to perform an action on a system.
Basic Input/output system (BIOS)
Program code that is located in firmware, starts when the system is powered on, initializes hardware, performs system tests, and loads the operating system.
Beginner’s Al-Purpose Symbolic Instruction Code (BASIC)
An English-like computer programming language originally designed as a teaching tool, but which evolved into a useful and relatively powerful development language.
Boot Procedure
A series of steps performed by every computing device that starts with the application of power to the CPU and other hardware components and ends with a running system ready to perform work.
Bootstrap
A small program in a system’s firmware that locates and then loads the bootloader program, which is responsible for loading the initial process that makes up the operating system.
Complimentary Metal Oxide Semiconductor (CMOS)
A type of memory that stores a computer’s BIOS configuration. A CMOS chip uses a low-power memory technology that is powered by a small battery.
 Computer Hardware 
The physical devices in a computer, including the CPU, circuit boards, (cards), disk drive, monitor, and modem. 
Cooperative Multitasking 
An operating system design in which a running process must voluntarily relinquish control of the CPU to allow other processes to run. 
Deterministic 
A performance property of an operating system, or operating system component in which it is possible to determine the worst case response times under a given set of conditions.
Device Driver
A process that accesses hardware devices directly on behalf of other processes. 
Embedded System
A computer that has a dedicated function within a larger system, such as a piece of machinery.
Fault Tolerance
The ability of a system to recover from a hardware or software failure.
File Handle
An identifier for a file that contains all the information the file system needs to locate and access the file.
File System
The method by which an OS stores and organizes files and manages access to files on a storage device.
Firmware
Program code that is stored on a computer hardware in non-volatile memory and is responsible for performing diagnostic tests on booting the operating system.
Graphical user Interface (GUI)
An interface between the user and an operating system that presents information in an intuitive graphical format, including multiple colors, figures, icons, windows, toolbars, and other features. A GUI is usually deployed with a pointing device, such as a mouse, to make the user more productive.
Hot Adding
A hardware and software design that allows computer components t b added without shutting down the system.
Ho Swapping
A hardware and software design that allows failed computer components to be replaced without shutting down the system.