Browse Results

Showing 20,526 through 20,550 of 59,409 results

Essentials of Blockchain Technology

by Kuan-Ching Li Xiaofeng Chen Hai Jiang Elisa Bertino

Blockchain technologies, as an emerging distributed architecture and computing paradigm, have accelerated the development/application of the Cloud/GPU/Edge Computing, Artificial Intelligence, cyber physical systems, social networking, crowdsourcing and crowdsensing, 5G, trust management, and finance. The popularity and rapid development of Blockchain brings many technical and regulatory challenges for research and academic communities. This book will feature contributions from experts on topics related to performance, benchmarking, durability, robustness, as well data gathering and management, algorithms, analytics techniques for transactions processing, and implementation of applications.

Essentials of Business Analytics: An Introduction to the Methodology and its Applications (International Series in Operations Research & Management Science #264)

by Bhimasankaram Pochiraju Sridhar Seshadri

This comprehensive edited volume is the first of its kind, designed to serve as a textbook for long-duration business analytics programs. It can also be used as a guide to the field by practitioners. The book has contributions from experts in top universities and industry. The editors have taken extreme care to ensure continuity across the chapters.The material is organized into three parts: A) Tools, B) Models and C) Applications. In Part A, the tools used by business analysts are described in detail. In Part B, these tools are applied to construct models used to solve business problems. Part C contains detailed applications in various functional areas of business and several case studies. Supporting material can be found in the appendices that develop the pre-requisites for the main text. Every chapter has a business orientation. Typically, each chapter begins with the description of business problems that are transformed into data questions; and methodology is developed to solve these questions. Data analysis is conducted using widely used software, the output and results are clearly explained at each stage of development. These are finally transformed into a business solution. The companion website provides examples, data sets and sample code for each chapter.

Essentials of Business Research Methods: Third Edition

by Joseph F. Hair, Jr Mary Wolfinbarger Arthur H Money Phillip Samouel Michael J Page

Managers increasingly must make decisions based on almost unlimited information. How can they navigate and organize this vast amount of data? Essentials of Business Research Methods provides research techniques for people who aren't data analysts. The authors offer a straightforward, hands-on approach to the vital managerial process of gathering and using data to make clear business decisions. They include such critical topics as the increasing role of online research, ethical issues, data mining, customer relationship management, and how to conduct information-gathering activities more effectively in a rapidly changing business environment. This is the only such book that includes a chapter on qualitative data analysis, and the coverage of quantitative data analysis is more extensive and much easier to understand than in other works. The book features a realistic continuing case throughout the text that enables students to see how business research information is used in the real world. It includes applied research examples in all chapters, as well as Ethical Dilemma mini - cases, and interactive Internet applications and exercises.

Essentials of C Programming with Microsoft® Visual Studio®

by Farzin Asadi

This book provides a compact but comprehensive treatment that guides readers through the C programming language with Microsoft® Visual Studio®. The author uses his extensive classroom experience to guide readers toward deeper understanding of key concepts of the C language. Each concept and feature of the language is presented as a short lesson, illustrated by practical worked examples to aid student self study. The book will appeal to a broad range of students who are required to study the C programming language.

The Essentials of CAGD

by Gerald Farin Dianne Hansford

Putting the G into CAGD, the authors provide a much-needed practical and basic introduction to computer-aided geometric design. This book will help readers understand and use the elements of computer-aided geometric design, curves and surfaces, without the mathematical baggage that is necessary only for more advanced work. Though only minimal backg

Essentials of Cloud Computing

by K. Chandrasekaran

Cloud computing-accessing computing resources over the Internet-is rapidly changing the landscape of information technology. Its primary benefits compared to on-premise computing models are reduced costs and increased agility and scalability. Hence, cloud computing is receiving considerable interest among several stakeholders-businesses, the IT ind

Essentials of Cloud Computing: A Holistic Perspective (Texts in Computer Science)

by Pethuru Raj Chelliah Chellammal Surianarayanan

