170 likes | 316 Views
COMP6005 An Introduction to Computing. Session Two: Computer Hardware. Objectives. Describe components of computer system Describe computer input devices Describe computer output devices Compare and contrast Describe various types of storage devices
E N D
COMP6005 An Introduction to Computing Session Two: Computer Hardware
Objectives • Describe components of computer system • Describe computer input devices • Describe computer output devices • Compare and contrast • Describe various types of storage devices • Describe the interaction between humans and computers COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Components of a Computer System • Computer system consists of • Central Processing Unit (CPU) • Memory • Input/output (I/O) COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
CPU • Also known as a microprocessor • Complete computation engine that is fabricated on a single chip • Carries out a set of instructions (programs) that tell the processor what to do COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
CPU • Using its ALU (Arithmetic/Logic Unit), a microprocessor can perform mathematical operations like addition, subtraction, multiplication and division • A microprocessor can move data from one memory location to another • A microprocessor can make decisions and jump to a new set of instructions based on those decisions COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Assignment • Describe the operation of the CPU and its components • Include diagrams, pictures, etc for visual representation COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Memory • Read Only Memory (ROM) • Random Access Memory (RAM) COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
ROM • “Built-in” computer memory that contains data that can only be read, not written to • Contains the programming that allows the computer to be "booted up" or regenerated each time it is turned on • Data is lost every time computer is turned off • Performing the hardware setup procedure on a computer means you are writing to ROM COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
RAM • Place in a computer where operating system, application programs, and data in current use are kept for quick access by computer's processor • Data in RAM stays there only as long as your computer is running • Called "random access" because any storage location can be accessed directly – better term may have been “direct access memory” COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
RAM • Much faster to read from and write to than the other kinds of storage in a computer • Small, both in physical size (stored in microchips) and in the amount of data it can hold • More RAM in your computer means less number of times that the computer processor has to read data in from the hard disk, an operation that takes much longer than reading data from RAM • RAM access time is in nanoseconds; hard disk access time is in milliseconds COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Assignment • Define and discuss the following types of memory • PROM • EPROM • EEPROM COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Input/Output (I/O) • Any operation, program, or device that transfers data to or from a computer • Some devices are only input, some are only output and some act as both COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Mouse Keyboard Scanner Trackball Joystick Touch pad Light pen Digital camera Webcam Input Devices COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Output Devices • A piece of hardware which a machine, typically a computer, uses to present information to the user • Can show any amount of information and any kind of information – sound, data, memory, images, etc COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Output Devices • Printer • Earphones • Speakers • Monitors • Projectors COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Devices That Act As Both • Modems • Network cards • Hard disks • Diskettes • Writable CD-ROMS COMP 6005 Computer Fundamentals - Session Two: Computer Hardware
Assignment • Choose three devices that act as input, output and as both types of devices • Discuss their operations COMP 6005 Computer Fundamentals - Session Two: Computer Hardware