learning-journal

A place where I can learn or take notes

View on GitHub

How Computers Work

What Makes a Computer a Computer

must take input atore info process it and output results earliest computers made out of wood and metal, then moved on into electronic component. Started as basic calculators, now can play games talkt to eachother etc

Circuits & Logic

in order to process information input and output, a computer needs to modify the singals, which it does with tiny electronic signals that form circuits.
A simple circuit takes a 0 or 1 and flips it. This is a Not circuit Complicated circuits can take multiple results, such as an and circuit which will only produce a one if both values coming in are ones logic gates can combine to create complex circuits and adder can take two individual bits and add them together. You can put together multiple adders to add multiple bits together.
different circuits can do things like multiplication or subtraction
why are smaller computers faster? the smaller distance between circuits means info travels faster.

back