Difference between revisions of "CSC103: DT's Notes 1"
Line 859: | Line 859: | ||
04: 20 00 ''(Go back to Line 00)'' | 04: 20 00 ''(Go back to Line 00)'' | ||
+ | So now, even though this simple game is far from sophisticated or even fully functional, it should illustrate the principle that are at play when a processor executes a program that resides in memory. We explore this in the next section. | ||
+ | <br /> | ||
+ | {| style="width:100%; background:#FFD373" | ||
+ | |- | ||
+ | | | ||
+ | ===Assembly Language: The Language of the Processor=== | ||
+ | |} | ||
+ | |||
+ | We are very close to understanding how the processor runs programs. We have seen that computers work with electricity, and that information is coded as 0s and 1s. We refer to an information cell that contains a 0 or a 1 as a ''bit''. The memory is a collection of boxes that contain bits. We refer to these boxes as ''words''. ''Memory words''. | ||
Revision as of 21:14, 3 October 2012
--© D. Thiebaut 08:10, 30 January 2012 (EST)