This reader-friendly textbook presents a comprehensive overview of the essential aspects of cloud computing, from the origin of the field to the latest developments. Rather than merely discussing the cloud paradigm in isolation, the text also examines how cloud computing can work collaboratively with other computing models to meet the needs of evolving computing trends. This multi-dimensional approach encompasses the challenges of fulfilling the storage requirements of big data, the use of the cloud as a remote server for Internet of Things and sensor networks, and an investigation of how cloud computing is interlinked with edge, fog and mist computing, among other illuminating perspectives.Topics and features: includes learning objectives, motivating questions, and self-test exercises in every chapter; presents an introduction to the underlying concepts, fundamental features, and key technological foundations of cloud computing; examines how enterprise networking and cloud networking can work together to achieve business goals; reviews the different types of cloud storage available to address the evolution of data and the need for digitization; discusses the challenges and approaches to implementing cloud security, and the hot topic of cloud management; highlights the value of cloud brokerage capabilities, and explains the importance of cloud orchestration in multi-cloud environments; describes the details of cloud migration, the crucial role of monitoring in optimizing the cloud, and the basics of disaster recovery using cloud infrastructure.This technically rigorous yet simple-to-follow textbook is an ideal resource for graduate courses on cloud computing. Professional software developers and cloud architects will also find the work to be an invaluable reference.

Essentials of Cloud Computing: A Holistic, Cloud-Native Perspective (Texts in Computer Science)

by Chellammal Surianarayanan Pethuru Raj Chelliah

Numerous advancements are being brought in and incorporated into the cloud domain with the aim of realizing a trove of deeper and decisive automations.Rather than discussing the cloud paradigm in isolation, this fully updated text examines how cloud computing can work collaboratively with other computing models to meet the needs of evolving trends.This multi-dimensional approach encompasses the challenges of fulfilling the storage requirements of big data, the use of the cloud as a remote server for Internet of Things and sensor networks, and an investigation of how cloud computing is interlinked with other established computing phenomenon such as edge computing. New chapters illustrate the distinct ideals of the cloud-native computing, proclaimed as the next-generation cloud computing paradigm.Topics and features:Includes learning objectives, motivating questions, and self-test exercisesIntroduces the underlying concepts, fundamental features, and key technological foundations of cloud computingExamines how enterprise networking and cloud networking can work together to achieve business goalsReviews the different types of cloud storage available to address the evolution of data and the need for digitizationDiscusses the challenges and approaches to implementing cloud governance, security, and the hot topic of cloud managementDescribes the details of cloud migration, the crucial role of monitoring in optimizing the cloud, and the basics of disaster recovery using cloud infrastructureThis technically rigorous, yet simple-to-follow textbook is an ideal resource for graduate courses on cloud computing. Professional software developers and cloud architects will also find the work to be an invaluable reference.

Essentials of Compilation: An Incremental Approach in Racket

by Jeremy G. Siek

A hands-on approach to understanding and building compilers.Compilers are notoriously some of the most difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure that hides how language features motivate design choices. By contrast, this innovative textbook provides an incremental approach that allows students to write every single line of code themselves. Essentials of Compilation guides the reader in constructing their own compiler for a small but powerful programming language, adding complex language features as the book progresses. Jeremy Siek explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics. Already in wide use by students and professionals alike, this rigorous but accessible book invites readers to learn by doing. Deconstructs the challenge of compiler construction into bite-sized piecesEnhances learning by connecting language features to compiler design choicesDevelops understanding of how programs are mapped onto computer hardwareLearn-by-doing approach suitable for students and professionalsProven in the classroomExtensive ancillary resources include source code and solutions

Essentials of Compilation: An Incremental Approach in Python

by Jeremy G. Siek

A hands-on approach to understanding and building compilers using the programming language Python.Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure that hides how language features motivate design choices. By contrast, this innovative textbook provides an incremental approach that allows students to write every single line of code themselves. Jeremy Siek guides the reader in constructing their own compiler in the powerful object-oriented programming language Python, adding complex language features as the book progresses. Essentials of Compilation explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics. Already in wide use by students and professionals alike, this rigorous but accessible book invites readers to learn by doing. Deconstructs the challenge of compiler construction into bite-sized piecesEnhances learning by connecting language features to compiler design choicesDevelops understanding of how programs are mapped onto computer hardwareClassroom-tested, hands-on approach suitable for students and professionalsExtensive ancillary resources include source code and solutions

