Browse Results

Showing 18,201 through 18,225 of 53,303 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.

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 (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.

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.

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 Microservices Architecture: Paradigms, Applications, and Techniques

by Chellammal Surianarayanan Gopinath Ganapathy Raj Pethuru

Microservices architecture (MSA) is increasingly popular with software architects and engineers as it accelerates software solution design, development, and deployment in a risk-free manner. Placing a software system into a production environment is elegantly simplified and sped up with the use of MSA development platforms, runtime environments, acceleration engines, design patterns, integrated frameworks, and related tools. The MSA ecosystem is expanding with third-party products that automate as many tasks as possible. MSA is being positioned as the enterprise-grade and agile-application design method. This book covers in-depth the features and facilities that make up the MSA ecosystem. Beginning with an overview of Service-Oriented Architecture (SOA) that covers the Common Object Request Broker Architecture (CORBA), Distributed Component Object Model (DCOM), and Remote Method Invocation (RMI), the book explains the basic essentials of MSA and the continuous delivery of applications to customers. The book gives software developers insight into: Current and emerging communication models Key architectural elements of MSA-based applications Designing efficient APIs for microservices MSA middleware platforms such as REST, SOAP, Apache Thrift, and gRPC Microservice discovery and the API gateway Service orchestration and choreography for composing individual services to achieve a useful business process Database transactions in MSA-centric applications Design, composition, security, and deployment patterns MSA security Modernizing legacy applications The book concludes with a chapter on composing and building powerful microservices. With the exponential growth of IoT devices, microservices are being developed and deployed on resource-constrained but resource-intensive devices in order to provide people-centric applications. The book discusses the challenges of these applications. Finally, the book looks at the role of microservices in smart environments and upcoming trends including ubiquitous yet disappearing microservices.

Essentials Of Mis, Student Value Edition

by Kenneth C. Laudon Jane Laudon

Essentials of MIS is an in-depth look at how today's businesses use information technologies and systems to achieve their corporate objectives. Current real-world business cases illustrate how companies have identified, and ultimately solved, key business challenges using information systems and technologies. Through the use of Essentials of MIS, you will be able to participate in, and even lead, management discussions of information systems for a firm. <P><P> The 13th Edition consists of 12 chapters with hands-on projects that cover the most essential topics in MIS. In addition to the core text, this edition includes a Video Case Package consisting of 28 video case studies and 10 instructional videos to illustrate business uses of information systems, explain new technologies, and explore concepts. The knowledge and information in this book will be most valuable throughout your business career.

Essentials of Modern Business Statistics with Microsoft Office Excel® 6th edition

by David R. Anderson Dennis J. Sweeney Thomas A. Williams

From the renowned author team that has been writing market-leading business statistics textbooks for more than 20 years, ESSENTIALS OF MODERN BUSINESS STATISTICS, 6TH EDITION provides a brief introduction to business statistics. The text balances a conceptual understanding of statistics with the real-world application of statistical methodology using problem-scenarios and real-life examples. Step-by-step instructions and screen captures demonstrate how to most effectively use the latest version of Excel in statistical procedures, while numerous exercises give readers hands-on experience putting what they learn into practice. The Sixth Edition is packed with all-new Case Problems, Statistics in Practice applications, and real data examples and exercises.

Essentials of Monte Carlo Simulation

by Nick T. Thomopoulos

Essentials of Monte Carlo Simulation focuses on the fundamentals of Monte Carlo methods using basic computer simulation techniques. The theories presented in this text deal with systems that are too complex to solve analytically. As a result, readers are given a system of interest and constructs using computer code, as well as algorithmic models to emulate how the system works internally. After the models are run several times, in a random sample way, the data for each output variable(s) of interest is analyzed by ordinary statistical methods. This book features 11 comprehensive chapters, and discusses such key topics as random number generators, multivariate random variates, and continuous random variates. Over 100 numerical examples are presented as part of the appendix to illustrate useful real world applications. The text also contains an easy to read presentation with minimal use of difficult mathematical concepts. Very little has been published in the area of computer Monte Carlo simulation methods, and this book will appeal to students and researchers in the fields of Mathematics and Statistics.

Essentials of Online Course Design: A Standards-Based Guide (Essentials of Online Learning)

by Marjorie Vai Kristen Sosulski

In spite of the proliferation of online learning, creating online courses can still evoke a good deal of frustration, negativity, and wariness in those who need to create them. The second edition of Essentials of Online Course Design takes a fresh, thoughtfully designed, step-by-step approach to online course development. At its core is a set of standards that are based on best practices in the field of online learning and teaching. Pedagogical, organizational, and visual design principles are presented and modeled throughout the book, and users will quickly learn from the guide’s hands-on approach. The course design process begins with the elements of a classroom syllabus which, after a series of guided steps, easily evolve into an online course outline. The guide’s key features include: a practical approach informed by theory clean interior design that offers straightforward guidance from page one clear and jargon-free language examples, screenshots, and illustrations to clarify and support the text a checklist of online course design standards that readers can use to self-evaluate. a Companion Website with examples, adaptable templates, interactive learning features, and online resources: http://essentialsofonlinecoursedesign.com Essentials of Online Course Design serves as a best practice model for designing online courses. After reading this book, readers will find that preparing for online teaching is a satisfying and engaging experience. The core issue is simply good design: pedagogical, organizational, and visual. For more of Marjorie Vai in her own words, listen to this 2011 interview from the On Teaching Online podcast: http://onteachingonline.com/oto-16-essentials-of-online-course-design-with-marjorie-vai/

Refine Search

Showing 18,201 through 18,225 of 53,303 results