Computers and Sustainability: An ever increasingly layered system
Computers are built in layers, to put it simply. A simple computer has a Basic Input-Output System (BIOS), which controls various low level functions to initialize the hardware when a system is powered on. Initialization means something like “to set it up for operation in a typical way”. This would include talking to the processor to identify what processor it is, the amount of RAM, so on and so forth. From there, the CPU executes instructions that make up the software. The processor, short for central processing unit, executes instructions in an order that is determined by the previous instruction. In this example, we are… Read More »Computers and Sustainability: An ever increasingly layered system