Essentials of Computer Architecture

by Douglas Comer

This easy-to-read textbook provides an introduction to computer architecture, focusing on the essential aspects of hardware that programmers need to know. Written from a programmer’s point of view, Essentials of Computer Architecture, Third Edition, covers the three key aspects of architecture: processors, physical and virtual memories, and input-output (I/O) systems.This third edition is updated in view of advances in the field. Most students only have experience with high-level programming languages, and almost no experience tinkering with electronics and hardware. As such, this text is revised to follow a top-down approach, moving from discussions on how a compiler transforms a source program into binary code and data, to explanations of how a computer represents data and code in binary.Additional chapters cover parallelism and data pipelining, assessing the performance of computer systems, and the important topic of power and energy consumption. Exclusive to this third edition, a new chapter explains multicore processors and how coherence hardware provides a consistent view of the values in memory even though each core has its own cache.Suitable for a one-semester undergraduate course, this clear, concise, and easy-to-read textbook offers an ideal introduction to computer architecture for students studying computer programming.

Essentials of Computer Architecture (Second Edition)

by Douglas Comer

This easy to read textbook provides an introduction to computer architecture, while focusing on the essential aspects of hardware that programmers need to know. The topics are explained from a programmer’s point of view, and the text emphasizes consequences for programmers. Divided in five parts, the book covers the basics of digital logic, gates, and data paths, as well as the three primary aspects of architecture: processors, memories, and I/O systems. The book also covers advanced topics of parallelism, pipelining, power and energy, and performance. A hands-on lab is also included. The second edition contains three new chapters as well as changes and updates throughout.

The Essentials of Computer Organization and Architecture

by Linda Null

Essentials of Computer Organization and Architecture focuses on the function and design of the various components necessary to process information digitally. This title presents computing systems as a series of layers, taking a bottom–up approach by starting with low-level hardware and progressing to higher-level software. Its focus on real-world examples and practical applications encourages students to develop a “big-picture” understanding of how essential organization and architecture concepts are applied in the computing world. In addition to direct correlation with the ACM/IEEE guidelines for computer organization and architecture, the text exposes readers to the inner workings of a modern digital computer through an integrated presentation of fundamental concepts and principles.

Essentials Of Computer Organization And Architecture

by Linda Null Julia Lobur

Updated and revised with the latest data in the field, The Essentials of Computer Organization and Architecture, Third Edition is a comprehensive resource that addresses all of the necessary organization and architecture topics, yet is appropriate for the one-term course. This best-selling text correlates to the 2008 ACM-IEEE Computer Science Curriculum update and exposes readers to the inner workings of a modern digital computer through an integrated presentation of fundamental concepts and principles. The authors present real-world examples and focus on practical applications, thus encouraging students to develop a "big picture" understanding of how essential organization and architecture concepts are applied in the world of computing.

Essentials of Control Techniques and Theory

by null John Billingsley

Carefully separating the essential from the ornamental, Essentials of Control Techniques and Theory presents the nuts and bolts for designing a successful controller. It discusses the theory required to support the art of designing a working controller as well as the various aspects to convince a client, employer, or examiner of your expertise.A Compelling Account of the Basics of Control TheoryControl solutions for practicing engineersUsing the author’s own Javascript On-Line Learning Interactive Environment for Simulation (Jollies), the text relies on computer-based graphical analysis methods, such as Nyquist, Nichols, root locus, and phase-plane, to illustrate how useful computer simulation can be for analyzing both linear and nonlinear systems. It explains step-by-step the design and modeling of various control systems, including discrete time systems and an inverted pendulum. Along with offering many web-based simulations, the book shows how mathematics, such as vectors, matrices, and the differential equations that govern state variables, can help us understand the concepts that underpin the controller’s effects. From frequency domain analysis to time-domain state-space representation, this book covers many aspects of classical and modern control theory. It presents important methods for designing and analyzing linear systems and controllers.

The Essentials of Data Science: Knowledge Discovery Using R (Chapman & Hall/CRC The R Series)

by Graham J. Williams

