|
|
What we will learn in CS255 are the things that are inside the the "box" in the middle of the picture
|
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
|
|
|
|
|