280 likes | 288 Views
Discover the components of the system unit, including the processor, memory, motherboard, and more. Learn how they work together to process data.
E N D
Objectives Overview Discovering Computers 2012: Chapter 4 See Page 209 for Detailed Objectives
The System Unit • The system unitis a case that contains electronic components of the computer used to process data. • Made of metal or plastic to protects the internal components from damage. • All computers have a system unit. It is available in variety of shapes & sizes. Discovering Computers 2012: Chapter 4 Page 210 Figure 4-1
The System Unit • The inside of the system unit on a desktop personal computer includes: Discovering Computers 2012: Chapter 4 Page 211 Figure 4-2
System unit components • Processor interprets & carries out the basic instructions that operate a computer. • Memory holds data waiting to be processed & instruction waiting to be executed. • Processor & Memory are connected to a circuit board called the motherboard. • Adapter cards are circuit boards that provide connections and functions not built into the motherboard. • Devices outside the system unit often attach to the ports. • A drive bay holds one or more disk drive. • The Power supply provide the computer with the electricity. Discovering Computers 2012: Chapter 4
Motherboard • The motherboard is the main circuit board of the system unit. • Contains expansion slots, processor chips, and memory slots • Sometimes called a system board Discovering Computers 2012: Chapter 4 Page 212 Figure 4-3
Next Motherboard • Most computers use integrated circuits also called chips , for their CPU and main memory. • Memory chips are installed on memory module( card) that fit in a slot on the mother board. • What is a chip? • Small piece of semi-conducting material on which integrated circuits (IC) are etched. • IC contain many microscopic pathways capable of carrying electrical current. • Each IC can contain millions of elements such as resistors, capacitors, transistors.
Processor • The processor, also called the central processing unit (CPU), interprets and carries out the basic instructions that operate a computer • Contain a control unit and an arithmetic logic unit (ALU) that work together to perform processing operations Discovering Computers 2012: Chapter 4 Page 213
A dual-core processor is a single chip that contains twoseparate processors • A multi-core processor is a chip with two or moreseparate processors • Each processor on a dual-core/multi-core chip generallyruns at a slower clock speed, but increase overall performance Discovering Computers 2012: Chapter 4
Processor Discovering Computers 2012: Chapter 4 Page 213 Figure 4-4
CPU operations The operations typically performed by a CPU are: • CPUs control the reading of programs and input files. • Its activates input unit to read program and data. • Controls the transmission of program & data files from disk to main memory. • CPUs process data according to instructions in a program. • Data can be processed arithmetically- number can be added, subtracted, multiplied and divided. • Logical tests can be performed on data. E.g., comparison. • Data can be transmitted or copied from one area of primary storage to another. • CPUs control the creation of output. Discovering Computers 2012: Chapter 4
Processor • The control unitis the component of the processor that directs and coordinates most of the operations in the computer. • Handles the transmission of data into and out of the CPU and supervises its overall operations. • Its interprets each instruction issued by a program & then initiates the appropriate action to carry out the instruction. • The arithmetic logic unit(ALU) performs arithmetic, comparison, and other operations. Discovering Computers 2012: Chapter 4 Page 214
Processor • For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle Discovering Computers 2012: Chapter 4 Page 215 Figure 4-5
For every instruction, a processor repeats a set of four basic operations: • Fetching process of obtaining a program instruction or data item from memory. • Decoding process of translating the instruction into signals the computer can execute. • Executing process of carrying out the commands. • Storing, if necessary. Means writing the result to memory. Discovering Computers 2012: Chapter 4
Processor Discovering Computers 2012: Chapter 4 Page 216
Processor Registers • The registers are special storage areas in the CPU. • Their function is to hold instructions, data values, memory addresses of both the instructions and data. • There are 4 basic types of it: CU, ALU • Instruction register hold instruction • Address register hold address of( data , next instruction ). • Storage register store data retrieved from main memory prior to processing. • Accumulator store the results of arithmetic & logic operations Discovering Computers 2012: Chapter 4
Processor Systemclock • It generates regular electronic pulses , or ticks, that control the timing of all computer operations ( i.e. set operating pace of components of system unit) • Pace of system clock is clock speed. Most clock speeds are in the gigahertz (GHz) range (1 GHz = one billion ticks of system clock per second). • Processing actions occur at each “tick” of the electronic clock. • The Speed of the clock determines the speed at which the CPU can process data. • The faster the clock speed, the more instruction the processor can execute per second (hertz). Discovering Computers 2012: Chapter 4
Processor • Most current personal computers support pipelining • Processor begins fetching a second instruction before it completes the machine cycle for the first instruction Discovering Computers 2012: Chapter 4 Pages 215 – 216 Figure 4-6
Processor • Parallel processing uses multiple processors simultaneously to execute a single program or task • Massively parallel processing involves hundreds or thousands of processors Discovering Computers 2012: Chapter 4 Page 220 Figure 4-11
Processor • The leading manufacturers of personal computer processor chips are Intel and AMD • They often identify their processor chip by a model name or model number. • Other leading processor chip manufacturers • Transmeta • IBM • Motorola • IBM processor had a different design from the Intel-style processor. Discovering Computers 2012: Chapter 4 Pages 216 – 217 Figure 4-7
Processor • Determine how you plan to use a new computer before selecting a processor Discovering Computers 2012: Chapter 4 Page 218 Figure 4-8
Processor • A processor chip generates heat that could cause the chip to burn up • Require additional cooling • Heat sinks • Liquid cooling technology Discovering Computers 2012: Chapter 4 Pages 219 - 220 Figures 4-9 – 4-10
Data Representation Discovering Computers 2012: Chapter 4 Page 221
Data Representation A computer circuit represents the 0 or the 1 electronically by the presence or absence of an electrical charge Eight bits grouped together as a unit are called a byte. A byte represents a single character in the computer ( numbers, upper or lower case letters, or punctuation marks) Page 221 Figures 4-12 – 4-13 Discovering Computers 2012: Chapter 4
Data Representation • The different combinations of 0s and 1s are defined by patterns called a coding schema. • There are two coding schemas used to represent data • ASCII—American Standard Code for Information Interchange [Personal Computers – PCS] • EBCDIC—Extended Binary Coded Decimal Interchange Code [Mainframes, Mini-computers] Discovering Computers 2012: Chapter 4 Page 221 Figure 4-14
Data Representation • ASCII is the most widely used coding scheme to represent data Discovering Computers 2012: Chapter 4 Page 221 Figure 4-14
Data Representation Discovering Computers 2012: Chapter 4 Page 222 Figure 4-15