This document consists of instructions for a computing exam with 3 tasks:
1. Design a database to store book and author information with forms to add, edit, and link data.
2. Analyze an algorithm that validates strings and test it with sample inputs.
3. Design and create a simple octal calculator that converts between octal and decimal and performs basic math operations.