My notes and exercises on computer architecture fundamentals. I’ve made it public in case it’s helpful to students or anyone curious
The repository is organized by topic:
-
01-binary-representation-and-operations
Exercises on number systems, binary arithmetic, and basic memory concepts. -
02-data-representation-and-encoding
Character encoding, base conversions, and floating-point representation. -
03-digital-circuits
Boolean functions, truth tables, and minimal logic circuit implementations. -
04-assembly-and-riscv
Notes on RISC-V and simple assembly programming exercises
Each folder contains its own README.md with exercises and explanations.