Excerpts from the books:

========

“I got it!” cried Pat. “Those memory locations are similar to house addresses! All of the houses on the street on that hill have their own address, and the houses on my street are the same way. Did the inventors of the computer give each memory location its own address?"

========

After this explanation, Pat's eyes lit up and one could almost see wheels and gears turning behind them. “That's amazing!” cried Pat “I never would have guessed that a computer works like this!” After thinking a while longer, though, Pat asked “But if a memory location can only hold a number between 0 and 255, how can it possibly be capable of representing all of the millions of ideas that a human can have?”

========

“No way!” said Pat with determination. “I'm never going to give up learning about computers! Ever since I started learning about computers, it feels like I've entered a whole new world which is full of wonder and unexpected possibilities. I haven't told you this before, but sometimes I get little pangs of fear about losing the knowledge of computers I have gained, like I learned it all in a dream and when I wake up, the knowledge will be gone. I wouldn't trade my knowledge of computers for anything in the world...

========

"A beginning programmer is definitely able to start writing programs quicker in a high-level language than they could with assembly language and I ( along with many others ) thought that quicker in this case meant better.


Over time, however, I noticed that most of these students were not able to program very well. I eventually figured out that the main reason that most of them could not program very well was that they did not understand how a computer actually worked because much of this understanding is at the assembly language level.

 

Even though most programmers do not program in assembly language, somehow, having a solid understanding of how a computer works at its lowest levels, and having had the experience of manually encoding algorithms into assembly language, wires a programmer's brain in a way that enables them to be much better high-level language programmers than they otherwise would be.

 

I love assembly language, but even I prefer to program in a high-level language whenever possible. The reason I am teaching assembly language to you as your first computer language is because I want to give you the foundation you will need to become an excellent high-level language programmer.”

========

Diagrams and listings from the books:


========