1 / 65

Catholic University College of Ghana Fiapre-Sunyani

Catholic University College of Ghana Fiapre-Sunyani. HARDWARE. INFORMATION TECHNOLOGY I. Audrey Asante, Faculty of ICST. System Unit. The standard color coding scheme for the keyboard connector, port, cable is purple but not all manufacturers follow the color scheme.

Télécharger la présentation

Catholic University College of Ghana Fiapre-Sunyani

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Catholic University College of GhanaFiapre-Sunyani HARDWARE INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST

  2. System Unit

  3. The standard color coding scheme for the keyboard connector, port, cable is purple but not all manufacturers follow the color scheme. • The standard color coding scheme for the mouse connecter, port, cable is green. • PS/2 connections and disconnections can cause damage to the computer.

  4. USB • Universal Serial Bus is the new technology of adding any new peripheral without using the ps/2 or serial or parallel connection. It can be plugged and unplugged easily.

  5. PORTS • Sockets on the outside of the system unit that is connected to the board on the inside of the system unit. It allows you to connect a peripheral device such as a monitor, modem, printer etc • Types • Parallel ports are used to connect external devices that need to send or receive a lot of data over a short distance. These ports typically send eight bits of data simultaneously across eight parallel wires. Parallel ports are mostly used to connect printers to system units. example is the printer port, scanners, external storage media. It has 25 pins connector.

  6. PORTS • Serial ports are used for a wide variety of purposes. They are used to connect a mouse, keyboard, modem, and many other devices to the system unit. Serial ports send data one bit a time and are very good for sending information over a long distance. It comes in two sizes, 9 pins and 25 pins.

  7. PORTS • Universal Serial Bus (USB) ports are expected to gradually replace serial and parallel ports. They are faster, and one USB port can be used to connect several devices to the system unit

  8. PORTS • FireWire ports are the newest type. They are even faster than USB ports and are used to connect high-speed printers and even video cameras to the system unit.

  9. PORTS • Accelerated graphics ports (AGP) are used to connect monitors. They are able to support high-speed graphics and other video input.

  10. INSIDE THE SYSTEM UNIT

  11. Motherboard • It is the main circuit board in the system unit. It houses the essential components of the computer. Every component is connected to the motherboard for the computer to make use of it.

  12. POWER SUPPLY • It converts Alternating Current to Direct Current for the computer to use. The power supply should be able to supply the right current for the motherboard to use. They should match when replacing the power supply of a computer. All peripherals and devices are connected to the power supply to provide the necessary power. The wires from the power supply are connected to the various drives.

  13. It is not healthy for your computer to go off immediately the light goes off or when there is not power. You can use a UPS (uninterruptible power supply) which will provide the computer with electricity when the power goes off. You can also use the surge protector( protect when there is a surge of high voltage) or voltage regulator when there is insufficient power.

  14. Access Slots • They are opening at the back of the computer to allow devices to be connected

  15. CPU • Microprocessor processes or manipulates data into information. If found in any machine other than the computer, the microprocessor is called a microcontroller or embedded computer. It is the brain of the computer. It is made up of two parts; CU/ICU and ALU. The components in the computer system are linked together by bus.

  16. TYPES OF ALU • Different types of ALUs are designed to do arithmetic operations at different speeds. The faster they work, the more the cost. • Serial-by-bit ALU: its operation involve a single pair of bits at a time, one for each operand. It is a slow process. They are found in few specialized systems

  17. TYPES OF ALU • Parallel ALU: It does calculations fast because for faster calculations, one needs more transistors in the ALU arithmetic circuits, to process all of the digits in the operand (all of the bits in the computer words) simultaneously. • A word is the number of bits (such as 16, 32 or 64) that can be accessed at one time by the CPU. The more bits in a word, the more powerful and the faster the computer is.

  18. CPU • The system clock can be found in the processor. • The system clock controls the speed of operations within a computer. The faster the clock speed, the faster the computer can process information. • Machine Cycle/Fetch-execute-cycle • A computer speed is measured in MIPS, millions of instructions per second. • The processor speed determines how fast the computer gets things done.

  19. CPU CHIPS • Most personal computers use two kinds of CPU chips. Intel-type chips and Motorola-type chips. • Intel-type chips: developed by Intel corporation for PCs like IBM, Compaq, Dell, Gateway 2000, NEC. The higher the number example 486, the faster the processing speed. Since 1993, new CPU chips bear the names Pentium, Pentium Pro, Pentium MMX, Pentium II.

  20. Motorola-type chips are made by Motorola for Apple Macintosh computers and its clones.

  21. ARCHITECTURE OF MICROPROCESSOR • CISC: complex instruction set computing is mostly used in personal computers and in conventional mainframes. It supports large number of instructions. E.g. are Intel’s Pentium II and III. It is the most widely used chip design with thousands of programs written specifically for it. • RISC: reduced instruction set computing is mainly used in workstations. It operates with fewer instructions and RISC-equipped workstations work up to 10 times faster than conventional computers. It is less costly as compared to CISC. It is also found in Apple computers

  22. TYPES OF PROCESSING • Serial: execution of instructions one at a time • Parallel: executing more than one instruction at a time • Pipelining: this is where the CPU starts a new instruction as soon as the previous instruction reaches the next stage of the machine cycle. Processes speed up.

  23. The processor speed is affected or determined by: • System Clock rate: rate of an electronic pulse used to synchronize processing. It is measured in megahertz=I million cycles per second or gigahertz=I billion cycles per second. • Bus width = the amount of data the CPU can transmit at a time to main memory and to input and output devices.

  24. Word size = a word is the amount of data the CPU can process at one time.

  25. The data are transmitted from registers to the ALU, and the result of an operation is transmitted from the ALU to a special register called an accumulator. It is a location in the CPU used to hold, or accumulate the results of ALU operations

  26. Coding Scheme/System • In order to store and represent text in a computer, a scheme must be employed to convert letters, punctuation marks, and special characters to binary numbers (0 or 1). Some of the coding schemes are; ASCII (used in UNIX and DOS/Windows-based computers)EBCDIC (for IBM System 390 main frames) Unicode (for Windows NT and recent browsers)

  27. BINARY CODED DECIMAL (BCD) • It uses a 4-bit code to represent a decimal digits. Each digit in a decimal number is converted to a 4-bit binary number. It is inefficient to use the BCD because you cannot use 4 bits to represent 10 different values. 4 bits can represent up to 24 or 16 distinct quantities

  28. BCD • If you have a decimal number 3752, which will be in base 10 when converted to 4 bit BCD, it will be 0011 0111 0101 0010 • 4 bit BCD was expanded to 6-bit BCD.

  29. EBCDIC SYSTEM • Extended Binary Coded Decimal Interchange Code system is an 8-bit BCD code that allows 256 (28) possible bit combination. This code can be used to represent upper-case and lower-case letters, decimal digits, punctuation marks, and special characters.

  30. An example Character EBCDIC A 1100 0001 B 1100 0010 9 1111 1001 • The 4 leftmost bits are the zone bits, and the 4 rightmost bits are the numeric bits. Unique combination of zone and numeric bits represent each character. This code was established by IBM and is used primarily in IBM mainframe computers and peripheral devices.

  31. ASCII • American Standard Code for Information Interchange is a 7-bit code cooperatively developed by several computer manufacturers whose objective was to produce a standard code for all computers. It allows 128 different characters. 7-bit per character. It can handle English Language, math symbols, Greek letters but not all characters.

  32. ASCII • Character ASCII A 100 0001 B 100 0010 9 011 1010 • The ASCII is used at least for microcomputers. The ASCII is 7-bit but a bit is added to make 8-bit to check for errors or for error detection.

  33. UNICODE • It is a subset of the ASCII. It uses 2 bytes that is 16 bits for each character. It can handle 65,536 character combination instead of the 256 character combination of the ASCII. Even though it handles all alphabets, characters, people still use ASCII or 8-bit standard for software applications and database.

  34. Parity Bit • It is also called the check bit. It is an extra bit attached to the end of the byte for purposes of checking for accuracy. There are two types, even parity and odd parity. It all depends on the number of on bits to determine whether it is even or odd. If the number of on bits is wrong, there will be an error or an error will occur. You would not know but the computer will know where the error is coming from. • Even parity: 01001000, a zero is added to make it even because we already have two 1s.

  35. MEMORY • Random Access Memory is also known as the primary storage, internal memory or main memory. It stores data temporal. It is volatile because it is power dependent. Data stored on the RAM can be retrieved easily and fast. It stores currently running programs and their data. It is used for shorter access time and higher data flow speeds. Each byte of the memory has a unique address.

  36. RAM • It is found or mounted on a circuit board such as a SIMM (single inline memory module) or DIMM (dual inline memory module). SIMM has multiple RAM chips on one side whiles DIMM has multiple RAM chips on both sides. • RAM chips can be added by plugging memory-expansion card into the motherboard. The more RAM, the faster the computer operates, and the better your software performs.

  37. TYPES OF RAM • DRAM chips (dynamic random access memory): they are used in microcomputers because they are less expensive. • SRAM chips (static random access memory): they are faster than DRAM but more expensive and take up more space and also use more power.

  38. EDO RAM Chips: a newer type of DRAM chip. Extended data out approach performance of SRAM chips. There is increased speed by using the EDO RAM chips because they keep data available for the CPU while it is starting the next memory access.

  39. MEMORY • Properties of the RAM • Quick access • Power dependent (losses all information when there is no power • Is the size of the RAM essential factor in terms of the speed of the computer?

  40. ROM • The ROM is also called the boot loader because it contains the startup program • It is involatile because data stored on it cannot be erased. • Data or information stored on it is permanent. It is not power dependent

  41. ADVANTAGES OF ROM • The information they hold is stored in a form that persists even in the absence of power. That is ROMs are nonvolatile • They generally cost less and work faster

  42. TYPES OF ROM • Programmable read-only memory (PROM): the contents of a PROM may be loaded by the user • Erasable read only memory (EROM): Their contents can be changed to correct errors • Erasable Programmable read-only memory (EPROM): Their contents as well can be changed to correct errors.

  43. CACHE-MEMORY • Cache-Memory: it is also an auxiliary memory used to accelerate the read and write access to the RAM. It is close to the CPU or found on the CPU to provide short access times.

  44. EXPANSION BOARDS • They are circuit boards used to improve the functionality of the computer. Some of the following tasks that the expansion board performs are; • Addition of sound card • Modems • Video cards • Network cards • Memory expansion cards to allow the addition of a RAM chip

  45. EXPANSION SLOT • Sockets on the motherboard into which one plugs an expansion card.

  46. BAYS • They are used to add drives to the computer. Some of the components put in bays are floppy disk drives, hard disks and removable drives, CD-ROM drives

  47. CMOS • Complementary metal-oxide semiconductor (CMOS) chip provides flexibility and expandability for a computer system. It contains essential information that is required every time the computer system is turned on. The chip supplies such information as the amount of RAM, type of keyboard, mouse, monitor, and disk drives. It is powered by a battery and does not lose its contents when the power is turned off. Its contents can be changed to reflect changes in the computer system such as increased RAM and new hardware devices.

  48. STORAGE MEDIA • CD-ROM • What is the difference between CD-Write and CD-Rewriter?

  49. STORAGE DEVICES • Six factor to distinguish secondary storage devices • Storage capacity • Access speed (average time needed to locate data on a secondary-storage device). Measured in millisecond (thousandths of a second) • Transfer rate(speed at which data is transferred from secondary storage to main memory) measured in megabytes per second. • Size (portability) • Removability • cost

  50. HARD DISK • They have short access time and have large capacities. • The usage of a jumper can make a hard disk a master or slave. • Disadvantage • Possible head crash

More Related