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.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

An Overview of the Computer System
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Computer Hardware.
Parts & Functions of a Computer. 2 Functions of a Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Using Computers CS French Chapter 1.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Parts of a Computer Vocabulary
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.
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
Translate the following message:
Computers Inside and Out
Introduction to Computers
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.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Computer Parts. Two Basic Parts Hardware & Software.
Computer Hardware Information Technology Week 5 and 6
Introduction to Computers
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
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.
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.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Parts of the computer.
Computer Hardware.
Parts of the Computer System
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
HOW IT WORKS …. REVIEW: BINARY NUMBERS DECODE THIS MESSAGE
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.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Introducing the Components of a Computer.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Computer Basics Just How Does a Computer Work?
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
ICT COMPUTER FUNDAMENTALS
HOW IT WORKS ….
Computer Components ICS 3U0.
Topic 2: Hardware and Software
An Overview of the Computer System
Computer Hardware Mr. Singh ICS2O.
Computer Basics 1 Computer Basics.
Elements of a Computer System
The physical parts of the computer
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
Computer Basics.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computers
Computer Hardware.
ICT Programming Lesson 2:
Computing Essentials Module 1.
Computing Essentials Module 1.
4. Computer system.
Presentation transcript:

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 (what you can’t). Today we are going to cover computer hardware. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software (what you can’t). Today we are going to cover computer hardware.

Input Device - Keyboard, mouse, network card, and any other device which feeds data from the outside world to the computer.

Output Device - Printer, monitor, speakers, network card, and any other device which allows the computer to feed data to the outside world.

Central Processing Unit (CPU) - Computer component that executes commands. The speed of a CPU is measured in Hertz (instructions per second). Today, processors are so fast that they are typically measured in Gigahertz (GHz) or billions of Hertz.

Hard Drive (HDD) - the long-term memory of a computer. A hard drive holds all of a computer's data, and stores data after the computer is turned off. Hard drives are measured in bytes, today typically in Gigabytes (GB) or billions of bytes.

Random Access Memory (RAM) - short-term memory of a computer. RAM holds data concerning the things a computer is currently engaged in: a program it’s running, documents being edited, images being displayed, etc. RAM is measured in bytes, today typically in Megabytes (MB, millions of bytes) and Gigabytes (GB, billions of bytes).

Motherboard - the circuit board that all the internal components of a computer are seated on. It provides connections between the components of the computer.

Bus - internal data pathways inside the computer that allow the different parts to communicate with each other.

Simple Example of Interaction

CPU Bus Input / output devices Input/output devices RAM HDD

1.Program is read from hard drive

2. Program is loaded into RAM Data travels along the system bus to RAM

3. Processor runs the program Data travels along system bus from RAM to CPU

4. Program is running. Data is read and written to the hard drive and RAM. Data is sent to and to output devices.

5. Program executes, etc. Chug-a-lug