1 1. Systems and Software Development 1.1 The Systems Life Cycle.

Slides:



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

Computer Parts There are many parts that work together to make a computer work.
Lesson Objectives To understand what input and output devices are, and how they are used The understand the difference between input and output devices.
Computer Hardware 4 Main Types.
Components of a Computer System Jump to Hardware.
Input & Output Devices ASHIMA KALRA.
Fundamentals of Computer and programming in C Rohit Khokher.
Computer Hardware.
ACSC 155 System Analysis and Design 5. Input/Output Design
Computer Basics Flashcards #2
8. INPUT, OUTPUT and storage DEVICES i/o units
A Look at Your Computer Business Computer Information Systems I Created by: Mrs. E. Kelley Revised: August 28, 2015.
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.
Computer Basics Diagram
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.
An Introduction To Computer Hardware
Lesson 2 Information Processing. Objectives Define hardware and software Explain the three basic computer functions: input, processing, and output.
Parts of computers Four parts: Input device Processor (small silicon chip, microprocessor, video recorder, dedicated) Output device Storage Device.
Year 9 Hardware Research Task You will use this presentation to complete the task set For each of the hardware devices in this presentation you will –
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 Fundamentals Introduction to Computers.
Computer Parts Hardware.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Year 9 Hardware Research Task You will use this presentation to complete the task set For each of the hardware devices in this presentation you will –
Introduction to Software Development. Systems Life Cycle Analysis  Collect and examine data  Analyze current system and data flow Design  Plan your.
AS Computing Handling of data in information system.
Elements of a Computer System Understanding Computers.
A computer system is made up of several components. Those that can be seen and touched are referred to as the hardware. Those that can’t be seen or touched.
Parts of the Computer System
There are many parts that work together to make a computer work. System Unit Computer Parts.
COMPUTERS in the CLASSROOM
Computer Parts There are many parts that work together to make a computer work.
Main Computer Components
In computing, an input device is a piece of computer hardware equipment used to provide data and control signals to an information processing system such.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Digital Literacy Lesson 2. Hardware Hardware: the physical components of a computer. Includes input devices, processing devices, storage devices, and.
1 1. Systems and Software Development 1.1 The Systems Life Cycle.
National Diploma Unit 4 Introduction to Software Development Input and output processing.
Input and Output Devices Aim: To be able to discuss and describe suitable input and output devices.
WHAT IS COMPUTER ? . A computer is a complex system consisting of both hardware and software components.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Identify internal hardware devices (e. g
Computer Parts There are many parts that work together to make a computer work.
Input & Output Devices ASHIMA KALRA.
Hardware: Input / Output Devices
Elements of a computer system
Computer Information Systems
Topic 2: Hardware and Software
The CPU is the brain of the computer
Introduction to Operating Systems
System Design Basics IB Computer Science.
INTRODUCTION TASK PROCESS RESOURCES ACTIVITIES CONCLUSION
Computer Parts There are many parts that work together to make a computer work.
Module 1.1 Introduction to computers
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.
Year 10 to 11 review Chapter - 2
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Introduction to Computers
Elements of a Computer System
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.
Know Your PC.
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 Electronic device Accepts data - input
Introduction to Computers
Presentation transcript:

1 1. Systems and Software Development 1.1 The Systems Life Cycle

1.1.5 Design: Parts of a System

3 The design phase Design - different possible solutions (hardware and software) get considered, prototyped and built. Design is also done in a modular way (splitting the problem down into its component parts).

4 System flow charts

5

6 Action or process Input or output device Data flow Calculate salary Laser printer

7 System flow charts

8 Some questions to ask Should computers be used at all? Should standard software packages be used? How much customisation is desirable/allowed? Should the system be centralised or distributed? Stand-alone or networked?

9 Some questions to ask Which data should/should not be held on the system? Where will the input data come from and how will it be entered? ‣ Manual (mouse, keyboard, touch screen...)? ‣ Direct (barcode reader, OMR, OCR, MICR...)? ‣ Automatic (sensors, timers...)?

10 Some questions to ask What kind of output should be produced? ‣ Soft (storage, screen, speaker...)? ‣ Hard (printer, plotter...)? ‣ Actuator (electric, hydraulic, pneumatic...)? What is the best output layout (forms, reports, graphic design...)?

11 Some questions to ask What is the best human-computer interface? ‣ Command line? ‣ Menu-driven? ‣ GUI? What are the best file formats? ‣ One (flat) file or many (relational) files? ‣ What type of access (single user, multi- user...)? ‣ dat, txt, doc, csv...?

12 Some questions to ask What data structures are needed in the system? ‣ Arrays? ‣ Dynamic/static (HL)? ‣ Stacks/queues (HL)? ‣ Lists/trees (HL)? What hardware components should be adapted or purchased?

13 Some questions to ask Questions about the nature of the information that will enter and leave the system are collectively called the data requirements.