<aside> π‘ key concept
A computer system is a collection of hardware and software components that work together to run computer programs.
</aside>
The source program is a sequence of bits, each with a value of 0 or 1, organized in 8-bit chunks called bytes. Each byte represents some text character in the program.
Most modern systems represent text characters using the ASCII standard that represents each character with a unique byte-sized integer value.
Files such as hello.c that consist exclusively of ASCII characters are known as text files. All other files are known as binary files
All information in a system β including disk files, programs stored in memory, user data stored in memory, and data transferred across a network is represented as a bunch of bits. The only thing that distinguishes different data objects is the context in which we view them
(and the transation instructions are packaged in a form called an executable object program