Recommend any good books computers (programming, mathematics, hardware, operating systems, etc.)?
Recommend any good books computers (programming, mathematics, hardware, operating systems, etc.)?
Go to university next year and want to learn science informatiques.Je course before, so I did not learn again from scratch and have a lot easier! ProgrammationMath for Computer Science Systems exploitationCommunicationne to remember any other sujetsespérons u guys can recommend some good books on these topics there, or other topics in IT! MERCIRéponse
by LoverOfWine should
Series O’Reilly is a really good set that relates to all subjects (except mathematics) in varying degrees. From beginners to cookbooks, the analyst said. We use a lot in the industry for networking, programming, O / S management and configuration scripts, you do some Googling etcSi, you will find some of these universities are free online. Let me give you links, but if they hit too much they get cut off access. NOTE: as far as mathematics is concerned, I never thought that it is crucial in all aspects of the business. There are few disciplines that you need to decide, but can prove they are the exception.
This entry was posted by admin on July 19, 2011 at 8:05 pm, and is filed under Hardware. Follow any responses to this post through RSS 2.0.You can leave a response or trackback from your own site.
-
-
#2 written by yesmanapple 10 months ago
Certainly!
This is the book that made me “fall in love” with programming:Starting Out with Java: From Control Structures through Data Structure by Tony Gaddis
http://www.amazon.com/Starting-Out-Java-Control-Structures/dp/0321421027This text is easy to read, accessible and rather thorough.
A slightly more advanced but still great text is:
(Java/C++) How to Program by Deitel [separate texts for each language]Go with the older editions for a more affordable price! Best of luck with CS!
- Comment Feed for this Post
- A expense-saving opportunity for the deployment of Cisco hardware
- Your personal computer hardware – Are Flashy sufficient?
- Laptop or computer Hardware Online – Is the Internet Beat The Large Street stores?
- Hardware is the physical element of computer systems
- The best way to acquire computer hardware
- What You Need to have To Know About Pc Hardware
- Laptop or computer Hardware and computer networking
- Selecting the greatest hardware for your computer
- 3 Factors to adhere to a computer hardware course
- Auto parts bankruptcies warn the worldwide recession – Vehicle parts – hardware sector
Math for Computer Science is a combination of 2 things: discrete math and linear algebra. Discrete math is, for the most part, common sense- things like logic. Linear algebra is better learned in a class because it requires a different way of looking at things.
As far as Operating Systems is concerned, I’ve found that textbooks aren’t all that helpful. I’m in an OS class right now and the one were using (Operating System Concepts by Sibershatz, Galvin, and Gagne) is good- it punctuates the sections with examples of how these concepts are used in Windows, Darwin (Mac OS X), Solaris, and Linux- but it’s often better just to install Linux and mess around with it. That’s the easiest way to learn exactly how these things work.
With programming, you do not want to learn from a book. Book learning = bad for programming because books don’t teach you best practices. Grab any book on programming (I’d start on a language like Python or Ruby- they’re nicer to beginners than C++) and use it to learn the basics. Then, start working on projects. Teach yourself about things like modularization (dividing the project up into separate pieces). Try getting involved with open source projects to see how to program in a group.