Browse Results

Showing 53,376 through 53,400 of 53,797 results

Starting Out with Programming Logic and Design (Third Edition)

by Tony Gaddis

A language independent programming guide aimed at equipping students with sound fundamental knowledge on logical thinking without the complication of language syntaxes.

Starting Out with C++: From Control Structures through Objects (7th Edition, Brief Version)

by Tony Gaddis

This edition covers the core programming concepts that are introduced in the first semester introductory programming course. The problem-solving approach inspires students while introducing the C++ programming language. The style of teaching builds programming confidence and enhances each student's development of programming skills. Clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter.

Making the World Work Better: The Ideas That Shaped a Century and a Company

by Kevin Maney Steve Hamm Jeffrey O'Brien

Thomas J Watson Sr’s motto for IBM was THINK, and for more than a century, that one little word worked overtime. In Making the World Work Better: The Ideas That Shaped a Century and a Company , journalists Kevin Maney, Steve Hamm, and Jeffrey M. O’Brien mark the Centennial of IBM’s founding by examining how IBM has distinctly contributed to the evolution of technology and the modern corporation over the past 100 years. <p><p> The authors offer a fresh analysis through interviews of many key figures, chronicling the Nobel Prize-winning work of the company’s research laboratories and uncovering rich archival material, including hundreds of vintage photographs and drawings. The book recounts the company’s missteps, as well as its successes. It captures moments of high drama – from the bet-the-business gamble on the legendary System/360 in the 1960s to the turnaround from the company’s near-death experience in the early 1990s. <p> The authors have shaped a narrative of discoveries, struggles, individual insights and lasting impact on technology, business and society. Taken together, their essays reveal a distinctive mindset and organizational culture, animated by a deeply held commitment to the hard work of progress. IBM engineers and scientists invented many of the building blocks of modern information technology, including the memory chip, the disk drive, the scanning tunneling microscope (essential to nanotechnology) and even new fields of mathematics. IBM brought the punch-card tabulator, the mainframe and the personal computer into the mainstream of business and modern life. IBM was the first large American company to pay all employees salaries rather than hourly wages, an early champion of hiring women and minorities and a pioneer of new approaches to doing business--with its model of the globally integrated enterprise. And it has had a lasting impact on the course of society from enabling the US Social Security System, to the space program, to airline reservations, modern banking and retail, to many of the ways our world today works. <p> The lessons for all businesses – indeed, all institutions – are powerful: To survive and succeed over a long period, you have to anticipate change and to be willing and able to continually transform. But while change happens, progress is deliberate. IBM – deliberately led by a pioneering culture and grounded in a set of core ideas – came into being, grew, thrived, nearly died, transformed itself… and is now charting a new path forward for its second century toward a perhaps surprising future on a planetary scale.

Digital Fundamentals

by Thomas L. Floyd

This eleventh edition of Digital Fundamentals continues a long tradition of presenting a strong foundation in the core fundamentals of digital technology. This text provides basic concepts reinforced by plentiful illustrations, examples, exercises, and applications. Applied Logic features, Implementation features, troubleshooting sections, programmable logic and PLD programming, integrated circuit technologies, and the special topics of signal conversion and processing, data transmission, and data processing and control are included in addition to the core fundamentals. New topics and features have been added to this edition, and many other topics have been enhanced.

The Complete A+ Guide To PC Repair Fifth Edition Update (5th Edition)

by Cheryl Schmidt

Cheryl Schmidt's The Complete A+ Guide to PC Repair, Fifth Edition Update presents the fundamentals of computer desktop and laptop installation, configuration, maintenance, and networking through simple, step-by-step instruction based on CompTIA A+®2011 Edition objectives. With a focused emphasis on security and customer service skills, this comprehensive book on computer repair introduces the most important tools students need to become professional, customer-friendly technicians using today's technology. The A+ Certification Exam criteria are being updated, effective January 2011, to include Windows 7. The Fifth Edition Update now includes Windows 7 material.

