National Diploma Unit 4 Introduction to Software Development Input and output processing.

Slides:



Advertisements
Similar presentations
AQA INFO 1 SECTION 4 Selection & Use of Input devices and media tcowling 2009 from Mott, Leaming & Williams.
Advertisements

devices... Inputs and Output Keyboard The commonest way to enter data into a computer. Each key is simply a switch, which when pressed, results in a.
Parts of a Computer.
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.
INFORMATION TECHNOLOGY Data Capture and Input Methods.
Input & Output Devices ASHIMA KALRA.
Data Capture Methods. In this topic, we will be looking at: Methods of data capture When it would be appropriate to use each method Advantages and disadvantages.
Fundamentals of Computer and programming in C Rohit Khokher.
Input to the Computer * Input * Keyboard * Pointing Devices
Ch CHAPTER Input & Output Irfan A. Ilyas Week15 – Lecture02.
ACSC 155 System Analysis and Design 5. Input/Output Design
AUTOMATIC DATA CAPTURE  a term to describe technologies which aim to immediately identify data with 100 percent accuracy.
Complete the below… Input Complete the below… Processing Input Complete the below…
INPUT & OUTPUT DEVICE. INPUT & OUTPUT HARDWRE Input hardware consist of devices that translate data into computer readable form. On the other hand, Output.
Input devices, processing and output devices Hardware Senior I.
Adapted from CTAE Resources Network PROFITT Curriculum Basic Computer Skills Module 1 Hardware.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
04/05/031 Computer Input and Output Dairne Jesperson Charles Darwin University.
INPUT DEVICES. KEYBOARD Most common input device for a computer.
© Oxford University Press España S. A., 2012 Unit 2 Hardware and software.
GCSE Information Technology Computer Systems. GCSE Information Technology The three stages of computing are input, processing and output. A computer works.
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.
OCR GCSE ICT DATA CAPTURE METHODS. LESSON OVERVIEW In this lesson you will learn about the various methods of capturing data.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
LESSON 2 Input and Output Devices
AS Module 2 Information; Management and Management and Manipulation or what to do with data, how to do it, and……... ensure it provides useful information.
Input Devices Manual and Automatic By Laura and Gracie.
Computer Fundamentals
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 Parts Hardware.
These input devices of a computer. The reason why these are input is they input data to the computer. The data is input to the computer using these devices.
Chapter 5 Input and Output: The User Connection. Input n input device - hardware device that translates raw data into a format understandable by the computer.
Computer A computer is an electronic machine that takes information, processes it,and stores it. Computers are made up of hardware ( monitor, tower, keyboard,
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Manipulating data Data management: validation and verification.
Input & Output Hardware Chapter 6 Taking Charge of Computing and Communications.
ICT – 8th grade ASPAEN – Gimnasio Los Cerezos Angela I. Arango Echeverry Hardware: Input devices.
Data Capture, Input Methods, and Output Methods
1 1. Systems and Software Development 1.1 The Systems Life Cycle.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
E.g.: MS-DOS interface. DIR C: /W /A:D will list all the directories in the root directory of drive C in wide list format. Disadvantage is that commands.
Computers in the Library A database application. Input and Output Devices Input Keyboard Mouse Scanner / light pen Output VDU / screen / monitor Printer.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Review of Data Capture. Input Devices What input devices are suitable for data entry? Keyboard Voice Bar Code MICR OMR Smart Cards / Magnetic Stripe cards.
Slide 1 A Free sample background from © 2003 By Default! HANDLING DATA IN INFORMATION SYSTEM 19 July 2005 Tuesday Lower 6.
The Computer  an electronic data processor. Computer Systems  many systems have this structure.
Input Devices By Mrs. Gonzales. All the input, output and storage devices connected to and dependent on a computer for operation are called peripherals.
Describe direct data entry and associated devices, e. g
Input/Output/Storage. Input Devices Computers need to capture information. This can be done using an Input device.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Section 2B. Objectives List two reasons why some people prefer alternative methods of input over a standard keyboard or mouse. List three categories of.
1 1. Systems and Software Development 1.1 The Systems Life Cycle.
INPUT DEVICES. Keyboard & Mouse  Keyboard: Enter text and commands  Mouse: Point, Select & enter Commands.
Topic 2 Input devices. Topic 2 Input devices Are used to get raw data into the computer so that it can be processed Include common input devices such.
QSREALM.BLOGSPOT.COM Input Output Devices. QSREALM.BLOGSPOT.COM Input – Output Devices Also known as Peripheral Devices. These surround a computer’s CPU.
Input and Output Devices Aim: To be able to discuss and describe suitable input and output devices.
Input & Output Devices ASHIMA KALRA.
Unit 2 Technology Systems
Lecture on Input Devices
Chp 4: Input and Output Devices
Input devices.
INFORMATION TECHNOLOGY
INTRODUCTION TASK PROCESS RESOURCES ACTIVITIES CONCLUSION
Input devices.
OCR GCSE ICT Data capture methods.
OCR GCSE ICT Data capture methods.
INFORMATION & COMMUNCATIONS TECHNOLOGY …
Input and Output Devices
Presentation transcript:

National Diploma Unit 4 Introduction to Software Development Input and output processing

Input devices Within the Windows environment, mouse and keyboard are the default Other specialist devices may be required e.g. OMR Optical Mark Readers Barcode scanners Sensors e.g. temperature

Input interface Think about how the user is going to use the program What will they need to do first? What features will they need? Can they easily undo a mistake? What kind of help will be needed? How can I design the program so that it is easy to use and learn?

Validation How can I determine that the data that they enter is reasonable? What are the tolerance limits? What formatting is needed of input data? Do I allow null data to be added? E.g. zeros and empty text boxes

Output processing Key output devices are the VDU and printer Output may also be stored in a file on a disc Sound output may also be required It may also be sent to devices such as motors, buzzers or lamps

Output processing Similar rules apply to input Is there any way of checking that the output is reasonable? What kind of formatting is required? Am I required to show null values? What happens if there isn’t enough room on the disc to store the data? How will my output be displayed on different size screens/ different resolution or different printers?

Exercise Consider the program from last time (the sick pay calculator) On paper, design the input and output for this system Address all of the questions about input and output processing in the previous slides

Exercise Consider some specialist input devices Voice recognition Touch screen Optical Mark Readers Optical Character Readers Bar code scanners Give one use for each and give one advantage and one disadvantage