Book picks similar to
Digital Design: With an Introduction to the Verilog HDL by M. Morris Mano
college-textbooks
computer-science
copy-01
gate-cs-prep
Current Issues and Enduring Questions
Sylvan Barnet - 2013
Get the most recent updates on MLA citation in a convenient, 40-page resource based on The MLA Handbook, 8th Edition, with plenty of models. Browse our catalog or contact your representative for a full listing of updated titles and packages, or to request a custom ISBN.The unique collaborative effort of a professor of English and a professor of philosophy, Current Issues and Enduring Questions is an extensive resource for teaching argument, persuasive writing, and rigorous critical thinking. This extraordinarily versatile text and reader continues to address current student interests and trends in argument, research, and writing.Its comprehensive coverage of classic and contemporary approaches to argument includes Aristotelian, Toulmin, and a range of alternative views, including a new chapter on analyzing and writing about arguments in popular culture. Readings on contemporary controversies (including student loan debt, locavorism, and the boundaries of online privacy) and classical philosophical questions (such as How free is the will of the individual?) are sure to spark student interest and lively discussion and writing, and new e-Pages take advantage of what the Web can do by including videos, speeches, film trailers, and other multimodal arguments.
Head First Java
Kathy Sierra - 2005
You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows.And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.
Evolution for Everyone: How Darwin's Theory Can Change the Way We Think About Our Lives
David Sloan Wilson - 2007
With stories that entertain as much as they inform, Wilson outlines the basic principles of evolution and shows how, properly understood, they can illuminate the length and breadth of creation, from the origin of life to the nature of religion. Now everyone can move beyond the sterile debates about creationism and intelligent design to share Darwin’s panoramic view of animal and human life, seamlessly connected to each other.Evolution, as Wilson explains, is not just about dinosaurs and human origins, but about why all species behave as they do—from beetles that devour their own young, to bees that function as a collective brain, to dogs that are smarter in some respects than our closest ape relatives. And basic evolutionary principles are also the foundation for humanity’s capacity for symbolic thought, culture, and morality.In example after example, Wilson sheds new light on Darwin’s grand theory and how it can be applied to daily life. By turns thoughtful, provocative, and daringly funny, Evolution for Everyone addresses some of the deepest philosophical and social issues of this or any age. In helping us come to a deeper understanding of human beings and our place in the world, it might also help us to improve that world.
The Secrets of Top Students: Tips, Tools, and Techniques for Acing High School and College
Stefanie Weisman - 2013
But it wasn't because she was a "natural" or smarter than everyone else -- in fact, she succeeded as a student in spite of an undiagnosed learning disability. What she gradually realized was that her classmates were making mistakes, and lots of them.The Secrets of Top Students is a conversational, down-to-earth guide for high school and college students on how to maximize their learning and get the grades they want. It is full of innovative tips from Stefanie and 45 other top students -- including Rhodes scholars, Goldwater scholars, Fulbright award winners, college valedictorians, Intel Science Fair finalists, a National Spelling Bee champion, and more -- that not only work but have received little or no attention in other books. The Secrets of Top Students will appeal to students of all levels, providing them with the advice they need from a voice they can trust.The Secrets of Top Students includes tips and techniques that every student should know. For example: What is the first thing you should do when taking a math test? What is an often overlooked place for coming up with a thesis? How can you use mantras to get better grades? What music should you listen to while studying? Should you bring your laptop to class? Why is it bad to be a perfectionist? What motivates top students to achieve academic success? What foods should you eat to boost your brainpower? How can sleep, diet, and exercise affect your GPA? How much do top students really study? What are the Top 50 Tips for acing exams? How can you take killer notes? What are three game-changing learning techniques? And much, much more.
Elements of Programming
Alexander Stepanov - 2009
And then we wonder why software is notorious for being delivered late and full of bugs, while other engineers routinely deliver finished bridges, automobiles, electrical appliances, etc., on time and with only minor defects. This book sets out to redress this imbalance. Members of my advanced development team at Adobe who took the course based on the same material all benefited greatly from the time invested. It may appear as a highly technical text intended only for computer scientists, but it should be required reading for all practicing software engineers." --Martin Newell, Adobe Fellow"The book contains some of the most beautiful code I have ever seen." --Bjarne Stroustrup, Designer of C++"I am happy to see the content of Alex's course, the development and teaching of which I strongly supported as the CTO of Silicon Graphics, now available to all programmers in this elegant little book." --Forest Baskett, General Partner, New Enterprise Associates"Paul's patience and architectural experience helped to organize Alex's mathematical approach into a tightly-structured edifice--an impressive feat!" --Robert W. Taylor, Founder of Xerox PARC CSL and DEC Systems Research Center Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software.This is not an easy book. Nor is it a compilation of tips and tricks for incremental improvements in your programming skills. The book's value is more fundamental and, ultimately, more critical for insight into programming. To benefit fully, you will need to work through it from beginning to end, reading the code, proving the lemmas, and doing the exercises. When finished, you will see how the application of the deductive method to your programs assures that your system's software components will work together and behave as they must.The book presents a number of algorithms and requirements for types on which they are defined. The code for these descriptions--also available on the Web--is written in a small subset of C++ meant to be accessible to any experienced programmer. This subset is defined in a special language appendix coauthored by Sean Parent and Bjarne Stroustrup.Whether you are a software developer, or any other professional for whom programming is an important activity, or a committed student, you will come to understand what the book's experienced authors have been teaching and demonstrating for years--that mathematics is good for programming, and that theory is good for practice.
The Critical Tradition: Classic Texts and Contemporary Trends
David H. Richter - 1989
This bestseller balances a comprehensive and up-to-date anthology of major documents in literary criticism and theory — from Plato to the present — with the most thorough editorial support for understanding these challenging readings.
Galen Rowell's Inner Game of Outdoor Photography
Galen A. Rowell - 2001
He clearly explains why "pre-visualizing" a photograph before exposing any film is one key to making an arresting image rather than a mere replica of what we see through the viewfinder. Along the way he also offers advice on practical and technical matters such as how to pack camera gear; what to leave behind when you've got to travel light; pushing film to extremes; and when and how to use fill flash, smart flash, and remote smart flash.This is a how-to book by an artist who has made adventure and photography a way of life. It is both an inspired manual to taking better photographs and an inspiring journey of discovery into the creative process.
Feynman Lectures On Computation
Richard P. Feynman - 1996
Feynman gave his famous course on computation at the California Institute of Technology, he asked Tony Hey to adapt his lecture notes into a book. Although led by Feynman, the course also featured, as occasional guest speakers, some of the most brilliant men in science at that time, including Marvin Minsky, Charles Bennett, and John Hopfield. Although the lectures are now thirteen years old, most of the material is timeless and presents a “Feynmanesque” overview of many standard and some not-so-standard topics in computer science such as reversible logic gates and quantum computers.
Groups: Process and Practice [With Infotrac]
Marianne Schneider Corey - 1982
This best-selling text has been updated with new examples, guidelines, insights, and ideas that demonstrate how group leaders can apply the basic issues and key concepts of the group process to a variety of groups. Offering up-to-date coverage of both the "what is" and the 'how to' of group counseling, the Seventh Edition features a greater focus on group work with children, the elderly, issues in both women's and men's groups and in school settings.
The Art of Software Testing
Glenford J. Myers - 1979
You'll find the latest methodologies for the design of effective test cases, including information on psychological and economic principles, managerial aspects, test tools, high-order testing, code inspections, and debugging. Accessible, comprehensive, and always practical, this edition provides the key information you need to test successfully, whether a novice or a working programmer. Buy your copy today and end up with fewer bugs tomorrow.
Inside the Machine
Jon Stokes - 2006
Once you understand how the microprocessor-or central processing unit (CPU)-works, you'll have a firm grasp of the fundamental concepts at the heart of all modern computing.Inside the Machine, from the co-founder of the highly respected Ars Technica website, explains how microprocessors operate-what they do and how they do it. The book uses analogies, full-color diagrams, and clear language to convey the ideas that form the basis of modern computing. After discussing computers in the abstract, the book examines specific microprocessors from Intel, IBM, and Motorola, from the original models up through today's leading processors. It contains the most comprehensive and up-to-date information available (online or in print) on Intel's latest processors: the Pentium M, Core, and Core 2 Duo. Inside the Machine also explains technology terms and concepts that readers often hear but may not fully understand, such as "pipelining," "L1 cache," "main memory," "superscalar processing," and "out-of-order execution."Includes discussion of:Parts of the computer and microprocessor Programming fundamentals (arithmetic instructions, memory accesses, control flow instructions, and data types) Intermediate and advanced microprocessor concepts (branch prediction and speculative execution) Intermediate and advanced microprocessor concepts (branch prediction and speculative execution) Intermediate and advanced computing concepts (instruction set architectures, RISC and CISC, the memory hierarchy, and encoding and decoding machine language instructions) 64-bit computing vs. 32-bit computing Caching and performance Inside the Machine is perfect for students of science and engineering, IT and business professionals, and the growing community of hardware tinkerers who like to dig into the guts of their machines.
A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security
Tobias Klein - 2011
In this one-of-a-kind account, you'll see how the developers responsible for these flaws patched the bugs—or failed to respond at all. As you follow Klein on his journey, you'll gain deep technical knowledge and insight into how hackers approach difficult problems and experience the true joys (and frustrations) of bug hunting.Along the way you'll learn how to:Use field-tested techniques to find bugs, like identifying and tracing user input data and reverse engineering Exploit vulnerabilities like NULL pointer dereferences, buffer overflows, and type conversion flaws Develop proof of concept code that verifies the security flaw Report bugs to vendors or third party brokersA Bug Hunter's Diary is packed with real-world examples of vulnerable code and the custom programs used to find and test bugs. Whether you're hunting bugs for fun, for profit, or to make the world a safer place, you'll learn valuable new skills by looking over the shoulder of a professional bug hunter in action.
Book of Enoch: All About the Three Books of Enoch
Ann Nyland - 2014
Nyland's translation is called, "Complete Books of Enoch: All Three: New Translation with Extensive Commentary." The mysterious figure of Enoch was the great grandfather of Noah, and an extract from the First Book of Enoch appears in the book of Jude in the New Testament. The First Book of Enoch has been a most controversial book for centuries. The Book of Enoch is of importance to those interested in theology, and controversial knowledge as well as angelology and demonology. Book of Enoch: All About the Three Books of Enoch is by #1 bestselling author and translator Dr. A. Nyland, translator of the Complete Books of Enoch: All Three: New Translation with Extensive Commentary. ABOUT THE AUTHOR. Best selling author and translator Dr. A. Nyland is an ancient language scholar who served as Faculty at the University of New England, Australia. Dr. Nyland is also the translator of "The Book of Jubilees," and "The Gospel of Thomas," and the author of "Angels, Archangels and Angel Categories: What the Ancients said," "Satan: Fiction not Fact. Evidence from the Bible," and "Fallen Angels, Watchers, Giants, Nephilim and Evil," among others.
The Francine Rivers Historical Collection: The Scarlet Thread / The Last Sin Eater
Francine Rivers - 2016
. . until they fall into the arms of the One who loves them unconditionally. Sierra Madrid’s life has just been turned upside down when she discovers the handcrafted quilt and journal of her ancestor Mary Kathryn McMurray, a young woman who was uprooted from her home only to endure harsh conditions on the Oregon Trail. Though the women are separated by time and circumstance, Sierra discovers that many of the issues they face are remarkably similar. By following Mary Kathryn’s example, Sierra learns to surrender to God’s sovereignty and unconditional love.The Last Sin Eater:A captivating tale of suffering, seeking, and redemption set in Appalachia in the 1850s, The Last Sin Eater is the story of a community committed to its myth of a human “sin eater,” who absolves the dead of their sins, and the ten-year-old child who shows them the Truth. All that matters for young Cadi Forbes is finding the one man who can set her free from the sin that plagues her, the sin that has stolen her mother’s love from her and made her wish she could flee life and its terrible injustice. But Cadi doesn’t know that the “sin eater” is seeking as well. Before their journeys are over, Cadi and the sin eater must face themselves, each other, and the One who will demand everything from them in exchange for the answers they seek.
How To Get to the Top of Google (November 2012 Edition - Updated for Penguin & Panda)
Tim Kitchen - 2012
You will learn:- How to get your website on the first page of Google- How to get your website showing up multiple times on the first page (one of my websites shows up 6 in the first 7 results!!)- The 3 'Dirty Secrets' that expensive SEO (Search Engine Optimisation) Experts don't want you to know- What you can do for the price of 2 ½ cups of coffee that could have your website ranking top in as little as a day (I have done exactly this and I’ll show you how)- The small things you can do to make a BIG difference- How to analyse your online competition and find their weaknesses- How to pull off the famous ‘Google Leapfrog’- What the recent Google changes mean for people using pre-April 2012 strategies – and it’s not good news!- How to make people click on your website even if it shows up below your competitors!- How to avoid the deadly mistakes that can lead to Google removing your site from the listings- How to survive and thrive post-PenguinWhat most people don't understand is that once you know what to do, it's actually extremely straightforward to rank highly in Google. But there's a lot of misinformation and misunderstanding out there.Tim Kitchen is a Search Engine ranking expert and online business owner currently personally in charge of SEO for over 50 businesses as well as his own businesses in some incredibly competitive markets. He also regularly teaches SEO to more than 2,000 small business owners through his books, courses and videos.In this updated version of the book he shares everything he has learnt from the past 7 years of getting websites to the top of Google.