<p>The Essentials of Data Science: Knowledge Discovery Using R presents the concepts of data science through a hands-on approach using free and open source software. It systematically drives an accessible journey through data analysis and machine learning to discover and share knowledge from data. <p>Building on over thirty years’ experience in teaching and practising data science, the author encourages a programming-by-example approach to ensure students and practitioners attune to the practise of data science while building their data skills. Proven frameworks are provided as reusable templates. Real world case studies then provide insight for the data scientist to swiftly adapt the templates to new tasks and datasets. <p>The book begins by introducing data science. It then reviews R’s capabilities for analysing data by writing computer programs. These programs are developed and explained step by step. From analysing and visualising data, the framework moves on to tried and tested machine learning techniques for predictive modelling and knowledge discovery. Literate programming and a consistent style are a focus throughout the book.</p>

Essentials of Excel, Excel VBA, SAS and Minitab for Statistical and Financial Analyses

by Cheng-Few Lee John Lee Jow-Ran Chang Tzu Tai

This introductory textbook for business statistics teaches statistical analysis and research methods via business case studies and financial data using Excel, MINITAB, and SAS. Every chapter in this textbook engages the reader with data of individual stock, stock indices, options, and futures. One studies and uses statistics to learn how to study, analyze, and understand a data set of particular interest. Some of the more popular statistical programs that have been developed to use statistical and computational methods to analyze data sets are SAS, SPSS, and MINITAB. Of those, we look at MINITAB and SAS in this textbook. One of the main reasons to use MINITAB is that it is the easiest to use among the popular statistical programs. We look at SAS because it is the leading statistical package used in industry. We also utilize the much less costly and ubiquitous Microsoft Excel to do statistical analysis, as the benefits of Excel have become widely recognized in the academic world and its analytical capabilities extend to about 90 percent of statistical analysis done in the business world. We demonstrate much of our statistical analysis using Excel and double check the analysis and outcomes using MINITAB and SAS - also helpful in some analytical methods not possible or practical to do in Excel.

The Essentials of Instructional Design: Connecting Fundamental Principles with Process and Practice

by Abbie H. Brown Timothy D. Green

The Essentials of Instructional Design, 4th Edition, introduces the fundamental elements, principles, and practice of instructional design (ID) to students new to ID. Key procedures within the ID process—learner analysis, task analysis, needs analysis, developing goals and objectives, organizing instruction, developing instructional activities, assessing learner achievement, and evaluating the success of the instructional design—are covered comprehensively and enriched with descriptions and examples of how these procedures are accomplished using the best-known models. Unlike most other ID books, The Essentials of Instructional Design provides an overview of the principles and practice of ID without placing emphasis on any one ID model. Offering the voices of instructional designers from a number of professional settings and providing real-life examples from across sectors, students learn how professional organizations put the various ID processes into practice. This revised edition features new activities, quizzes, and content on professional development. Offering a variety of possible approaches for each step in the ID process and clearly explaining the strengths and challenges associated with each, this book prepares students with the information they need to make informed decisions as they design and develop instruction.

The Essentials of Instructional Design: Connecting Fundamental Principles with Process and Practice

by Abbie H. Brown Timothy D. Green

• Provides an overview of the principles and practice of Instructional Design without placing emphasis on any one ID model. • Introduces the essential elements of instructional design to students who are new to ID or need a refresher while in training or professional practice. • Revised and updated to include new references, definitions, technologies, instructional formats, design approaches, and more while retaining the structure and contents of the previous edition.

The Essentials of Instructional Design: Connecting Fundamental Principles with Process and Practice, Third Edition

by Timothy D. Green Abbie H. Brown

The Essentials of Instructional Design, 3rd Edition introduces the essential elements of instructional design (ID) to students who are new to ID. The key procedures within the ID process--learner analysis, task analysis, needs analysis, developing goals and objectives, organizing instruction, developing instructional activities, assessing learner achievement and evaluating the success of the instructional design--are covered in complete chapters that describe and provide examples of how the procedure is accomplished using the best known instructional design models. Unlike most other ID books, The Essentials of Instructional Design provides an overview of the principles and practice of ID without placing emphasis on any one ID model. Offering the voices of instructional designers from a number of professional settings and providing real-life examples from across sectors, students learn how professional organizations put the various ID processes into practice. This introductory textbook provides students with the information they need to make informed decisions as they design and develop instruction, offering them a variety of possible approaches for each step in the ID process and clearly explaining the strengths and challenges associated with each approach.

