Skip to main content

PERIPHERALS

Related image

They are auxiliary devices that add functionality to a computer, they can be:

  • Input devices. They gather information and send it back to the CPU as binary code.
    • keyboards:are Input devices with different inputs buttons that represent each letter, number and sign. It transforms the binary code into characters.

    • Mice: It helps you to interact with the interface by moving an object with a laser tracker that puts those tracking points into a vector position on the computer.

    • Scanner: this device use optical sensors to transform a hard copy into a digital image. 

  • Output devices. They do the reverse operation; transforming code into something that everybody can understand. 
    • Screens: They transform the code from the computer into pixels, displaying videos, images and text. they can have different connections: VGA, HDMI, DVI...
    • Speakers: These devices receive information from the sound card and with different circuits and amplifiers they can reproduce the sound effectively.
    • Printer: it transforms digital data into hard copy. 
      • There are different types, that use toner, ink, solid ink... which price can vary from £10 to almost £200. Their prices are directly related with the printer price. 
      • The speed of the printer is measured in PPM (page per minute). It depends on the dimensions of the paper, the inks and the printing technology:
      • Non-Impact Printers: laser, fast and efficient, but very expensive; ink-jet, cheap although it's not reliable.
      • Impact Printers: dot-matrix, daisy-wheel, line, drum, chain and band printers. The last types of printers are old fashioned due to its noise, unreliability and low resolution.


Comments

Popular posts from this blog

MEMORY A memory is a temporary storage that computers uses to hold data and instructions. One of the most important storage devices is random access memory(RAM), that is  the  fastest way in which data can get to the processor.  Random access memory (RAM) is the temporary storage for data and programs that are being  accessed by the CPU. Non volatile / volatile A volatile memory, lose its data when the computer is  powered off. On  the other hand,  a Non Volatile memory that does not lose its data when switched off. Different types: RAM :  Is one of the most important storage devices,  is a volatile memory, that stores data and programs that are being accessed by the CPU. RAM is a volatile memory. ROM: Read-only memory (ROM)  contains basic instructions for booting the computer and loading the operating system.  ROM, on  the other hand,  is a Non Volatile memory CAC...
THE PROCESSOR The function of the processor The processor is a chip that controls all the computer instructions by interpreting them as  a binary code.  The control circuitry pulls data in via the various  ports, directs it along data buses,stores it in  the memories and performs the calculations Its roles Performing calculations: the calculations are made by components in the cpu using binary code. Data manipulation: The cpu can receive data from input devices, store the instructions and send data back to output devices Decision making Performance features Clock speed: Is the speed at which the microprocessor executes instructions  Cores: It is the processing unit.   For example, having two cores, multiply the processing power of the cpu by two.   Cache  Is a small and fast memory, situated close to the cpu to accelerate the processor performance by storing copies of the most fre...