Operating Systems & File Systems Flashcards
1
Q
What are some OS Services? (3)
A
- File Operations
- Network Connections
- User accounts
2
Q
Ways to access services? (3)
A
- Graphical User Interface (GUI)
- Shell (Layer in front of the GUI)
- Application Programming Interface
3
Q
Describe a GUI
A
Interacts with the system
4
Q
Describe the function of the Shell
A
Command-line interface to the OS
- Commands are entered as plain text strings
- Used by both users and programs
5
Q
Describe the function of the Application Programming Interface
A
- “System calls”
- Allows programs to interact with the OS and each other