### User Interfaces Explained
1. **Text-Based Interface**:
- **What It Is**: This is a way of interacting with a computer system using only text. You type commands on the keyboard and get text replies back from the system.
- **Why It Matters**: Think of it like sending a message to your computer. It’s commonly found in command-line interfaces (CLI) where you can perform tasks by typing specific commands. It’s straightforward but may