Computer Forensics and Cyber Crime: an Introduction (Third Edition

by Marjie T. Britz

The leading introduction to computer crime and forensicsis now fully updated to reflect today's newest attacks, laws, and investigatory best practices. Packed with new case studies, examples, and statistics, Computer Forensics and Cyber Crime, Third Edition adds up-to-the-minute coverage of smartphones, cloud computing, GPS, Mac OS X, Linux, Stuxnet, cyberbullying, cyberterrorism, search and seizure, online gambling, and much more. Covers all forms of modern and traditional computer crime, defines all relevant terms, and explains all technical and legal concepts in plain English, so students can succeed even if they have no technical, legal, or investigatory background.

Java How to Program (Early Objects) (9th Edition)

by Paul Deitel Harvey Deitel

The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers to confirm that programs run as expected. Java How to Program (Early Objects) 9econtains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine. This edition covers both Java SE7 and SE6.

Trends and Issues in Instructional Design and Technology

by Robert A. Reiser John V. Dempsey

Trends and Issues in Instructional Design and Technology, Third Edition, provides readers with a clear picture of the field of instructional design and technology, the trends and issues that have affected it in the past and present, and those trends and issues likely to affect it in the future. The text will prepare its readers to master the skills associated with IDT, clearly describe the nature of the field, familiarize themselves with the field's history and its current status, and describe recent trends and issues impacting on the field. Written by the leading figures in the field with contributions from Elizabeth Boling, Richard Clark, Ruth Clark, Walter Dick, Marcy Driscoll, Michael Hannafin, John Keller, James Klein, David Jonassen, Richard Mayer, David Merrill, Charles Reigeluth, Marc Rosenberg, Allison Rossett, Sharon Smaldino, Harold Stolovitch, Brent Wilson, Robert Reiser, John Dempsey, and many others, this book clearly defines and describes the rapidly converging fields of instructional design, instructional technology, and performance technology.

Cyberlaw: The Law of the Internet and Information Technology

by Brian Craig

Featuring the most current exploration of cyberlaw, this book helps students understand the legal and policy issues associated with the Internet. Tackling a full range of legal topics, it includes discussion of jurisdiction, intellectual property, contracts, taxation, torts, computer crimes, online speech, defamation and privacy. <p><p>Chapters include recent, relevant cases, discussion questions and exercises at the end of each chapter. Using a consistent voice and clear explanations, the author covers the latest developments in cyberlaw-from cases to legislation to regulations.

Objects First with Java: A Practical Introduction Using BlueJ

by David J. Barnes Michael Kölling

Objects First with Java: A Practical Introduction Using BlueJ, 5e, is ideal for introductory courses in Java/Introduction to Programming and Object-Oriented Programming and for beginning programmers. This is the only introductory programming textbook that uses the BlueJ integrated development environment (IDE) to teach introductory and object-oriented programming principles using Java. Its close integration with the BlueJ development environment allows this book to focus on key aspects of object-oriented software development from day one. BlueJ's clear visualization of classes and objects means that readers can immediately appreciate the differences between them, and gain a much better understanding of the nature of an object than they would from simply reading source code. Unlike traditional textbooks, the chapters are not ordered by language features but by software development concepts. Language features are introduced as a response to the problems to be solved. A large number of different, interesting projects are used to provide variety and avoid the monotony of a running problem. This book takes an "objects first" approach to teaching the traditionally difficult concepts of objects in a manipulative visual form. Throughout, the emphasis is on developing a practical approach to programming, with students encouraged to add code to existing programs rather than working with an intimidating sheet of blank paper. This textbook is printed in four-color to aid pedagogy and reader learning.

Introduction To VBA For Excel

by Steven Chapra

This introductory text explains how to develop programs using VBA within the Microsoft Excel environment. The text does not assume any previous programming experience. The new edition has been revised to bring it up-to-date with the Office 2007 environment.

Java Software Solutions for AP Computer Science A (2nd edition)

by John Lewis William Loftus Cara Cocking

This edition was developed to include features of the Java 2 Standard Edition 5.0, known as Java 5, which will be used on the AP Computer Science Exam. It retains all the pedagogy and attention to detail that made the first edition successful.

A Balanced Introduction to Computer Science

by David Reed

A Balanced Introduction to Computer Science, 3/e is ideal for Introduction to Computing and the Web courses in departments of Math and Computer Science. <p><p> This thoughtfully written text uses the Internet as a central theme, studying its history, technology, and current use. Experimental problems use Web-based tools, enabling students to learn programming fundamentals by developing their own interactive Web pages with HTML and JavaScript. Integrating breadth-based and depth-based chapters, Reed covers a broad range of topics balanced with programming depth in a hands-on, tutorial style.

Internet and World Wide Web: How to Program, Fifth Edition

by Abbey Deitel Harvey Deitel Paul Deitel

Internet & World Wide Web How to Program, 5/e is appropriate for both introductory and intermediate-level client-side and server-side programming courses. The book is also suitable for professionals who want to update their skills with the latest Internet and web programming technologies. Internet and World Wide Web How to Program, 5e introduces students with little or no programming experience to the exciting world of Web-Based applications. This new edition focuses on HTML5 and the related technologies in its ecosystem, diving into the exciting new features of HTML5, CSS3, the latest edition of JavaScript (ECMAScript 5) and HTML5 canvas. At the heart of the book is the Deitel signature "live-code approach"-concepts are presented in the context of complete working HTML5 documents, CSS3 stylesheets, JavaScript scripts, XML documents, programs and database files, rather than in code snippets. Each complete code example is accompanied by live sample executions. The Deitels focus on popular key technologies that will help readers build Internet- and web-based applications that interact with other applications and with databases. These form the basis of the kinds of enterprise-level, networked applications that are popular in industry today. After mastering the material in this book, readers will be well prepared to build real-world, industrial strength, Web-based applications.

Introduction To Programming Using Visual Basic 2010, 8th ed.

by David I. Schneider

An Introduction to Programming Using Visual Basic 2010, Eighth Edition, -- consistently praised by both students and instructors -- is designed for students with no prior computer programming experience. Now updated for Visual Basic 2010, Schneider focuses on teaching problem-solving skills and sustainable programming skills. A broad range of real-world examples, section-ending exercises, case studies, and programming projects gives students more hands-on experience than any other Visual Basic book on the market.

Computer Networks

by Andrew Tanenbaum David Wetherall

Appropriate for Computer Networking or Introduction to Networking courses at both the undergraduate and graduate level in Computer Science, Electrical Engineering, CIS, MIS, and Business Departments. <p> Tanenbaum takes a structured approach to explaining how networks work from the inside out. He starts with an explanation of the physical layer of networking, computer hardware and transmission systems; then works his way up to network applications. Tanenbaum's in-depth application coverage includes email; the domain name system; the World Wide Web (both client- and server-side); and multimedia (including voice over IP, Internet radio video on demand, video conferencing, and streaming media. Each chapter follows a consistent approach: Tanenbaum presents key principles, then illustrates them utilizing real-world example networks that run through the entire book--the Internet, and wireless networks, including Wireless LANs, broadband wireless and Bluetooth. The Fifth Edition includes a chapter devoted exclusively to network security. The textbook is supplemented by a Solutions Manual, as well as a Website containing PowerPoint slides, art in various forms, and other tools for instruction, including a protocol simulator whereby students can develop and test their own network protocols.

Data Abstraction and Problem Solving with Java: Walls & Mirrors (3rd Edition)

by Janet J. Prichard Frank Carrano

The book aims to give students a superior foundation in data abstraction, object-oriented programming, and other modern problem-solving techniques.

Wireless Communications and Networks, Second Edition

by William Stallings

Wireless Communications and Networks, 2e, provides one of the most up-to-date and accurate overviews of wireless principles, technology, and application. It is ideal for courses in wireless networking, wireless communications, wireless data communications or wireless technology in departments of Computer Science, Engineering, IT, and Continuing Education. The rapid growth of mobile telephone use, satellite services, and the wireless Internet are generating tremendous changes in telecommunications and networking. Combining very current technical depth with a strong pedagogy and advanced Web support, this new edition provides a comprehensive guide to wireless technology--exploring key topics such as technology and architecture, network types, design approaches, and the latest applications.

Database Systems: The Complete Book

by Hector Garcia-Molina Jeffrey D. Ullman Jennifer Widom

Database Systems: The Complete Book is ideal for Database Systems and Database Design and Application courses offered at the junior, senior and graduate levels in Computer Science departments. A basic understanding of algebraic expressions and laws, logic, basic data structure, OOP concepts, and programming environments is implied. <p><p> Written by well-known computer scientists, this introduction to database systems offers a comprehensive approach, focusing on database design, database use, and implementation of database applications and database management systems. <p> The first half of the book provides in-depth coverage of databases from the point of view of the database designer, user, and application programmer. It covers the latest database standards SQL:1999, SQL/PSM, SQL/CLI, JDBC, ODL, and XML, with broader coverage of SQL than most other texts. The second half of the book provides in-depth coverage of databases from the point of view of the DBMS implementor. It focuses on storage structures, query processing, and transaction management. The book covers the main techniques in these areas with broader coverage of query optimization than most other texts, along with advanced topics including multidimensional and bitmap indexes, distributed transactions, and information integration techniques.

Learning to Program with Alice

by Wanda P. Dann Stephen Cooper Randy Pausch

With the rise of object-oriented languages, computer science faculty must squeeze far more content--and far more challenging concepts--into introductory courses. The result: many novices find introductory programming courses extremely frustrating, and some even abandon computer science altogether. Alice was designed from the ground up to make contemporary programming concepts far easier to teach-and to learn. In this highly anticipated book, Alice's creators and key innovators offer a complete introduction to the Alice 3D interactive graphics programming environment.

Learning Adobe Photoshop Cs2

by Lisa A. Bucki

Designed for students at a variety of skill levels, Learning Adobe Photoshop CS2 teaches using real-world design examples. The Learning series provides students with a total-immersion, hands-on tutorial that walks them step-by-step, mouse-click by mouse-click, keystroke by keystroke through all the features of the software application. The well-illustrated, spiral-bound text contains easy-to-read, appealingly formatted procedural explanations and step-by-step exercises in a multi-part Lesson format.

Exploring Microsoft Office 2007

by Robert T. Grauer

Exploring has been Prentice Hall's most successful Office Application series of the past 15 years. For Office 2007, Exploring has undergone the most extensive changes in its history, so that it can truly more today's student "beyond the point and click."

Learning Computer Applications: Projects and Exercises Third Edition

by Lisa A. Bucki

Learning Computer Applications: Projects And Exercises Chapters: Introduction to computers and applications -- File management -- Word processing -- Desktop publishing -- Spreadsheet -- Database -- Presentation graphics--

Digital Graphics and Animation with Adobe® Illustrator® 10, Adobe® Photoshop® 7, and Macromedia® Flash® MX

by Prentice Hall

Digital Graphics and Animation includes two types of projects: free-form projects and step-by-step projects.

Agile Estimating and Planning

by Mike Cohn

Agile Estimating and Planning is the definitive, practical guide to estimating and planning agile projects. In this book, Agile Alliance cofounder Mike Cohn discusses the philosophy of agile estimating and planning and shows you exactly how to get the job done, with real-world examples and case studies.

Refine Search

Showing 53,376 through 53,400 of 53,797 results