MIS 3371 Transaction Processing Systems Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core transaction processing concepts, transaction states, three-tier architecture, transaction data types, and internal controls from MIS 3371 Sessions 1 and 2.

Last updated 3:19 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Transaction

A discrete business event that the business needs to remember (a recordable event) or commits business state.

2
New cards

Business Rules

Directives that translate organizational policy into decisions the system must enforce to decide whether a transaction will proceed.

3
New cards

Validation

Automatic computer checks that determine if input data is complete, usable, and properly formatted before processing.

4
New cards

Draft State

The transaction state where a user has started entering data but has not yet submitted it.

5
New cards

Submitted State

The transaction state where the system has accepted the request.

6
New cards

Processing State

The transaction state where work and logic execution are actively underway.

7
New cards

Completed State

The transaction state where the business event has successfully finished.

8
New cards

Rejected State

The transaction state resulting when a business rule or authorization check fails.

9
New cards

Failed State

The transaction state resulting when a technical problem stops processing.

10
New cards

Presentation Tier

The front-end layer (HTML, CSS, forms, browser interactions) that owns the user experience, collects input, and displays output, but should not be trusted as the final authority.

11
New cards

Application Tier

The back-end layer that owns business processing, enforces critical rules, authorizes operations, and calculates results.

12
New cards

Data Tier

The layer that owns persistent records, storing transaction data, status, timestamps, relationships, and audit history.

13
New cards

Business Data

Data provided by the user or process, including customer/employee ID, item, date, amount, quantity, category, and comments.

14
New cards

Control Data

Data that helps the system manage the transaction, including status, unique transaction ID, approval level, and source/channel.

15
New cards

Audit Data

Data that helps reconstruct what happened, including created/modified by details, previous values, timestamps, and history logs.

16
New cards

Preventive Controls

Internal controls designed to stop a problem before it happens, such as authorization, input limits, and duplicate prevention.

17
New cards

Detective Controls

Internal controls designed to discover that something went wrong, such as audit logs, reconciliation, exception reports, and fraud alerts.

18
New cards

Corrective Controls

Internal controls designed to restore or compensate after a problem occurs, such as rollbacks, backup recovery, manual correction, and reversing transactions.