DAMA-DMBOK


Book Description

Defining a set of guiding principles for data management and describing how these principles can be applied within data management functional areas; Providing a functional framework for the implementation of enterprise data management practices; including widely adopted practices, methods and techniques, functions, roles, deliverables and metrics; Establishing a common vocabulary for data management concepts and serving as the basis for best practices for data management professionals. DAMA-DMBOK2 provides data management and IT professionals, executives, knowledge workers, educators, and researchers with a framework to manage their data and mature their information infrastructure, based on these principles: Data is an asset with unique properties; The value of data can be and should be expressed in economic terms; Managing data means managing the quality of data; It takes metadata to manage data; It takes planning to manage data; Data management is cross-functional and requires a range of skills and expertise; Data management requires an enterprise perspective; Data management must account for a range of perspectives; Data management is data lifecycle management; Different types of data have different lifecycle requirements; Managing data includes managing risks associated with data; Data management requirements must drive information technology decisions; Effective data management requires leadership commitment.




Advances in Information and Communication


Book Description

This book aims to provide an international forum for scholarly researchers, practitioners and academic communities to explore the role of information and communication technologies and its applications in technical and scholarly development. The conference attracted a total of 464 submissions, of which 152 submissions (including 4 poster papers) have been selected after a double-blind review process. Academic pioneering researchers, scientists, industrial engineers and students will find this series useful to gain insight into the current research and next-generation information science and communication technologies. This book discusses the aspects of communication, data science, ambient intelligence, networking, computing, security and Internet of things, from classical to intelligent scope. The authors hope that readers find the volume interesting and valuable; it gathers chapters addressing state-of-the-art intelligent methods and techniques for solving real-world problems along with a vision of the future research.




Research Methods: The Essential Knowledge Base


Book Description

From an expert team in the research methods field, RESEARCH METHODS: THE ESSENTIAL KNOWLEDGE BASE, 2nd Edition, is written specifically for undergraduates. The book streamlines and clarifies explanations of fundamental, yet difficult, concepts in a familiar, engaging style. Students learn about the relationship between theory and practice, which helps them become better researchers and better consumers of research. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.




Database Design and Implementation


Book Description

This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway? The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization. This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by “end-of-chapter readings” that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.




Teaching in Nursing and Role of the Educator, Third Edition


Book Description

All the information you need in one textbook! This all-inclusive text for Nurse Educators delivers comprehensive, evidence-based guidance on the essential components of teaching, including learning theories, teaching methods, new technologies for teaching, curriculum development, evaluation and testing, and accreditation. The text delivers the full scope of knowledge necessary for novice and experienced faculty to become competent teachers in nursing. This third edition features new content on the transition from clinician to educator. There is also a new chapter on nursing professional development and teaching in clinical settings and updated teaching strategies for active learning, clinical judgment, and online teaching. The text is designed to help educators prepare for the certification exams. The text also addresses varied learning styles and how to accommodate them, new developments in simulation, standardized patients, OSCEs, clinical teaching, interprofessional education, and evidence-based teaching. New to the Third Edition: Chapter on the transition from clinician to educator, plus expanded content throughout on becoming a nurse educator Addresses inclusivity and developing an inclusive learning environment for people with different learning styles Strategies to promote active learning, clinical judgment, and higher level learning, and teaching online Updated content on simulations, the use of standardized patients, OSCEs, clinical teaching, and clinical evaluation Chapter on accreditation of nursing programs and developing a systematic program evaluation plan Chapter on nursing professional development and teaching in a clinical setting Key Features: Written by experts who seamlessly integrate evidence-based research and practical strategies Serves as a thorough study guide for nurse educator certification exams Covers practical teaching strategies, simulation, online education, technology, interprofessional education, clinical teaching and evaluation, and test construction Includes case examples and other examples to support content and “how-to” tips Includes a high quality online course ready for an instructor’s use: sample syllabus, PowerPoints, and a complete 20-module online course




Improving Health in the United States


Book Description

