The Components of The System Unit
The Components of The System Unit
The Components of The System Unit
The system unit is the core of a computer system. Usually it's a rectangular box placed on or underneath your desk. Inside this box are many electronic components that process information. The most important of these components is the central processing unit (CPU), or microprocessor, which acts as the "brain" of your computer. Another component israndom access
memory (RAM), which temporarily stores information that the CPU uses
while the computer is on. The information stored in RAM is erased when the computer is turned off. The CPU is the brains of the computer. Sometimes referred to simply as the central processor, but more commonly called processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system. On large machines, CPUs require one or more printed circuit boards. Onpersonal computers and small workstations, the CPU is housed in a singlechip called a microprocessor. Since the 1970's the microprocessor class of CPUs has almost completely overtaken all other CPU implementations. The CPU itself is an internal component of the computer. Modern CPUs are small and square and contain multiple metallic connectors or pins on the underside. The CPU is inserted directly into a CPU socket, pin side down, on the motherboard. Each motherboard will support only a specific type or range of CPU so you must check the motherboard manufacturer's specifications befor\e attempting to replace or upgrade a CPU. Modern CPUs also have an attached heat sinkand small fan that go directly on top of the CPU to help dissipate heat. Two typical components of a CPU are the following: The arithmetic logic unit (ALU), which performs arithmetic and logical operations. The control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.
Main circuit board in system unit Contains chips, integrated circuits, and transistors Also called system board
Interprets and carries out basic instructions that operate a computer Also called the processor
Directs and coordinates operations in computer Control unit repeats four basic operations:
Fetch - obtain program instruction or data item from memory Decode - translate instruction into commands Execute - carry out command Store - write result to memory
Student enters math problem (100 x 52) into computers memory Result in memory displays on monitors screen
According to how many millions of instructions per second (MIPS) it can process
CPU component that performs execution part of the machine cycle o Arithmetic (addition, subtraction, multiplication, and division) o Comparison (greater than, equal to, or less than) o Logical (AND, OR, NOT)
What is a register?
Temporary storage area that holds data and instructions o Stores location from where instruction was fetched o Stores instruction while it is being decoded o Stores data while ALU processes it o Stores results of calculation
Synchronizes all computer operations Each tick is clock cycle MHz megahertz (millions) GHz gigahertz (billions)
What is a microprocessor?
What is a coprocessor?
Chip that assists processor in performing specific tasks One type is a floating-point coprocessor, also known as a math or numeric coprocessor
Using multiple processors simultaneously to execute program faster Requires special software to divide problem and bring results together
Most computers are digital Recognize only two discrete states: on or off
Temporary storage area for operating system, application programs, and data Consists of one or more chips on motherboard
volatile memory o Loses its contents when computer's power is turned off
nonvolatile memory o Does NOT lose its contents when computers power is turned off
Memory chips that can be read from and written to by processor Most RAM is volatile The more RAM a computer has, the faster it operates
Most common type Also called main memory Used for special applications such as cache Faster and more reliable than DRAM chips
Types of ROM
Firmware
ROM chips manufactured with permanently written data, instructions, or information PROM (programmable read-only memory) o Blank ROM on which you can place items permanently EEPROM (electrically erasable programmable read-only memory) o Type of PROM containing microcode programmer can erase
Connects external devices to system unit o network port o mouse port o parallel port o speaker port o microphone port
o keyboard port o USB port o serial port o monitor port o game port What is a serial port?
Converts alternating current (AC) to direct current (DC) Some peripheral devices have AC adapter
Transmits one bit of data at a time Used to connect slow-speed devices, such as mouse, keyboard, mode
Channel that allows devices inside computer to communicate with each other On the motherboard System bus connects processor and RAM Bus width determines number of bits transmitted at one time
What is a bay?