Book picks similar to
Pro Silverlight 4 in C# by Matthew MacDonald
programming
silverlight
silverlight-wp7
study
CBSE Chapterwise Question - Answers : Physics, Chemistry, Biology for Class 12 (Set of 3 Books)
Arihant Experts - 2013
The specialty of these books lies in the fact that to make it easy to study for the students, each chapter has been divided into individual topics with separate questions. The questions in each topic have been arranged as per their marks i.e. 1 Mark Questions, 4 Marks Questions & 6 Marks Questions.The next important feature of the book is that the answers to all the questions have been given according to CBSE Marking Scheme.These books, for sure, will prove to be the most important tool in getting a high end success in CBSE Class 12th Examination.Chapters included in this box set1. Electric Charges and fields2. Electrostatic Potential and Capacitance3. Current Electricity4. Moving Charges and Magnetism5. Magnetism and Matter6. Electromagnetic Induction7. Alternating Current8. Electromagnetic Waves9. Ray Optic and Optical Instruments10. Wave Optics11. Dual Nature of Radiation and Matter12. Atoms13. Nuclie14. Semiconductor Electronics15. Communication System16. The Solid State17. Solutions18. Electrochemistry19. Chemical Kinetics20. Surface Chemistry21. Process of Isolation of Elements22. The P-Block Elements23. The D-and F-Block Elements24. Coordination Compounds25. Haloalkanes & Haloarenes26. Alcohols, Ketons & Carboxylic Acids27. Amines28. Biomolecules29. Polymers30. Chemistry in Everyday Life31. Reproduction in Organisms32. Sexual Reproduction in Flowering Plants33. Human Reproduction34. Reproductive Health35. Principles of Inheritance and Variation36. Molecular Basis of Inheritance37. Evolution38. Human Health and Disease39. Strategies for Enhancement in Food Production40. Microbes in Human Welfare41. Biotechnology : Principles and Processes42. Biotechnology and Its Applications43. Organisms and Population44. Ecosystem45. Biodiversity and Conservation46. Environmental IssuesValue Based QuestionsCBSE Sample Paper
Python Programming: An Introduction to Computer Science
John Zelle - 2003
It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science. However, these ideas are illustrated using a non-traditional language, namely Python. Although I use Python as the language, teaching Python is not the main point of this book. Rather, Python is used to illustrate fundamental principles of design and programming that apply in any language or computing environment. In some places, I have purposely avoided certain Python features and idioms that are not generally found in other languages. There are already many good books about Python on the market; this book is intended as an introduction to computing. Features include the following: *Extensive use of computer graphics. *Interesting examples. *Readable prose. *Flexible spiral coverage. *Just-in-time object coverage. *Extensive end-of-chapter problems.
Programming in Haskell
Graham Hutton - 2006
This introduction is ideal for beginners: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from the straightforward to extended projects, plus suggestions for further reading on more advanced topics. The author is a leading Haskell researcher and instructor, well-known for his teaching skills. The presentation is clear and simple, and benefits from having been refined and class-tested over several years. The result is a text that can be used with courses, or for self-learning. Features include freely accessible Powerpoint slides for each chapter, solutions to exercises and examination questions (with solutions) available to instructors, and a downloadable code that's fully compliant with the latest Haskell release.
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
Herb Sutter - 1999
Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems. The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++.moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard. Each problem is rated according to difficulty and is designed to illustrate subtle programming mistakes or design considerations. After youve had a chance to attempt a solution yourself, the book then dissects the code, illustrates what went wrong, and shows how the problem can be fixed. Covering a broad range of C++ topics, the problems and solutions address critical issues such as: *Generic programming and how to write reusable templates *Exception safety issues and techniques *Robust class design and inheritance *Compiler firewalls and the Pimpl I