Factoring health and related costs into decision making is essential to confronting the nation's health problems and enhancing public well-being. Some policies and programs historically not recognized as relating to health are believed or known to have important health consequences. For example, public health has been linked to an array of policies that determine the quality and location of housing, availability of public transportation, land use and street connectivity, agricultural practices and the availability of various types of food, and development and location of businesses and industry. Improving Health in the United States: The Role of Health Impact Assessment offers guidance to officials in the public and private sectors on conducting HIAs to evaluate public health consequences of proposed decisions-such as those to build a major roadway, plan a city's growth, or develop national agricultural policies-and suggests actions that could minimize adverse health impacts and optimize beneficial ones. Several approaches could be used to incorporate aspects of health into decision making, but HIA holds particular promise because of its applicability to a broad array of programs, consideration of both adverse and beneficial health effects, ability to consider and incorporate various types of evidence, and engagement of communities and stakeholders in a deliberative process. The report notes that HIA should not be assumed to be the best approach to every health policy question but rather should be seen as part of a spectrum of public health and policy-oriented approaches. The report presents a six-step framework for conducting HIA of proposed policies, programs, plans, and projects at federal, state, tribal, and local levels, including within the private sector. In addition, the report identifies several challenges to the successful use of HIA, such as balancing the need to provide timely information with the realities of varying data quality, producing quantitative estimates of health effects, and engaging stakeholders.




Database Internals


Book Description

When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it’s often difficult to understand what each one offers and how they differ. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals. Throughout the book, you’ll explore relevant material gleaned from numerous books, papers, blog posts, and the source code of several open source databases. These resources are listed at the end of parts one and two. You’ll discover that the most significant distinctions among many modern databases reside in subsystems that determine how storage is organized and how data is distributed. This book examines: Storage engines: Explore storage classification and taxonomy, and dive into B-Tree-based and immutable Log Structured storage engines, with differences and use-cases for each Storage building blocks: Learn how database files are organized to build efficient storage, using auxiliary data structures such as Page Cache, Buffer Pool and Write-Ahead Log Distributed systems: Learn step-by-step how nodes and processes connect and build complex communication patterns Database clusters: Which consistency models are commonly used by modern databases and how distributed storage systems achieve consistency




Applied Mathematics: Concepts, Examples, and Applications


Book Description

This book is structured systematically starting from theoretical concepts, examples of questions and solutions, as well as applications in real cases. The material is also related to applications in the world of information systems, so it is very useful for information systems students. Through this book, it is hoped that readers can understand the concepts of mathematical theory and can apply them in everyday life. Apart from that, we also thank all parties who supported the writing of this book, starting from reviewers, fellow lecturers, and students. We are also open to criticism and suggestions for improving the quality of this book in the future. Hopefully this book is useful and easy to understand for every reader. Have a good study.




Concise Guide to Databases


Book Description

Modern businesses depend on data for their very survival, creating a need for sophisticated databases and database technologies to help store, organise and transport their valuable data. This updated and expanded, easy-to-read textbook/reference presents a comprehensive introduction to databases, opening with a concise history of databases and of data as an organisational asset. As relational database management systems are no longer the only database solution, the book takes a wider view of database technology, encompassing big data, NoSQL, object and object-relational, and in-memory databases. Presenting both theoretical and practical elements, the new edition also examines the issues of scalability, availability, performance and security encountered when building and running a database in the real world. Topics and features: Presents review and discussion questions at the end of each chapter, in addition to skill-building, hands-on exercises Provides new material on database adaptiveness, integration, and efficiency in relation to data growth Introduces a range of commercial databases and encourages the reader to experiment with these in an associated learning environment Reviews use of a variety of databases in business environments, including numerous examples Discusses areas for further research within this fast-moving domain With its learning-by-doing approach, supported by both theoretical and practical examples, this clearly-structured textbook will be of great value to advanced undergraduate and postgraduate students of computer science, software engineering, and information technology. Practising database professionals and application developers will also find the book an ideal reference that addresses today's business needs.




Imitation Market Modeling in Digital Economy: Game Theoretic Approaches


Book Description

This book includes the best studies on the results of the International Scientific and Practical Conference “New behaviors of market players in the digital economy,” which was held by the Institute of Scientific Communications on July 8, 2021, online, in YouTube format. This book is devoted to the study of digital economy markets from the standpoint of various market players—society (consumers), entrepreneurship, and the state—from the standpoint of various sciences—economic, managerial, social, and legal—which ensures the multidisciplinarity of the book. The uniqueness of the book lies in the application of a new scientific and methodological approach to the study of digital economy markets—simulation modeling. The advantages of a game-based scientific and methodological approach to reducing the uncertainty of economic processes and systems—a combination of quantitative and qualitative analytical methods, a systematic consideration of economic processes and systems from a socio-economic point of view—make it especially suitable for studying digital economy markets. The book identifies the impact of globalization and digitalization on the modern economy and industry markets. The trends and features of the use of advanced technologies in the digital economy markets are studied. The modern practices of business management and business integration in the digital economy are considered. The foundations of economic security and sustainable development of markets and enterprises in the digital economy are revealed. The book is suitable for scientists studying the markets of the digital economy, who will find in it scientific and methodological recommendations and developments on the application of game theory, as well as ready simulation models of the digital economy markets.