Top Banner
Processing Systems 3.3.2 Batch Interac tive Real- Time
15

Processing Systems

Feb 25, 2016

Download

Documents

Diem

Processing Systems. 3.3.2. This presentation covers:. Batch, interactive and real-time processing systems in terms of processing, response time and user interface requirements. Introduction. Data is pretty useless unless it is processed in some way. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Processing Systems

Processing Systems

3.3.2

Batch Interactive Real-Time

Page 2: Processing Systems

This presentation covers:

• Batch, interactive and real-time processing systems in terms of processing, response time and user interface requirements.

Page 3: Processing Systems

Introduction

• Data is pretty useless unless it is processed in some way.

• The way in which the data is processed can be different …and the mode of operation is different depending on the situation.

• The decision as to which operational mode to use is made during the design stage.

Page 4: Processing Systems

Batch Processing

• Data is processed in batches.

• The batches tend to be large and of identical type.

• Common examples of where batch processing occurs include the processing of bank statements, utility bills and credit card transactions.

Page 5: Processing Systems

Batch Processing

• No user interaction is required.

• Batch processing usually takes place during the evening or on the weekends, when there is less demand on the processor.

• Both of these facts mean that daily work can continue with little disruption.

Page 6: Processing Systems

Batch Processing

• The main problem with batch processing is the delay in receiving the output from the data input.

• For example, sometimes you can pay for something using a credit card, but the money is not taken out straight away. If you aren’t aware of this and you think you have thatmoney in your account you mightgo spending the money…thusputting you into debt!

Page 7: Processing Systems

Interactive Processing

• Also known as a transactional processing system.

• Data is processed one transaction at a time.

• Any response or update must be completed before the next transaction can take place.

• Data inputs tend to be small and input interactively by the user.

Page 8: Processing Systems

Interactive Processing

• The user inputs data into the system when prompted to do so.

• Their actions are limited to what the system allows them to enter.

Page 9: Processing Systems

Bus Example

People queue waiting for the bus.

When they get on, the driver asks where do they want to go?

They pay their fare and the next person steps up!

Page 10: Processing Systems

Real-Time Processing

• Data is processed within a given maximum time limit (usually under 4 seconds).

• The time limit will depend on a number of factors:– User requirements– Type of processing– Amount to process

Page 11: Processing Systems

Real-Time Processing

• It is normally assumed that data will be processed as soon as it is received.

• This could result in data being updated straight away on a database, or an action taking place.

Page 12: Processing Systems

Real-Time Processing

• A good example of real-time processing is in auto-pilot systems.

• They wouldn’t be very useful in the following example…

Page 13: Processing Systems

Batch Autopilot

Oh look, we’re heading towards that plane! I’ll save that information for later…

Page 14: Processing Systems

Batch Autopilot

Page 15: Processing Systems

What to do now

Create and complete the following summary table:Batch Interactive Real-Time

Processing

Response time

User interface requirements