I've been learning new high-level languages recently.

The longer I'm at it, the more it seems that the critical aspects of each language relate to different means of managing the basic hardware and system software operations. It was 1978 when I took Comp. Sc. 101/102/103 . . . I need therefore to review all this stuff, relearn about machine and assemble language, data structures and so on -- but in the context of the wholly different hardware of today.

Can anyone recommend a good textbook for this ?

link|improve this question
feedback

closed as off topic by Michael Todd, bmargulies, yoda, Mark Trapp, Robert Harvey Aug 2 '11 at 22:21

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Not sure if it meets your needs but I think "The Art of Computer Programming" (theres a whole series of it) is a must have for anybody who wants deeper knowledge of programming. The writer is Donald E. Knuth in case you can't find it. (I doubt that.)

link|improve this answer
I'm sure that this would be far in excess of my needs -- and of my budget. – Deek Aug 3 '11 at 13:25
What I need is an up-to-date one volume book, the sort of thing that Y1 Comp. Sc. students would be referred to for background reading for their basic principles of computing course. Written by a real down-to-earth guy/woman (i.e. someone who'd dedicate the book to their folks/spouse/kids rather than to an old IBM 650) for down-to-earth students in today's world. A focus on understanding the basic operational facilities and limits of today's hardware as well as the additional constrainst imposed by operating systems. – Deek Aug 3 '11 at 13:32
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.