Search Constraints
Number of results to display per page
Results for:
Keywords
Textbooks
Remove constraint Keywords: Textbooks
Search Results
-
e-book
Anatomy and Physiology is a dynamic textbook for the yearlong Human Anatomy and Physiology course taught at most two- and four-year colleges and universities to students majoring in nursing and allied health. A&P is 29 chapters of pedagogically effective learning content, organized by body system, and written at an audience-appropriate level. The lucid text, strategically constructed art, inspiring career features, and links to external learning tools address the critical teaching and learning challenges in the course. Color is used for pedagogical effect in A&P. Most art will consist of elegant black line, with the strongest line illustrating the most important structure(s) and shading used to show dimension and shape. Color (used only when needed) highlights and clarifies the primary anatomical or functional point of the illustration. Student focus is drawn to the most important learning point in each illustration, without distraction from excessive gradients, shadows, and loud highlights. The online book provides students with links to surgical videos, histology, interactive diagrams, and cadaver imagery at critical junctures. The text will publish in early June 2013. OpenStax College has compiled many resources for faculty and students, from faculty-only content to interactive homework and study guides.
- Subjects:
- Biology
- Keywords:
- Physiology Textbooks Anatomy
- Resource Type:
- e-book
-
e-book
Concepts of Biology is designed for the introductory biology course for nonmajors taught at most two- and four-year colleges. The scope, sequence, and level of the program are designed to match typical course syllabi in the market. Concepts of Biology includes interesting applications, features a rich art program, and conveys the major themes of biology. OpenStax College has compiled many resources for faculty and students, from faculty-only content to interactive homework and study guides.
-
e-book
Biology 2e is designed to cover the scope and sequence requirements of a typical two-semester biology course for science majors. The text provides comprehensive coverage of foundational research and core biology concepts through an evolutionary lens. Biology includes rich features that engage students in scientific inquiry, highlight careers in the biological sciences, and offer everyday applications. The book also includes various types of practice and homework questions that help students understand—and apply—key concepts. The 2nd edition has been revised to incorporate clearer, more current, and more dynamic explanations, while maintaining the same organization as the first edition. Art and illustrations have been substantially improved, and the textbook features additional assessments and related resources.
-
e-book
Foundations of Computation is a free textbook for a one-semester course in theoretical computer science. It has been used for several years in a course at Hobart and William Smith Colleges. The course has no prerequisites other than introductory computer programming. The first half of the course covers material on logic, sets, and functions that would often be taught in a course in discrete mathematics. The second part covers material on automata, formal languages, and grammar that would ordinarily be encountered in an upper level course in theoretical computer science.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Computer science
- Resource Type:
- e-book
-
e-book
In this book, you will learn about all three kinds of interaction. In all three cases, interesting software techniques are needed in order to bring the computations into contact, yet keep them suffciently at arm's length that they don't compromise each other's reliability. The exciting challenge, then, is supporting controlled interaction. This includes support for computations that share a single computer and interact with one another, as your email and word processing programs do. It also includes support for data storage and network communication. This book describes how all these kinds of support are provided both by operating systems and by additional software layered on top of operating systems, which is known as middleware. Chapter 1 provides an overview of the text as a whole, explaining what an operating system is, what middleware is, and what sorts of support these systems provide for controlled interaction. The next nine chapters work through the varieties of controlled interac- tion that are exemplified by the scenario at the beginning of the preface: in- teraction between concurrent computations on the same system (as between your email program and your word processor), interaction across time (as between your word processor before your trip and your word processor after your trip), and interaction across space (as between your email program and your service provider's email server). The first of these three topics is controlled interaction between computa- tions operating at one time on a particular computer. Before such interaction can make sense, you need to understand how it is that a single computer can be running more than one program, such as an email program in one window and a word processing program in another. Therefore, Chapter 2 explains the fundamental mechanism for dividing a computer's attention between concurrent computations, known as threads. Chapter 3 continues with the related topic of scheduling. That is, if the computer is dividing its time between computations, it needs to decide which ones to work on at any moment. With concurrent computations explained, Chapter 4 introduces con- trolled interactions between them by explaining synchronization, which is control over the threads' relative timing. For example, this chapter explains how, when your email program sends a document to your word processor, the word processor can be constrained to read the document only after the email program writes it. One particularly important form of synchroniza- tion, atomic transactions, is the topic of Chapter 5. Atomic transactions are groups of operations that take place as an indivisible unit; they are most commonly supported by middleware, though they are also playing an increasing role in operating systems. Other than synchronization, the main way that operating systems con- trol the interaction between computations is by controlling their access to memory. Chapter 6 explains how this is achieved using the technique known as virtual memory. That chapter also explains the many other objectives this same technique can serve. Virtual memory serves as the foundation for Chapter 7's topic, which is processes. A process is the fundamental unit of computation for protected access, just as a thread is the fundamental unit of computation for concurrency. A process is a group of threads that share a protection environment; in particular, they share the same access to virtual memory. The next three chapters move outside the limitations of a single com- puter operating in a single session. First, consider the document stored before a trip and available again after it. Chapter 8 explains persistent storage mechanisms, focusing particularly on the file storage that operat- ing systems provide. Second, consider the interaction between your email program and your service provider's email server. Chapter 9 provides an overview of networking, including the services that operating systems make available to programs such as the email client and server. Chapter 10 ex- tends this discussion into the more sophisticated forms of support provided by communication middleware, such as messaging systems, RMI, and web services. Finally, Chapter 11 focuses on security. Because security is a pervasive issue, the preceding ten chapters all provide some information on it as well. Specifically, the final section of each chapter points out ways in which se- curity relates to that chapter's particular topic. However, even with that coverage distributed throughout the book, a chapter specifically on security is needed, primarily to elevate it out of technical particulars and talk about general principles and the human and organizational context surrounding the computer technology. The best way to use these chapters is in consecutive order. However, Chapter 5 can be omitted with only minor harm to Chapters 8 and 10, and Chapter 9 can be omitted if students are already suffciently familiar with networking.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Operating systems (Computers) Computer software -- Development Middleware Textbooks
- Resource Type:
- e-book
-
e-book
In writing this book, care was taken to use language and examples that gradually wean students from a simpleminded mechanical approach andmove them toward mathematical maturity. We also recognize that many students who hesitate to ask for help from an instructor need a readable text, and we have tried to anticipate the questions that go unasked. The wide range of examples in the text are meant to augment the "favorite examples" that most instructors have for teaching the topcs in discrete mathematics. To provide diagnostic help and encouragement, we have included solutions and/or hints to the odd-numbered exercises. These solutions include detailed answers whenever warranted and complete proofs, not just terse outlines of proofs. Our use of standard terminology and notation makes Applied Discrete Structures a valuable reference book for future courses. Although many advanced books have a short review of elementary topics, they cannot be complete. The text is divided into lecture-length sections, facilitating the organization of an instructor's presentation.Topics are presented in such a way that students' understanding can be monitored through thought-provoking exercises. The exercises require an understanding of the topics and how they are interrelated, not just a familiarity with the key words. An Instructor's Guide is available to any instructor who uses the text. It includes: Chapter-by-chapter comments on subtopics that emphasize the pitfalls to avoid; Suggested coverage times; Detailed solutions to most even-numbered exercises; Sample quizzes, exams, and final exams. This textbook has been used in classes atCasper College (WY), Grinnell College (IA), Luzurne Community College (PA), University of the Puget Sound (WA).
- Subjects:
- Mathematics and Statistics
- Keywords:
- Computer science -- Mathematics Textbooks Mathematics
- Resource Type:
- e-book
-
e-book
An introductory coverage of algorithms and data structures with application to graphics and geometry.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Data structures (Computer science) Algorithms
- Resource Type:
- e-book
-
e-book
Programming Fundamentals - A Modular Structured Approach using C++ is written by Kenneth Leroy Busbee, a faculty member at Houston Community College in Houston, Texas. The materials used in this textbook/collection were developed by the author and others as independent modules for publication within the Connexions environment. Programming fundamentals are often divided into three college courses: Modular/Structured, Object Oriented and Data Structures. This textbook/collection covers the first of those three courses. The learning modules of this textbook/collection were written as standalone modules. Students using a collection of modules as a textbook will usually view it contents by reading the modules sequentially as presented by the author of the collection. The learning modules of this textbook/collection were, for the most part, written without consideration of a speci??c programming language. In many cases the C++ language is discussed as part of the explanation of the concept. Often the examples used for C++ are exactly the same for the Java programming language. However, some modules were written speci??cally for the C++ programming language. This could not beavoided as the C++ language is used in conjunction with this textbook/collection by the author in teaching college courses.
-
e-book
The issue of sustainability and specifically sustainable business is of increasing interest and importance to students of business and also students in the sciences, government, public policy, planning and other fields. There can be significant benefits from students learning about sustainable business from the rich experiences of business practice. The Sustainable Business Case Book by Gittell, Magnusson and Merenda is one of the first of its kind. It combines the the theory of sustainability with key concepts, analytical information and contextual information with a collection of cases which provide insights, perspective and practical guidance on how sustainable businesses operate from different business functional area perspectives. The Sustainable Business Case Book can be used as a stand-alone text or as a supplemental textbook for undergraduate courses that have an interest in sustainable business. While the book's primary focus is on the relationship between business and sustainability, the book can also be used in courses offered in fields other than business, including environmental and earth systems sciences, environmental studies, urban planning, economics and public policy. The first part of The Sustainable Business Case Book, Chapter 1 through Chapter 3, introduces students to the meaning of sustainability, and the practice of sustainable business. The introductory chapters also describe key concepts, analytical frameworks, and contextual information relevant for the understanding of business sustainability. Chapter 1, defines sustainability and describes how and why businesses choose to engage in sustainable practices and how sustainable business practices relate to corporate profitability and social responsibility. Chapters 2 and 3 provide important background and contextual information affecting sustainable business practice. Chapter 2, The Science of Sustainability, reviews scientific evidence about climate change and the human and business influences on climate change. Chapter 3, Sustainability, Public Policy and Business, describes the significant role of government and public policy in sustainability, including setting the rules, regulations and laws that define the market and market opportunities for sustainable business practice. After presenting a framework for understanding business engagement in sustainability and helping your students develop a core background of information on sustainable business seven case studies across the business disciplines illustrating business sustainability practices are presented. At the beginning of each case study chapter Learning Objectives are listed with major sustainable business points and principles that the case will illustrate and illuminate. Each case chapter includes listing of Key Takeaways, Key Terms and Exercises for students. In each case chapter, there are four main areas of focus: Context and motivating interest in sustainability for company; Description of the sustainable business practice and how it was implemented; Results in terms of changes in sales/revenues, costs, profits and competitive positioning from the sustainable business practice; Challenges and opportunities, and future considerations as a result of the company implementing the sustainable business practice.
- Subjects:
- Management
- Keywords:
- Business -- Environmental aspects Sustainable development Textbooks
- Resource Type:
- e-book
-
e-book
Small Business Management in the 21st Century offers a unique perspective and set of capabilities for instructors. The authors designed this book with a “less can be more” approach, and by treating small business management as a practical human activity rather than as an abstract theoretical concept. The text has a format and structure that will be familiar to you if you use other books on small business management. Yet it brings a fresh perspective by incorporating three distinctive and unique themes and an important new feature (Disaster Watch) which is embedded throughout the entire text. These themes assure that students see the material in an integrated context rather than a stream of separate and distinct topics. First, the authors incorporate the use of technology and e-business as a way to gain competitive advantage over larger rivals. Technology is omnipresent in today's business world. Small business must use it to its advantage. We provide practical discussions and examples of how a small business can use these technologies without having extensive expertise or expenditures. Second, they explicitly acknowledge the constant need to examine how decisions affect cash flow by incorporating cash flow impact content in several chapters. As the life blood of all organizations, cash flow implications must be a factor in all business decision-making. Third, they recognize the need to clearly identify sources of customer value and bring that understanding to every decision. Decisions that do not add to customer value should be seriously reconsidered. Small Business Management in 21st Century boasts a new feature called Disaster Watch scenarios. Few texts cover, in any detail, some of the major hazards that small business managers face. Disaster Watch scenarios, included in most chapters, cover topics that include financing, bankers, creditors, employees, customers who don't pay, economic downturns, and marketing mistakes.
- Subjects:
- Management
- Keywords:
- Small business -- Management Textbooks
- Resource Type:
- e-book