This document provides an introduction and overview of computer organization and architecture. It discusses the different number systems used in digital computers, including binary, decimal, hexadecimal, and octal. The binary number system uses only two digits, 0 and 1, and each digit is called a bit. Decimal uses ten digits from 0 to 9. Octal uses eight digits from 0 to 7. It also provides information on hardware and software components of a computer system, including the processor, memory, input/output devices, and bus. The Von Neumann architecture is introduced, which specifies that instructions are stored and executed in memory.