Essentials of Interactive Computer Graphics: Concepts and Implementation

by null Kelvin Sung null Peter Shirley null Steven Baer

This undergraduate-level computer graphics text provides the reader with conceptual and practical insights into how to approach building a majority of the interactive graphics applications they encounter daily. As each topic is introduced, students are guided in developing a software library that will support fast prototyping of moderately complex

The Essentials of Knowledge Management (OR Essentials)

by John S. Edwards

This book reviews the field of Knowledge Management, taking a holistic approach that includes both "soft" and "hard" aspects. It provides a broad perspective on the field, rather than one based on a single viewpoints from Computer Science or Organizational Learning, offering a comprehensive and integrated conception of Knowledge Management. The chapters represent the best Knowledge Management articles published in the 21st century in Knowledge Management Research & Practice and the European Journal of Information Systems, with contributors including Ikujiro Nonaka, Frada Burstein, and David Schwartz. Most of the chapters contribute significantly to practise as well as theory. The OR Essentials series presents a unique cross-section of high quality research work fundamental to understanding contemporary issues and research across a range of Operational Research topics. It brings together some of the best research papers from the highly respected journals of the Operational Research Society, also published by Palgrave Macmillan.

The Essentials of Machine Learning in Finance and Accounting (Routledge Advanced Texts in Economics and Finance)

by Mohammad Zoynul Abedin M. Kabir Hassan Petr Hajek Mohammed Mohi Uddin

Th­is book introduces machine learning in finance and illustrates how we can use computational tools in numerical finance in real-world context. ­These computational techniques are particularly useful in financial risk management, corporate bankruptcy prediction, stock price prediction, and portfolio management. ­The book also offers practical and managerial implications of financial and managerial decision support systems and how these systems capture vast amount of financial data. Business risk and uncertainty are two of the toughest challenges in the financial industry. Th­is book will be a useful guide to the use of machine learning in forecasting, modeling, trading, risk management, economics, credit risk, and portfolio management.

Essentials of Marketing: Theory and Practice for a Marketing Career

by David Brown Alex Thompson

This comprehensive textbook introduces students to all the core principles of marketing practice using an employability-focused approach. Essentials of Marketing is underpinned by six pillars, which flow through each chapter: marketing ethics, sustainability, stakeholder engagement, globalisation, the power of new media, and measuring success. The book demystifies theory by placing it in contexts which are recognisable to a diverse readership, using real-life case studies and examples designed to engage today’s technologically savvy and internationally oriented students. The book includes a comprehensive running case study in which readers are invited to adopt the roles of marketing assistant, marketing manager, and marketing director within regional markets, applying the knowledge that they have learned in each chapter into modern, realistic contexts, which simulate a marketing career. Key features to aid learning and comprehension include case studies, chapter objectives and summaries, key learning points, and key questions. With a uniquely accessible and applied approach, Essentials of Marketing is designed as a core text for undergraduate and postgraduate students studying Introduction to marketing, marketing management, and principles of marketing modules. Digital learning resources include a comprehensive instructor’s manual to guide interaction with the applied case study, PowerPoint slides, and a test bank.

Essentials of MATLAB® Programming

by Stephen J. Chapman

Introduce the MATLAB language to your students and show how to use it to solve typical problems with the concise, successful ESSENTIALS OF MATLAB® PROGRAMMING, 3E. Author Stephen Chapman emphasizes problem-solving skills throughout this edition as he presents MATLAB as a technical programming language. The book clearly shows students how to write clean, efficient and well-documented programs, while simultaneously introducing them to many of the practical functions of MATLAB. The first seven chapters are ideal for an “Introduction to Programming and Problem Solving” course for freshman engineering students. The last two chapters address more advanced topics of additional data types and plot types, cell arrays, structures, and new MATLAB handle graphics.

Refine Search

Showing 20,526 through 20,550 of 59,409 results