180 likes | 193 Views
Learn about cold and hard boot techniques, System BIOS functions, ROM shadowing, I/O addresses, IRQ assignments, and more key terms essential for understanding computer operations.
E N D
Chapter 2 Key Terms By: Kelly, Jackson, & Merle
Cold Boot/Hard Boot • Restarting the computer by turning off the computer then turning the power back on. • It is more stressful due to the power surge during turn on. • May also be done by pressing Reset. • May be required when a soft or warm boot fails.
System BIOS • Basic input/output system chips residing on the system board that controls normal I/O to such areas as system memory and floppy drives. • On-board BIOS
Configuration Data • Setup information • Information about computer’s hardware (hard drive, floppy drive)
ROM shadowing • ROM programming code copied into RAM to speed up system operation
Autoexec.bat • A startup file used by DOS. • Tells the computer what commands or programs to run after bootup. • Last program to run during boot. • Loads TSR’s • For Win 3.1 will contain command C:\Windows\Win
DMA • Direct memory access • Chip that provides channels that a device may use to send data directly to memory, bypassing the CPU. • Not used as frequently today because of faster methods.
I/O addresses • Numbers that are used by devices and the CPU to manage communication between them.
IRQ • Interrupt request number • Line on bus that is assigned to a device and is used to signal the CPU for servicing. • Lines are assigned a reference number.
Hardware interrupt • An event caused by a hardware device signaling the CPU that is requires service.
Interrupt vector table • Table that stores the memory addresses assigned to interrupt handlers.
Interrupt handler • Program (BIOS or device driver), that is used by the CPU to process a hardware interrupt.
Polling • Process by which the CPU checks the status of connected devices to determine if they are ready to send or receive data • Used for joystick
Video controller card • Also called display adapter or video card • Interface card that controls the monitor
Hidden file • Not displayed in the directory. • File attributes hide the file.
ESD • Electrostatic discharge • Static electricity that damages chips. • Computer can get damaged when cover is removed.
TSR • Terminate and stay resident • Program that is loaded into memory but is not immediately executed like screen saver
Backup • The action of copying important files or data to a different location or storage media. • The files created to prevent the loss of the original data.