What is the optimal deviation index value?
0
What deviation index value suggests gross overexposure?
> 6.0
What deviation index value suggests gross underexposure?
< -6.0
What is a computer?
A programmable electronic device that can store, retrieve, and process data.
What are the three main components of a computer system?
Input, output, and processing devices.
Examples of computer input
Keyboards, mice, microphones, bar code readers, touch screens, image scanners
Examples of computer output
Monitors, printers, speakers
Example of computer processors
CPU (central processing unit)
What is binary code?
The machine language of 1s and 0s that computers use to process data.
How does a transistor represent binary code?
Closed circuit (current passes) = 1
Open circuit (no current) = 0
What is a bit?
A single unit of data, either 1 or 0.
What is a byte?
A group of 8 bits; enough memory to store one alphanumeric character.
What are common units of computer memory?
Kilobytes, megabytes, gigabytes, and terabytes.
What are the two main types of computer configurations?
Desktop model: horizontal box usually placed on the desk below the monitor.
Tower model: vertical box usually placed under the desk within arm’s reach.
What is the motherboard?
The largest circuitry board in the computer that houses essential components.
What key components are found on the motherboard?
CPU, CMOS, BIOS, Bus, Ports, and Memory.
What is the CPU?
The microprocessor or ‘brain’ of the computer; it processes data and executes instructions.
What are the basic tasks of the CPU?
Read data from storage, manipulate data, and return it to storage or output devices.
How are CPUs identified?
By the manufacturer and the speed (clock rate) at which data is processed.
What is the BIOS?
A set of simple instructions used by the computer during startup.
What are the functions of the BIOS?
Runs system startup diagnostics, Oversees basic functions, Acts as a bridge between the operating system and hardware.
What is the bus?
A series of connections and chips that form the computer’s information highway, linking the CPU, memory, and peripherals.
What is RAM?
Random-Access Memory; temporary storage for data being processed by the CPU.
What is the function of RAM?
To store information currently being used, allowing the CPU to perform active tasks efficiently.