Browse Results

Showing 851 through 875 of 82,351 results

Exam 70-685: Windows 7 Enterprise Desktop Support Technician (Microsoft Official Academic Course Series)

by Microsoft Official Academic Course

This Microsoft Official Academic Course (MOAC) 70-685 Windows 7 Enterprise Desktop Support Technician, Revised First Edition fully prepares your students as they master the necessary skills for their MOAC Windows Server MCTS certification exam. This new edition contains a large number of new labs with an even greater emphasis on the troubleshooting tasks that students will encounter as they learn the skills of a desktop support technician. The labs will continue to support their corresponding textbook lessons and will provide students the opportunity to explore Windows 7 troubleshooting issues in great detail.

Exam 70-685 Windows 7 Enterprise Desktop Support Technician Revised and Expanded Version Lab Manual (Microsoft Official Academic Course Series)

by Microsoft Official Academic Course

This is the lab manual designed to accompany Exam 70-685 Windows 7 Enterprise Desktop Support Technician Revised and Expanded Version

Exam 70-647 Windows Server 2008 Enterprise Administrator Lab Manual

by Microsoft Official Academic Course

Exam 70-647, Windows Server 2008 Enterprise Administrator. The newest iteration of the Microsoft Official Academic Course (MOAC) program for network administration courses using Windows Server 2008 and mapping to the Microsoft Certified Information Technology Professional (MCITP) 70-647 certification exam. The MOAC IT Professional series is the Official from Microsoft, turn-key Workforce training program that leads to professional certification and was authored for college instructors and college students. MOAC gets instructors ready to teach and students ready for work by delivering essential resources in 5 key areas: Instructor readiness, student software, student assessment, instruction resources, and learning validation. With the Microsoft Official Academic course program, you are getting instructional support from Microsoft; materials that are accurate and make course delivery easy. Request your sample materials today.

Web Programming: Building Internet Applications

by Chris Bates

Web programming is about more than creating and formatting webpages and websites, though that is often a starting point for many. Using scripting languages such as JavaScript, Perl and PH, it becomes possible to add a lot more functionality to a site. This book teaches the essentials of working with the most important web technologies. From client development using HTML and Javascript, through to full server side applications written in ASP and Perl, the complete web system is shown. Concentrating on immediately useful code rather than theory, this is a how-to book for practical and project based courses. The broad scope covered by this book begins by creating reasonably simple webpages with HTML, then working through related document and content tagging systems such as dynamic HTML and eventually XML.

Computer Graphics for Java Programmers

by Leen Ammeraal Kang Zhang

A great many varied and interesting visual effects can be achieved with computer graphics, for which a fundamental understanding of the underlying mathematical concepts – and a knowledge of how they can be implemented in a particular programming language – is essential. Computer Graphics for Java Programmers, 2nd edition covers elementary concepts in creating and manipulating 2D and 3D graphical objects, covering topics from classic graphics algorithms to perspective drawings and hidden-line elimination. Completely revised and updated throughout, the second edition of this highly popular textbook contains a host of ready-to-run-programs and worked examples, illuminating general principles and geometric techniques. Ideal for classroom use or self-study, it provides a perfect foundation for programming computer graphics using Java.

Web Engineering: The Discipline of Systematic Development of Web Applications

by Gerti Kappel Birgit Pröll Siegried Reich Werner Retschitzegger

The World Wide Web has a massive and permanent influence on our lives. Economy, industry, education, healthcare, public administration, entertainment – there is hardly any part of our daily lives which has not been pervaded by the Internet. Accordingly, modern Web applications are fully-fledged, complex software systems, and in order to be successful their development must be thorough and systematic. This book presents a new discipline called Web Engineering taking a rigorous interdisciplinary approach to the development of Web applications, covering Web development concepts, methods, tools and techniques. It highlights the need to examine and re-use the body of knowledge found within software engineering and demonstrates how to use that knowledge within the Web environment, putting emphasize on current practices, experiences and pitfalls. The book is ideal for undergraduate and graduate students on Web-focused or Software Engineering courses, as well as Web software developers, Web designers and project managers.

Web Application Architecture: Principles, Protocols and Practices

by Leon Shklar Rich Rosen

