Session 3 Process and organize data 1. Terminology 2 For a list of computer and internet terminology, please see the.

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

Input-Processing-Output
INTRODUCTION OF COMPUTER
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Bits and Parts Parts of the computer system.
Computer Components.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Introduction to Computers
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with C++ Early Objects Sixth Edition by Tony Gaddis, Judy Walters,
Introduction to the Computer
Computer 101. Intro Computers are showing up everywhere you look Computers check out your groceries, pump your gas, dispense money at the ATM, turn.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
IC3 GS3 Standard Computing Fundamentals Module
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
04/05/031 Computer Input and Output Dairne Jesperson Charles Darwin University.
What is an input device? The input device is used to enter data and give instruction to the computer. e.g Keyboard, Mouse, Scanner, Joystick, Web camera,
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
What is Information Technology?
BLOCK DIAGRAM OF COMPUTER
An Introduction To Computer Hardware
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
INTRODUCTION TO COMPUTING
Configuration.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
Introduction to Computers
Introduction to Computers
2.0 Computer System.
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.
Session 3 Process and organize data 1. Terminology 2 For a list of computer and internet terminology, please see the.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Major Computer Parts.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Microcode Source: Digital Computer Electronics (Malvino and Brown)
Internal Computer Parts Desiree Robinson. Input Devices Getting information onto the computer Keyboard Microphone Scanner Mouse Video Camera Webcam Touch.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
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.
©La-Nette Mark Did you know computers are everywhere you look, and even in places you can't see. Computers check out your groceries, pump your gas,
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
What is a computer? Computer is a device for processing information.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
What does a computer do? Accepts data through inputting Processes data
Components of a Computer System
CS 1428 Foundations of Computer Science I. Two Main Components  Hardware  Physical media that uses electrical current to process instructions.  Software.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
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.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Lets Review Computers. Exactly what is a computer? A computer is an electronic device that manipulates information and data A computer sees data in 1’s.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
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?
GOAL 1IDENTIFY THE MAIN ELEMENTS OF A COMPUTER SYSTEM. GOAL 2DESCRIBE INPUT DEVICES AND PROCESSING ACTIVITIES. GOAL 3EXPLAIN COMPUTER STORAGE MEDIA AND.
Sara Naheed Amjad Information Technology
Computing Science Computer Structure: Lesson 1: Processor Structure
Sara Naheed Amjad Information Technology
Jeopardy-CH 4 System Unit INPUT OUTPUT Storage Processing Q $100
Technology Applications Mr. Moses
Computer Basics 1 Computer Basics.
08/28/06 parts of the computer.
Introduction to Computing Lecture # 1
Interaction of Hardware
Chapter 3 Hardware and software 1.
08/28/06 parts of the computer.
Presentation transcript:

Session 3 Process and organize data 1

Terminology 2 For a list of computer and internet terminology, please see the following website:

The Computer 3 All computers collect data and process this data into the required information. The process that the computer uses to produce the information is the operating cycle.

Four elements in the operating cycle: Input Processing Storage Output 4

The Operating Cycle 5

Input 6 This is the process of getting data into the computer. In the Hospitality and leisure Industry everything is concerned with the cost and time involved with this element.

Common Input devices Keyboard Numerical Key Pad Mouse Voice input Microphone Bluetooth Bar code reader Scanner 7

Input Devices How would you categorise the input method for the IPOD Touch / Iphone ? 8

Processing 9 This is the manipulation of the data into information. The CPU (central processing unit) executes computer instructions. The memory holds data and programs temporarily.

10 Processing is the thinking that the computer does – 1. the calculations, 2. comparisons, 3. decisions. What you see and hear and touch and feel is input. (WYSIWYG)

HOW COMPUTER PROCESS Modern computers are digital, that is, all info is stored as a string of zeros or ones - off or on. All the thinking in the computer is done by manipulating these digits. The concept is simple, but working it all out gets complicated. 11

12 1 bit = one on or off position 1 byte = 8 bits As there are two choices for he each bit there are 256 unique sets of codes or characters that the computer can store. Every character occupies one byte of storage space.

13

Control Unit Control Unit is the part of the computer that controls the Machine Cycle. It takes numerous cycles to do even a simple addition of two numbers. 14

15 The Machine Cycle Fetch -get an instruction from Main Memory Decode -translate it into computer commands Execute -actually process the command Store -write the result to Main Memory

Output 16 Output is useable information - that is, raw input data that has been processed by the computer into information. The most common forms are words, numbers and graphics. When a character is typed on the keyboard the output is shown on the screen. Reports are also classed as output. Egs: screens,printers

Types of Output Hard copy: printed on paper or other permanent media Soft copy: displayed on screen or by other non permanent means 17