## Control Activities
Control Activities are the policies and procedures that help ensure management directives are carried out. They represent one of the five components of Internal Control.
### Five Types of Control Activities
| # | Type | What It Means |
|---|---|---|
| i | Performance Review | Review of actual performance against budgeted performance. Variance analysis and comparison. |
| ii | Physical Controls | Controls over the physical security of assets (locks, safes, access restrictions). |
| iii | Segregation of Duties | Different persons are assigned different authority and responsibility so that no single person controls an entire transaction cycle. |
| iv | Information Processing Controls | Controls over accuracy of data processing. Includes: automatic controls (system-generated), program change controls, etc. |
| v | Authorisation Controls | Ensures only approved transactions are processed; transactions require proper approval before execution. |
### Why Segregation of Duties Matters
The core principle: a person who initiates a transaction should not also record it or have custody of the related asset. This reduces the risk that errors or fraud go undetected.
Example: The person who writes cheques should not also reconcile the bank statement.
### Information Processing Controls — Two Sub-types
- Application Controls: Automated checks within a specific application (input validation, sequence checks, range checks).
- General (IT) Controls: Broader controls over the IT environment (access controls, program change management, backup procedures).