In-depth examination of concepts and principles of Web application development Completely revised and updated, this popular book returns with coverage on a range of new technologies. Authored by a highly respected duo, this edition provides an in-depth examination of the core concepts and general principles of Web application development. Packed with examples featuring specific technologies, this book is divided into three sections: HTTP protocol as a foundation for Web applications, markup languages (HTML, XML, and CSS), and survey of emerging technologies. After a detailed introduction to the history of Web applications, coverage segues to core Internet protocols, Web browsers, Web application development, trends and directions, and more. Includes new coverage on technologies such as application primers, Ruby on Rails, SOAP, XPath, P3P, and more Explores the fundamentals of HTTP and its evolution Looks at HTML and its roots as well as XML languages and applications Reviews the basic operation of Web Servers, their functionality, configuration, and security Discusses how to process flow in Web browsers and looks at active browser pages Addresses the trends and various directions that the future of Web application frameworks may be headed This book is essential reading for anyone who needs to design or debug complex systems, and it makes it easier to learn the new application programming interfaces that arise in a rapidly changing Internet environment.

Algorithmic Problem Solving

by Roland Backhouse

An entertaining and captivating way to learn the fundamentals of using algorithms to solve problems The algorithmic approach to solving problems in computer technology is an essential tool. With this unique book, algorithm guru Roland Backhouse shares his four decades of experience to teach the fundamental principles of using algorithms to solve problems. Using fun and well-known puzzles to gradually introduce different aspects of algorithms in mathematics and computing. Backhouse presents you with a readable, entertaining, and energetic book that will motivate and challenge you to open your mind to the algorithmic nature of problem solving. Provides a novel approach to the mathematics of problem solving focusing on the algorithmic nature of problem solving Uses popular and entertaining puzzles to teach you different aspects of using algorithms to solve mathematical and computing challenges Features a theory section that supports each of the puzzles presented throughout the book Assumes only an elementary understanding of mathematics Let Roland Backhouse and his four decades of experience show you how you can solve challenging problems with algorithms!

Developing Java Software

by Russel Winder Graham Roberts

This significantly updated new edition of Developing Java Software is a thorough presentation of object-oriented design and programming concepts using the Java 5 programming language. The book takes the reader from the basics of using Java 5 to the creation of complete, object-oriented programs. Following an ‘objects early’ approach, the core elements of the Java language are covered, including the use of recently added features such as generics. The encouragement of the proper creation and use of classes, and the demonstration of the strategies used to create good quality code are at the core of this book. You will learn how Java programs work and how they can be designed and implemented in an organized and systematic way. In addition, the book addresses how a Java programming project should be managed and introduces the Ant build tool and the Subversion version control system. Testing has always been an important part of Developing Java Software. This edition provides new chapters which give a detailed introduction to Test-driven Development (TDD). This approach to programming introduces more rigor to writing programs by placing emphasis on writing high quality testable and tested code from the outset. A series of examples and case studies shows how TDD works and highlights the strategies for testing code. Reflecting recent changes to the Java programming language and newly focused on first courses in programming, this excellent primer is ideal for classroom use or self-study. The many motivating examples and larger case studies show how core ideas can be applied when creating real applications, and show how to use object-oriented methods effectively to create robust, reliable, and fully-tested Java applications.

Computer Networks: Principles, Technologies and Protocols for Network Design

by Natalia Olifer Victor Olifer

This is a comprehensive guide covering both the theory of basic networking technologies as well as practical solutions to networking problems. Networking concepts explained plainly with emphasis on how networks work together Practical solutions backed up with examples and case studies Balance of topics reflects modern environments Instructor and Student book site support including motivational courseware

Concurrency: State Models and Java Programs

by Jeff Magee Jeff Kramer

Concurrency provides a thoroughly updated approach to the basic concepts and techniques behind concurrent programming. Concurrent programming is complex and demands a much more formal approach than sequential programming. In order to develop a thorough understanding of the topic Magee and Kramer present concepts, techniques and problems through a variety of forms: informal descriptions, illustrative examples, abstract models and concrete Java examples. These combine to provide problem patterns and associated solution techniques which enable students to recognise problems and arrive at solutions. New features include: New chapters covering program verification and logical properties. More student exercises. Supporting website contains an updated version of the LTSA tool for modelling concurrency, model animation, and model checking. Website also includes the full set of state models, java examples, and demonstration programs and a comprehensive set of overhead slides for course presentation.

Exam 70-443 & 70-450 Microsoft SQL Server Database Design and Optimization Lab Manual

by Microsoft Official Academic Course

This course in the Microsoft Official Academic Course program prepares students for exam 70-443/450, Microsoft SQL Server Database Design and Optimization.

Software Engineering: Principles and Practice

by Hans Van Vliet

