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

INTRODUCTION OF COMPUTER
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Input to the Computer * Input * Keyboard * Pointing Devices
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
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
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.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
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,
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
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Lesson 3 — How a Computer Processes Data
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
INTRODUCTION TO COMPUTING
The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer.
Lesson 2 — How Does A Computer Process Data?
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
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.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
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,
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Introduction to Computer Systems
Computer Basic Vocabulary
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.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Components of a Computer System
Electronic Analog Computer Dr. Amin Danial Asham by.
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
GOAL 1IDENTIFY THE MAIN ELEMENTS OF A COMPUTER SYSTEM. GOAL 2DESCRIBE INPUT DEVICES AND PROCESSING ACTIVITIES. GOAL 3EXPLAIN COMPUTER STORAGE MEDIA AND.
Computing Science Computer Structure: Lesson 1: Processor Structure
Jeopardy-CH 4 System Unit INPUT OUTPUT Storage Processing Q $100
An Introduction to The computer.
Technology Literacy Hardware.
The Central Processing Unit
Chapter 2 – Computer hardware
Components of Computer
Computer Systems Nat 4/5 Computing Science Computer Structure:
08/28/06 parts of the computer.
Introduction to Computing Lecture # 1
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Logical Computer System
Fundamental of computer
COMPUTER FUNDAMENTALS i
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Introduction to Computers
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*) *What You See Is What You Get used in COMPUTING to describe a system in which content displayed during editing appears very similar to the final output, which might be a printed document, web page, slide presentation or even the lighting for a theatrical event.

HOW COMPUTERS 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 ALU (Arithmetic Logic Unit) - a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers.digital circuitarithmeticlogicalcentral processing unit microprocessors

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

Want to know more? m/Lessons/lesson4/lesso n4-4.htm Computer Basics site ACTIVITY! READ IT NOW 18