Skip to main content
What are the different levels of abstraction?
Understanding Abstraction Levels in Software Engineering
Hardware Level
- Transistors and logic gates.
- Microarchitecture and machine code.
- Physical components and their interactions.
Assembly Language Level
- Low-level programming using mnemonics.
- Direct manipulation of CPU registers and memory.
- Highly platform-specific.
Programming Language Level
- High-level languages like Java, Python, C++.
- Focus on algorithms and data structures.
- Platform independence (mostly).
Operating System Level
- System calls and APIs.
- Resource management and process scheduling.
- Abstraction of hardware details.
Application Level
- User interfaces and program functionality.
- Interaction with the operating system.
- Focus on solving specific user problems.
Business Logic Level
- High-level rules and processes.
- Data modeling and transformation.
- Integration with other systems.