In-depth coverage of the latest advances in software engineering Aimed at defining inherent problems and providing appropriate solutions when constructing large software systems, the study of software engineering is an essential practice in order to create and maintain successful software development. This new edition shows you how to appreciate the issues, design trade-offs, and teamwork required for successful software development. With a special emphasis placed on the managerial aspects and human factors involved in software projects, this book reflects the changes taking place within software engineering and includes a major update on architecture and the increasingly hybrid character of software engineering. Offers comprehensive coverage of the fundamentals of software engineering as well as revised and updated text on the latest advances in the field, including agile methods, open source, and UML2 Incorporates discussion of commercial off-the-shelf products and open source Examines the impact of lightweight versus heavyweight methods, paying particular attention to agile approaches Addresses the globalization of software development and the impact of the Web This new edition is an invaluable resource for anyone involved in software development and maintenance.

Metamodelling for Software Engineering

by Cesar Gonzalez-Perez Brian Henderson-Sellers

This book focuses on metamodelling as a discipline, exploring its foundations, techniques and results. It presents a comprehensive metamodel that covers process, product and quality issues under a common framework. Issues covered include: An explanation of what metamodelling is and why it is necessary in the context of software engineering. Basic concepts and principles of traditional metamodelling, and some existing results of this approach. Problems associated with traditional approaches to Metamodelling are discussed, alongside an exploration of possible solutions and alternative approaches. Advanced topics such as the extension of the object-oriented paradigm for metamodelling purposes or the foundations of powertype-based tool development will be studied. Finally, a comprehensive case study is introduced and developed, showing how to use many of the concepts explained in the previous chapters. This book provides a comprehensive conceptual framework for metamodelling and includes case studies and exercises which will demonstrate practical uses of metamodelling. For lecturers and educators, the book provides a layered repository of contents, starting from the basics of metamodelling in the first chapters, through specific issues such as trans-layer control or non-strict approaches, up to advanced topics such as universal powertyping or extensions to the object-oriented paradigm. The book also serves as an in-depth reference guide to features and technologies to consider when developing in-house software development methods or customising and adopting off-the-shelf ones. Software tool developers and vendors can benefit from the book by finding in it a comprehensive guide to the implementation of frameworks and toolsets for computer-aided software modelling and development.

Introduction to Adobe Dreamweaver CS6 with ACA Certification

by Agi Creative Team

Dreamweaver is the industry standard software for professional website design. Introduction to Adobe Dreamweaver CS6 with ACA Certification, written by expert instructors, provides a complete introduction to Adobe Dreamweaver and provides all the classroom tools needed to teach a complete certification program. Using this textbook, students master the foundational skills needed when working with style sheets, dynamic HTML, multimedia, databases, project management and much more. This text includes essential skills required for designing, developing, and maintaining websites as well as project management. Students gain valuable skills that further their careers in website development by learning to design and maintain fully functioning sites using the newest version of Dreamweaver. This curriculum, created by a team of Adobe experts who have developed training programs for Adobe Systems, offers your students the opportunity to confidently prove their skills mastery and gain this job-focused certification to give them the needed edge on their career path. Adobe Certified Associate exam vouchers are available for bundling for an additional fee.

Introduction to Adobe Flash Professional CS6 with ACA Certification

by Agi Creative Team

Introduction to Adobe Flash Professional CS6 with ACA Certification, written by expert instructors, provides all the classroom tools needed to teach a complete certification program. Your students learn to design and maintain dynamic websites using Adobe Flash. This curriculum covers topics such as using layers to build animation sequences, creating interactive web components with ActionScript, project management and much more. Through the ACA coverage, students will also learn valuable insight into animation and web design job roles that use Flash. This single book provides students with a complete introduction to Flash along with a comprehensive exam preparation. This complete classroom course, created by a team of Adobe experts who have developed training programs for Adobe Systems, offers your students the opportunity to confidently prove their skills mastery and gain this job-focused certification to give them the needed edge on their career path. Adobe Certified Associate exam vouchers are available for bundling for an additional fee.

Introduction to Adobe Photoshop CS6 with ACA Certification

by Agi Creative Team

One of the fastest growing technical certification markets is the Adobe Certified Associate (ACA) exam program. Introduction to Adobe Photoshop CS6 with ACA Certification, written by expert instructors, includes all the classroom tools needed to teach an introductory Photoshop course and prepare your students for the certification exam. In addition to learning Adobe Photoshop, this textbook prepares students to earn this valuable job-focused certification helping them jump-start their careers in such fields as commercial design and print/web production. Students will master the skills needed when working with Adobe Bridge, Camera RAW, masks and layers, painting and retouching, project management and much more.This single book provides students with a complete introduction to Photoshop along with a comprehensive exam preparation. This curriculum, created by a team of Adobe experts who have developed training programs for Adobe Systems, offers your students the opportunity to confidently prove their skills mastery and gain this valuable certification to give them the needed edge on their career path. Adobe Certified Associate exam vouchers are available for bundling for an additional fee.

