Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.

Similar presentations


Presentation on theme: "The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4."— Presentation transcript:

1 The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4

2 The Components of the system unit System Unit is 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. Chapter 4

3 The Components of the system unit Handheld controller System unit Chapter 4 System unit

4 The Components of the system unit Chapter 4

5 The Components of the system unit 1.Processor interprets & carries out the basic instructions that operate a computer. 2.Memory holds data waiting to be processed & instruction waiting to be executed. 3.Processor & Memory are connected to a circuit board called the motherboard. 4.Adapter cards (expansion slots): are circuit boards that provide connections and functions not built into the motherboard. 5.Devices outside the system unit often attach to the ports. 6.A drive bay holds one or more disk drive. 7.The Power supply provide the computer with the electricity. Chapter 4

6 The Components of the system unit Motherboard, called system board.  It is a main circuit board of the system unit.  Many electronic components attach to the motherboard, others are built into it. Ex: adapter cards, a processor chip and a memory module. Chapter 4 http://www.howstuffworks.com/microprocessor.htm

7 Central Processing Unit (CPU) Processor, called the central processing unit (CPU), Microprocessor.  Its contain a control unit & an arithmetic logic unit (ALU).  These 2 components work together to perform processing operations. Chapter 4 CPU Arithmetic/ Logic Unit (ALU) Control Unit

8 MEMORY INPUT DEVICES INPUT DEVICES OUTPUT DEVICES OUTPUT DEVICES Processor Control Unit ALU Instructions Data Information Instructions Data Information Data Storage Devices Storage Devices information Chapter 4

9 Central Processing Unit (CPU) The operations typically performed by a CPU are: 1.CPUs control the reading of programs and input files. 2.CPUs process data according to instructions in a program. 3.CPUs control the creation of output. Chapter 4

10 The Components of the system unit The Arithmetic Logic Unit performs arithmetic, comparison and other operations. The Control Unit  Handles the transmission of data into and out of the CPU and supervises its overall operations. Chapter 4

11 Central Processing Unit (CPU) Registers The CPU contain special storage areas called registers. Their function is to hold instructions, data values, memory addresses of both the instructions and data. There are 4 basic types of it: 1.Instruction register hold instruction 2.Address register hold address of( data, next instruction ). 3.Storage register store data retrieved from main memory prior to processing. 4.Accumulator store the results of arithmetic & logic operations Chapter 2

12 Central Processing Unit (CPU) The System Clock  Every CPU has a clock, It’s a small quartz crystal circuit, which generates regular clock pulses that control the timing of all computer operations.  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.  Speed is measured in megahertz (MHz) or (GHz). Chapter 4

13 Central Processing Unit (CPU) Comparison of Personal computer Processors The leading processor chip manufacturers for personal computers are  Intel (used in PCs)  AMD ( advanced Micro Devices) (used in PCs)  Motorola ( used in Apple)  Alpha (used in workstations and high-end servers) Chapter 4

14 Central Processing Unit (CPU) How the CPU represents data  Binary system based on two digits 0 and 1. 0 : off 1 : on  Bit is a the smallest unit of data the computer can process.  Byte a group of 8 bits.  A byte can be represent characters.  Characters can be a letter, digit, or symbol. Chapter 4 Binary Digit (bit) Electronic Charge Electronic State 8-bit byte for the number 3

15 Central Processing Unit (CPU) How the CPU represents data The different combinations of 0s and 1s are defined by patterns called a coding schema. There are tow popular coding scheme: 1.ASCII stands for American Standard Code for Information Interchange. 2.EBCDIC stand for Extended Binary Coded Decimal Interchange Code. Chapter 4

16 Data Representation 8-bit byte for the number 3 8-bit byte for the number 5 8-bit byte for the capital letter T

17 Memory  Memory consist of electronic components that store instructions waiting to be executed by the processor, data needed by those instructions, and the results of processed data ( information).  Memory usually consist of one or more chips on the motherboard. Chapter 4

18 Memory Stores 3 basic categories of items: 1.The operations 2.Application programs 3.The data being processed by the application programs and resulting information. Chapter 4

19 Memory Memory sizes It’s the number of bytes the chip or devices has available for storage. Chapter 4 TermAbb. Approximate no. of byte Exact no. of byte KilobyteKB or K10001,024 MegabyteMB1Million1,048,576 GigabyteGB1Billion 1,073,741, 824 TerabyteTB1 Trillion 1,099,511,627,776

