How Does A Computer Work
How Does A Computer Work
Information Storage
system memory or RAM holds information that you or the computer are working with right now. Instructions special form of information the computer processes This is the computer's "short term memory" Longer-term storage where information is stored permanently in the form of files
Moving information between machines is also an important part of modern computing. The computer uses networking components, modems and cables to allow it to communicate with other machines. This is called, networking
GBYRVO BGORVY
Computer Languages
The only languages that a computer understands is its own binary machine language.
Example simply to tell the computer to add the numbers 181 and 207 together, the command might be "01101001 00110100 10110101 11001111". A special program called a compiler is used to translate (or compile) the high-level language instructions into a form the computer can understand.