Exam 98-375 HTML5 Application Development Fundamentals

by Microsoft Official Academic Course

The Microsoft Technology Associate certification (MTA) curriculum helps instructors teach and validate fundamental technology concepts with a foundation for students' careers as well as the confidence they need to succeed in advanced studies. Through the use of MOAC MTA titles you can help ensure your students future success in and out of the classroom. This MTA text covers the following HTML5 Application vital fundamental skills: • Manage the Application Life Cycle • Build the User Interface by Using HTML5 • Format the User Interface by Using CSS • Code by Using JavaScript

Learning to Program with MATLAB: Building GUI Tools

by Craig S. Lent

Author Craig Lent’s 1st edition of Learning to Program with MATLAB: Building GUI Tools teaches the core concepts of computer programming, such as arrays, loops, function, basic data structures, etc., using MATLAB. The text has a focus on the fundamentals of programming and builds up to an emphasis on GUI tools, covering text-based programs first, then programs that produce graphics. This creates a visual expression of the underlying mathematics of a problem or design.

MIS Cases: Solving Small Business Scenarios Using Application Software

by Cynthia Gardner Eugene Rathswohl

Written to provide hands-on cases for use in conjunction with an Introduction to IS/MIS text, Gardner/Rathswohl provides opportunity for business students to apply Microsoft Office skills as part of the Intro IS/MIS course. Gardner/Rathswohl is a brief casebook containing twenty-two small business case scenarios that teach students problem-solving and hands-on skills in Excel, Access, and website design.

Data Structures and Algorithms in Python

by Michael T. Goodrich Roberto Tamassia Michael H. Goldwasser

Based on the authors’ market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++. Begins by discussing Python’s conceptually simple syntax, which allows for a greater focus on concepts. Employs a consistent object-oriented viewpoint throughout the text. Presents each data structure using ADTs and their respective implementations and introduces important design patterns as a means to organize those implementations into classes, methods, and objects. Provides a thorough discussion on the analysis and design of fundamental data structures. Includes many helpful Python code examples, with source code provided on the website. Uses illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Provides hundreds of exercises that promote creativity, help readers learn how to think like programmers, and reinforce important concepts. Contains many Python-code and pseudo-code fragments, and hundreds of exercises, which are divided into roughly 40% reinforcement exercises, 40% creativity exercises, and 20% programming projects.

Ethics and Technology: Controversies, Questions, and Strategies for Ethical Computing

by Herman T. Tavani

The Fourth Edition of Ethics and Technology introduces students to issues and controversies that comprise the relatively new field of cyberethics. This textbook examines a wide range of cyberethics issues--from specific issues of moral responsibility to broader social and ethical concerns that affect each of us in our day-to-day lives. Recent developments in machine ethics should also cause students to consider questions about conventional conceptions of autonomy and trust. Such topics and many other engaging ethical controversies--both hypothetical and actual cases--are discussed in this widely used and respected text.

Programming Language Foundations

by Aaron Stump

Stump’s Programming Language Foundations is a short concise text that covers semantics, equally weighting operational and denotational semantics for several different programming paradigms: imperative, concurrent, and functional. Programming Language Foundations provides: an even coverage of denotational, operational an axiomatic semantics; extensions to concurrent and non-deterministic versions; operational semantics for untyped lambda calculus; functional programming; type systems; and coverage of emerging topics and modern research directions.

Java Concepts

by Cay S. Horstmann

Cay Horstmann’s seventh edition of Java Concepts provides an approachable introduction to fundamental programming techniques and design skills, helping students master basic concepts and become competent coders. Major rewrites and an updated visual design make this student-friendly text even more engaging. The text is known for its realistic programming examples, great quantity and variety of homework assignments, and lab exercises that build student problem-solving abilities. The seventh edition now includes problem solving sections, more example code online, and exercises from Science and Business.

Big Java: Early Objects

by Cay S. Horstmann

This book introduces programmers to objects at a gradual pace. Optional example modules are included using Alice and Greenfoot. The examples feature annotations with dos and don'ts along with cross references to more detailed explanations in the text. New tables show a large number of typical and cautionary examples. New programming and review problems are also presented that ensure a broad coverage of topics. Cay will also add sections on problem solving, and a new, more approachable and visual design developed for JfE and BJLO is used.

Refine Search

Showing 851 through 875 of 82,351 results