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.

Slides:



Advertisements
Similar presentations
Computer Basics Whats that thingamagige?. Parts of a computer.
Advertisements

Computer Parts There are many parts that work together to make a computer work.
Input-Processing-Output
Computer Systems I’m ONLY a machine!.
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Presentation by: Serena, Ann & Nicole
Computer Components.
What Is A Computer System?
Introduction to Computers
Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts There are many parts that work together to make a computer work.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Computer Basics Flashcards #2
Input, Output, Processing and Storage
Computer Systems 1 Fundamentals of Computing
1-1 Introduction to Computer Science Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? Minia.
What is Information Technology?
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.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Computer Basics Diagram
By: Dwayne Burl.  The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Chapter 3 Computer Hard ware
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Explore the Parts of a Computer
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
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 Systems TexPREP Summer Camp Computer Science.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Science Web quest. Input devices Input devices are used to give the computer information so it does what the operator wants it to do. There are.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
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 Parts There are many parts that work together to make a computer work.
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,
Parts and Operation of a Computer
Computer Parts There are many parts that work together to make a computer work.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
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.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Computer Parts There are many parts that work together to make a computer work.
ICT COMPUTER FUNDAMENTALS
Computer Components ICS 3U0.
Topic 2: Hardware and Software
Computer Hardware and Software
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
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
Introduction to Computers
The Computer Work Stations
Objective 2.01: Classify computer components
Objective 2.01: Classify computer components
Introduction to Computers
Standard Grade Revision
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
Lesson 3 Computer Devices.
Presentation transcript:

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 electronics!

Input Devices Input Devices enable you to “tell the computer what to do” or to “feed the computer information” Examples of Input Devices include: Keyboard Mouse Touch-Pad Scanner Microphone Web-Cam Graphics Tablet Ticket or Card readers Can you think of any others?

Output Devices Output devices allow the computer to “talk back to you” or to “provide you with information” Examples of Output Devices include: Monitor Printer Projector Speakers

Computer Architecture Long Term Storage RAM Memory (Random Access Memory) Cache CPU (Central Processing Unit)

Long Term Storage Long Term Storage is used to store software and data. It is deemed permanent as it is not lost when the computer is turned off. Long Term Storage is typically “slow” but its capacity is high. Examples of Long Term Storage include: – Hard Drives – Flash Memory (USB Flash Drives and Flash Hard Drives) – Optical Storage (Writable CDs and DVDs) – Magnetic Tape

Long Term Storage Devices Hard Drives Flash Memory Optical Storage Magnetic Tape

RAM Memory (Random Access Memory) RAM is the place in a computer where the operating system, application programs, 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 Long Term Storage It is deemed non-permanent as the contents of RAM are lost when the computer is turned off. Like when you forget to save your work! RAM’s capacity is lower than Long Term Storage, usually ranging between 512 megabytes to 4 gigabytes.

Cache Memory Cache memory is extremely fast memory that is typically contained on the actual CPU. The CPU uses cache memory to store instructions that are repeatedly required to run programs, improving overall system speed. Like RAM, it is a non-permanent form of storage. Cache has the lowest capacity in terms of storage, typically measured in megabytes (1 to 3 megabytes is typical).

CPU (Central Processing Unit) The CPU is the “brain” of the computer. The Central Processing Unit (CPU) is responsible for processing the commands from the cache memory. The CPU is the fastest component in a computer, with high-end consumer CPUs being capable of processing up to 12,000 MIPS (Million Instructions Per Second).

Data Transfer from Long Term Storage to CPU Long Term Storage (Slow) RAM Memory (Faster) Cache Memory (The Fastest Memory) C.P.U (The “Brain” of The Computer)