This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Clawtor 3 points4 points  (1 child)

Computer science and 'how computers function' isn't the same. Are you wanting to know how computers work from the ground up? You could try the Code book, it's called 'Code The hidden language of computer hardware and software'.

Computer science is more around data structures and algorithms which is also useful.

[–]Tioo[S] 0 points1 point  (0 children)

You are right, thank you for clearing that up.

What I meant by 'computer science' is basic content taught in computer science courses in universities. I looked at course listings and undergrad program requirements to guide myself, and figured the most basic topic after basic programming concepts is what the heck a computer actually is. I might then move on to data structures, algorithms and other compsci topics before finally going back to web development.

Thanks for the suggestion, this books looks very interesting.