Processing Modes Flashcards

(5 cards)

1
Q

Batch Processing

A

Definition: Data is collected over time and processed all at once.

Example: Payroll, billing systems

Advantages:

Efficient for large volumes

Reduces need for user interaction

Disadvantages:

No immediate output or feedback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Real-Time Processing

A

Definition: Data is processed immediately as it is entered.

Example: ATMs, flight control systems, online banking

Advantages:

Instant results

Critical for time-sensitive operations

Disadvantages:

Requires fast, powerful systems

More expensive to set up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Online Processing

A

Definition: Similar to real-time; processing happens as users interact with the system (but not always instant).

Example: Online shopping, booking systems

Advantages:

Immediate user interaction

Can update databases live

Disadvantages:

Needs a constant internet connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Transaction Processing

A

Definition: Processes a series of individual operations (transactions), each treated as a complete unit.

Example: Banking systems, Point of Sale (POS)

Advantages:

Ensures data integrity (no partial updates)

Uses ACID properties (Atomicity, Consistency, Isolation, Durability)

Disadvantages:

Can be complex to manage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Distributed Processing

A

Definition: Processing tasks are divided among multiple computers (often in different locations).

Example: Cloud computing, Google search engine

Advantages:

Increases speed and fault tolerance

Disadvantages:

Requires good network management and coordination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly