Input, Process, Output, Storage and Feedback

Slides:



Advertisements
Similar presentations
Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
Advertisements

Computer Vocabulary Words to know and remember for the semester.
Instructors: Connie Hutchison & Christopher McCoy
2.00 Understand Computer Fundamentals
Ch 26.
including File Management
Parts of a Computer.
Computing Science Software Design and Development SOFTWARE DESIGN AND DEVELOPMENT USING PYTHON.
Computer Hardware 4 Main Types.
P3- Represent how data flows around a computer system
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 2: Input, Processing, and Output
Objective 2.01A: Classify Computer Components
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Keyboarding Fall  Hardware is the parts of the computer that you can actually see and touch, such as…… Monitors Mouse Keyboard Ear phones Scanner.
Input and Output devices Input ports are connections at the back of a computer. Input devices are connected to these ports, for example, a keyboard which.
CPU The CPU is a microchip that is installed on a motherboard and acts as the computer’s brain - performing calculations and coordinating the hardware.
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Chapter 5 Basic Input/Output System (BIOS)
Basic Input Output System
An Introduction To Computer Hardware
Module Designing Computer-based Information Systems
1.1 1 Introduction Foundations of Computer Science  Cengage Learning.
INTRODUCTION TO COMPUTING
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
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.
By Joshua Doolan 7 White. Connectivity is simply just the internet connection and how strong it is.
Introduction to Computers Principles of Information Technology Lytle High School Press Enter or Click to continue.
Computer Basics.
Central Processing Unit
Highlights – Digital Literacy. An operating system (OS) is the most important program that runs on your computer. Every general-purpose computer must.
Capabilities & Limitations of Information and Communication Technology
HardwareHardware F451 - AS Computing. Hardware and Software Definition Hardware –The physical components that make up a computer system. Includes all.
IPC144 Introduction to Programming Using C Instructor: Travis Mander 1.
03/11/20151 System Development Lifecycle Design. 203/11/2015 Learning Objectives Consider the relevance and timeliness of data. Describe: The processes.
Parts of a Computer - Introduction
How Computers An iPads Work By Annie Hazell-Langley and Hollee Mandelt 7 White 2013.
Word Processing Word processing packages such as Microsoft Word are text based. When text is entered via a keyboard, the characters are displayed on screen.
Input, Output, Storage Devices
Computer Parts and Functions. How A Computer Works.
Parts of the Computer.
National Diploma Unit 4 Introduction to Software Development Program specification & development.
Learning Objectives Today we will Learn: How to identify the data requirements of a IT system using a Data Flow Diagram.
Learning Objectives Today we will Learn: How to identify the data requirements of a IT system using a Data Flow Diagram.
The analyst can not stay with the business for ever – a guide to help the new users.
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.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Hardware/Software Unit
Computer Fundamentals 1
Advantages of ICT over Manual Methods of Processing Data
Chapter 3 Software Interfaces.
2.00 Understand Computer Fundamentals
Objective 2.01: Classify computer components
Objective 2.01: Classify computer components
Chapter 11-Business and Technology
Python I/O.
Objective 2.01A: Classify Computer Components
Objective 2.01: Classify computer components
02.00 Understand Computer Fundamentals
Objective 4.01: Classify computer components
Module I Keyboarding UNIT 1 LESSONS 1-20
Computer Applications Unit A
4. Computer system.
Introduction to Computers
Presentation transcript:

Input, Process, Output, Storage and Feedback Chapter 1

Contents This presentation covers: Inputs Processes Outputs Storage Feedback

Introduction Input Process Output Storage Feedback

Taking data from an external source and entering it into the system. Can be done either: Manually Automatically Input

Manually Automatically Keyboards are often used to enter data into a system. Automatically Data is sometimes fed into a system using hardware such as OMR and Sensors. Input

An action performed on the data such as: Search Sort Calculations Processing data is important as it leads to useful output from the system. Process

Data can be outputted from a system in a variety of ways: Printed On Screen Sound Light Etc Output

Data can be outputted from a system in a variety of ways: Printed On Screen Sound Light Etc Output essentially deals with any data that is leaving the system. Output

Data needs somewhere to stay... It is often kept on a storage medium such as a hard drive. If data doesn’t need to be output immediately after processing it may be saved for later use. Also, stored data may be called upon when new data is being processed – the combination of data forming new outputs. Storage

If data is saved to a disk then it becomes an output. Storage mediums such as CDs and Disk Drives are somewhat of a problem when defining the inputs and outputs of a system. If data is stored on a disk and is required for processing then it becomes an input. If data is saved to a disk then it becomes an output. Storage

These are often used in real-time systems such as autopilot systems. When data is processes and output it is sometimes fed back into the system. These are often used in real-time systems such as autopilot systems. Feedback

If no user interaction is required when data is fed back into the system then this is an open loop. If a user is prompted to do something when data is fed back into the system then this is known as a closed loop. Feedback

Turnaround Documents These documents comprise of data which is processed and then output. Additional data is printed on the document which will be fed into the system later. Utility companies produce turnaround documents for their customers: They send details of what they think you should pay. They provide a space for you to write down your actual meter readings. They input the new data into the system and the process recalculates the actual amount you have to pay.

Take note: Describe these terms: input, process, output, storage and feedback. Draw a diagram to show the input, storage, processing, output and feedback for a vehicle using cruise control. Draw a diagram to show the input, storage, processing, output and feedback for a system which controls heating in a house. What is the difference between closed-loop and open-loop feedback? What are the advantages of using a turnaround document?