20 Type of Memory The system unit contains tow types of memory: 1.Volatile memory 1.Volatile memory -  Loses its contents.  Temporary memory.  Example, RAM. 2.Nonvolatile memory-  doesn't lose its content when power is removed form the computer.  Permanent memory.  Example, ROM, Flash memory, and CMOS. Chapter 2

21 RAM (Main Memory) RAM ( Random Access Memory ), Also Called main memory.  consists of memory chips that can be read from and written to by the processor and other devices.  The content my changed. Saving is a process of copying items from RAM to a storage device such as a hard disk. Chapter 4

22 RAM RAM ( Random Access Memory )  RAM chips usually reside on a memory module, which is a small circuit board.  Memory slots on the motherboard hold memory modules. Chapter 4

23 ROM ROM ( Read Only Memory)  The data on most ROM chips cannot be modified.  Manufacture of ROM chips often record data, instructions, or information on the chip when they manufacture the chip.  Computers almost always contain a small amount of read-only memory that holds instructions for starting up the computer. Chapter 4

24 Types of ROM Types of ROM:  PROM (programmable read-only memory): A PROM is a memory chip on which you can store a program. But once the PROM has been used, you cannot wipe it clean and use it to store something else. Like ROMs, PROMs are non-volatile. PROM  EPROM (erasable programmable read-only memory): An EPROM is a special type of PROM that can be erased by exposing it to ultraviolet light. EPROM  EEPROM (electrically erasable programmable read-only memory): An EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge. EEPROM Chapter 4

25 Memory Access Time  It is the amount of time takes the processor to read data, instructions, information from memory.  It’s affects how fast the computer process data.  Access time on memory can be more than 200,000 times faster than accessing data on a hard disk because the mechanical motion of it. Chapter 4

26 Memory Access Time Units Memory Access Time Chapter 4 TermAbb. Speed MillisecondmsOne-thousandth of a second MicrosecondμsμsOne-millionth of a second NanosecondnsOne-billion of a second PicosecondpsOne-trillionth of a second

27 Expansion Slot and Adapter Cards  Expansion slot is a socket on the motherboard that can hold an adapter card  Adapter card sometimes called an expansion card  is a circuit board that enhances functions of a component of the system unit and/or provides connections to peripherals.  Peripheral is a device that connects to a system unit and is controlled by the processor. Ex: keyboard, printer. Chapter 4

28 Expansion Slot and Adapter Cards Types of adapter cards Chapter 4 Adapter CardPurpose Graphics acceleratorIncreases the speed at which graphics are displayed ModemConnect other computers through telephone or cable TV line NetworkConnects other computers and peripherals SoundConnects speakers or microphone VideoConnects a monitor

29 Ports and Connectors Port is the point at which a peripheral attaches to or communicates with a system unit so the peripheral can send data to or receive information from the computer.  the term jack sometimes is used to identify audio and video ports.  Port have a different types of connectors, A connectors joins a cable to a peripheral. Chapter 4

30 Ports and Connectors Serial Ports is a type of interface that connects a device to the system unit by transmitting data one bit at a time. Chapter 4

31 Ports and Connectors Parallel Ports is an interface that connects a device by transferring more than one bit at a time.  The printers using a parallel port. Chapter 4

32

33 Ports and Connectors USB Ports, Short for universal serial bus port.  Can connect up to 127 different peripherals together with a single connector.  USB hub is a device that plugs in a USB port on the system & contains multiple USB ports. Chapter 4

34 Ports and Connectors FireWire Ports Previously called an IEEE 1394 port.  It is similar to a USB port in that it can connect multiple type of device that require faster data transmission speeds to a single connector, such as digital video camera, color printers, scanners,.. etc.  Allow you to connect up to 63 devices together.  You can use a FireWire hub to attach multiple devices to a single FireWire port.  USB and FireWire are replacing all other types of port. Chapter 4

35 Ports and Connectors Special-Purpose Ports These ports are not included in typical computers.  MIDI Port  SCSI Port  IrDA Port  Bluetooth Port Chapter 4

36 Ports and Connectors MIDI Port, short for musical instrument digital interface.  Serial port  Connect the system unit to keyboard. SCSI Port  A special high-speed parallel port.  Allow you to attach SCSI peripherals such as disk driver and printers. Chapter 4

37 Ports and Connectors Chapter 4

38 Ports and Connectors BUSES a set of electronic signal pathways that allows information and signals to travel between components inside or outside of a computer. Buses transfer bits  from input devices to memory.  from the processor to memory, and from memory to the processor.  from memory to output devices. Chapter 4

39 Power Supply Is a component of the system unit that supply computer with power. Chapter 4


Download ppt "The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4."

Similar presentations


Ads by Google