Computer Components ICS 3U0.

Slides:



Advertisements
Similar presentations
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Advertisements

Parts & Functions of a Computer. 2 Functions of a Computer.
Battery BIOS. CPU (Central Processing Unit) Brain of the computer Executes millions of instructions per second Built using millions of transistors Needs.
Computer Parts There are many parts that work together to make a computer work.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computer Basics Flashcards #2
Random access memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order.
Computer Systems 1 Fundamentals of Computing
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Basic Computer Structure and Knowledge Project Work.
Computer Insides and Out Computer Basics 1.1. Basic Personal Computer System  A computer system consists of hardware and software components.  Hardware.
Computer Parts When you build your own computer, choose from these parts…
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Hardware Lesson 2 Computer Components. Path of Information Through a Computer Input Device RAM CPU Output Device.
Translate the following message:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Components Checklist There are many parts that work together to make a computer work.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Computer Systems TexPREP Summer Camp Computer Science.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
Computer Basics.
The Guts. CPU CPU Socket The CPU is generally a 2 inch ceramic square with a silicon chip located inside. The chip usually about the size of a thumbnail.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Parts of the computer.
Hardware Lesson 2 Computer Components. Power supply (the heart) Takes electricity from the wall outlet and converts it into a current that works for the.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Hardware on the Inside.  Computers are made of many electronic components or parts.  These components each have a special job and they all work together.
Hardware Lesson 2 Computer Components. Power supply (the heart) Takes electricity from the wall outlet and converts it into a current that works for the.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter 2.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
ICT COMPUTER FUNDAMENTALS
Basic Computer Hardware and Software.
Functions and Parts of a Computer
Basic Computer Hardware and Software.
Computer Hardware and Software
Basic Computer Hardware & Software
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
introduction to computer
Computer Hardware Flash Card Review
Drill Translate the following message:
Microcomputer Architecture
Computer Case Houses computer components
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Business Computer Technology
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Hardware and Software.
Computer Parts There are many parts that work together to make a computer work.
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
ICT Programming Lesson 2:
Computer Parts There are many parts that work together to make a computer work.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Hardware CSCE 101.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Lesson 3 Computer Devices.
4. Computer system.
Presentation transcript:

Computer Components ICS 3U0

Today’s Agenda Internal Components Specifications of Components Input/Output Devices

Internal Components CPU RAM ROM Cache Hard Drive Power Supply Video/Sound Cards Motherboard

Internal Components … CPU Most instructions are handled by the Central Processing Unit (CPU) – the “brains of the computer”. On most home computers, the CPU is housed in a single chip called a microprocessor. The CPU determines the computer's power and speed. The clock or processor speed is the speed at which a CPU can execute instructions measured in (GHz). Popular CPU vendors are Intel, AMD and VIA.

Internal Components – RAM Random Access Memory (RAM) is the place in a computer where the operating system, applications, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than other kinds of storage such as the hard disk. The data in RAM stays there only as long as your computer is running. Turn computer off ->RAM loses its data. Turn computer on -> OS and other files are once again loaded into RAM, usually from your hard disk.

Internal Components - ROM Read Only Memory (ROM) is computer memory that can permanently store data and applications within it. There are various types of ROM with names like EPROM (Eraseable ROM) or EEPROM (Electrically Eraseable ROM). The EEPROM chip is typically used for the computer BIOS which contain instructions and setup for how your system should boot and operate.  Unlike RAM, when a computer is powered down, the contents of the ROM are not lost.

Internal Components … Cache Cache memory is a specialized high-speed, high-performance memory that is integrated into the CPU. Because it is fast and efficient, recent program instructions are stored in cache so that they can be executed quickly. Cache memory is expensive, so most computers have a small cache.

Internal Components – Hard Drive Hard drives consist of one or more metallic platters. A read/write head magnetizes sectors to store data. Program instructions or data are stored until it is overwritten. Hard drive capacities are typically between 500 gigabytes (GB) and 2 terrabytes (TB). Newer hard drives may be solid-state drives, similar to flash memory.

Internal Components – Power Supply Power supplies connects computer to external power such as wall outlet or battery Changes power into a form useful to various components on motherboard Many internal components require different electrical voltages and currents

Internal Components – Sound and Video Some computers have dedicated sound and video controllers to display graphics and text to a monitor. Other computers may use separate cards, which have more memory or on-board processors. This allows for more powerful graphics or sound-processing capabilities.

Internal Components – Motherboard Inside the case , you will find all of the components we talked about so far. These internal components are all connected to a large circuit board called the motherboard. The motherboard connects most of the internal components, including any microprocessors, integrated circuits, and on-board controllers. Motherboards also typically provide connections for common peripheral devices as well.

Input/Output Devices I/O devices allow the computer to communicate with the outside world. Some typical I/O devices include: data: floppy disk (largely obsolete), CD/DVD burner, USB flash drive input: keyboard, mouse, joystick, optical scanner, light pen, touch panel, or microphone output: CRT monitor, LCD panel, printer, speakers communication: modems, network units

Common Input/Output Devices

Exercises – Computer Components Complete Exercise 1.2 – Computer Components