Input, Output and Processing

Slides:



Advertisements
Similar presentations
Inside the Computer Mr. Rowe Computer Tech
Advertisements

Computer Hardware 4 Main Types.
1 of 13 Inputs and Outputs Using ICT. 2 of 13 You need to know about a range of computing devices including: Desktop computers Laptops Tablets Netbooks.
Input & Output Devices ASHIMA KALRA.
COMPUTER CONCEPTS Computer Information Systems. COURSE COMPETENCIES Explain the functions of computer system components. Describe the information processing.
Computer Components.
Update your table of contents Computer Components 11.
Computer Hardware Devices By YOUR NAME in YOUR TUTOR GROUP.
Hardware and Multimedia Chapter 4. 4 Personal Computers (PCs) PCs are computers that can be: Used by individuals at home, work, or school Desktop models.
Name: ___________________ Class: _____________
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
Computer Basics – Input, Output and Storage Devices C O B : C O M P U T E R B A S I C S COB 1 Part Input Devices, Output Devices, Storage Devices.
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Computer Basics Flashcards #2
LO1 UNDERSTAND HOW ICT CAN BE USED TO MEET BUSINESS NEEDS 2 System input and output devices.
INPUT AND OUTPUT DEVICES BY CAMERPN MITCHELL. INPUT An input device is any hardware device that sends data to a computer, allowing users to interact with.
A Look at Your Computer Business Computer Information Systems I Created by: Mrs. E. Kelley Revised: August 28, 2015.
What is Information Technology?
BY VENUS BRIGHT Input Output. What is a input An input is something simple that connects into the computer. Such as the most common input is a keyboard.
An Introduction To Computer Hardware
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
LESSON 2 Input and Output Devices
Lesson 2 Information Processing. Objectives Define hardware and software Explain the three basic computer functions: input, processing, and output.
1 2 Basics of Computer Systems Ch.1-A,B,C FALL 2000 Rob Wolfe.
Computers Parts/Types. Topics Definition Types of Computers Parts of Computer System Impact on Society.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Computer Components Checklist There are many parts that work together to make a computer work.
California State University Northridge EED 602 Prepared by Jacqueline Avakian.
Module 0 resources Presented by: Oscar Abagali Nkrumah Duncan Williams Gerard Ataogye Anthony Sarpong On 14/03/2013.
Internal Computer Parts Desiree Robinson. Input Devices Getting information onto the computer Keyboard Microphone Scanner Mouse Video Camera Webcam Touch.
Hardware vs Software Hardware: A physical part of the computer which you can touch. Software: A set of instructions which is run to perform tasks on your.
What is a computer? Computer is a device for processing information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Module 0 resources Presented by: Osacr Abagali Nkrumah Duncan Williams Gerard Ataogye Anthony Sarpong On 14/03/2013.
Introduction to Computer Systems
Computer Functions Mrs. Bertella Career Prep. Computer Functions Computers perform the same four basic functions: ▫Input ▫Process ▫Output ▫Storage.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
In and Out are opposites. This is something to keep in mind when considering Input and Output. INPUT OUTPUT Ask: Does this device send information in?
MIND MAPS FOR THE ICT STUDENTS V.S.R.RANASIRI R / KURUWITA M.M.V.
Computer Parts There are many parts that work together to make a computer work.
Hardware Parts Std. 4.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts - Hardware There are many parts that work together to make a computer work.
INPUT, Output & storage devices
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.
Input & Output Devices ASHIMA KALRA.
Information Processing
Computer Information Systems
Input and Output Devices
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.
Computer Parts There are many parts that work together to make a computer work.
Objective 2.01: Classify computer components
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Keyboarding Class LHMS Ms. Key © Mr. Thrasher
Objective 2.01: Classify computer components
Unit I Flash Cards Start.
Technology Mrs. Huddleston
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Input and Output Devices
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.
Objective 2.01: Classify computer components
Objective 4.01: Classify computer components
Bioinformatics (Nursing)
Presentation transcript:

Input, Output and Processing

An ICT System In general terms, ICT systems take an input, and process it to produce an output. Process Input Output These different functions are performed by different pieces of hardware. Processing also requires some software.

Hardware & Software Hardware is the physical components that make up a computer system. Software is the programs and data that make the hardware do something useful.

Input Devices Input devices are used to get data into the computer, and include: Keyboard Pointing devices Scanners Cameras Microphones Graphics tablets Touch screens

New Input Devices Lots of new devices – tablets, sat-navs, smart-phones, etc. – have touch screens What are the implications of this? Designers need to re-think some things that they’ve been doing for years: Rollovers, drop-down menus, etc. on web-sites won’t work “Drag and Drop” - how does the screen know whether you’re dragging or scrolling?

Output Devices Output devices are used to get information out of the computer, and include: monitors printers and plotters speakers and headphones computer controlled manufacturing devices

Processing Devices Processing devices are the “engine” of the computer. Processing takes place in: central processing units (CPUs) graphics cards (GPUs) maths co-processors Modern processors often have multiple cores, which means that they have several processors on the same chip.

Types of Software There are three basic categories of software: Operating systems Applications Bespoke or off-the-shelf Suites and integrated packages General purpose Utilities Monitoring & communication software Security – e.g. anti-virus & firewalls Programming – e.g. compilers & interpreters

Software and Input/Output The processing of creating software is called programming When you learn to program, the first thing you learn is usual to create some output – e.g. to display your name or Hello world on the screen. You will also want to learn to accept input from the user quite early on, e.g. to ask questions or to give choices to use as the controls for games, etc. We will be looking at input and output using both Scratch and JustBasic later in the year.