|
|
|
The operations of these tasks differ widely from each other
And yet, they are accomplished using the same machine (a computer) through executing a different computer program
|
We will first study how a computer (hardware) is connected together so it can execute computer programs
Then we will study what computer software does
|
In this webnote, we will first study the computer (RAM) memory
|
|
|
|
|
|
|
|
Schematically: what a computer program look like
"add x to y" "subtract x from y" "multiply x with y" .... |
The instructions are not represented in English, but by some number
(Some programs contains over a billion instructions !)
I will use these 2 terms interchangeably
|
|
Schematically: what a computer program look something like
1256 875 7263 .... |
Each number represents a computer instruction
|
|
|
|
|
You is a word in the English language |
|
|
|
|