Author: IEEE Computer Society
Publisher:
ISBN: 9780769551661
Category : Computer software
Languages : en
Pages : 348
Book Description
In the Guide to the Software Engineering Body of Knowledge (SWEBOK(R) Guide), the IEEE Computer Society establishes a baseline for the body of knowledge for the field of software engineering, and the work supports the Society's responsibility to promote the advancement of both theory and practice in this field. It should be noted that the Guide does not purport to define the body of knowledge but rather to serve as a compendium and guide to the knowledge that has been developing and evolving over the past four decades. Now in Version 3.0, the Guide's 15 knowledge areas summarize generally accepted topics and list references for detailed information. The editors for Version 3.0 of the SWEBOK(R) Guide are Pierre Bourque (Ecole de technologie superieure (ETS), Universite du Quebec) and Richard E. (Dick) Fairley (Software and Systems Engineering Associates (S2EA)).
Guide to the Software Engineering Body of Knowledge (Swebok(r))
Guide to the Software Engineering Body of Knowledge
Author: Alain Abran
Publisher: IEEE Computer Society Press
ISBN:
Category : Computers
Languages : en
Pages : 224
Book Description
The purpose of the Guide to the Software Engineering Body of Knowledge is to provide a validated classification of the bounds of the software engineering discipline and topical access that will support this discipline. The Body of Knowledge is subdivided into ten software engineering Knowledge Areas (KA) that differentiate among the various important concepts, allowing readers to find their way quickly to subjects of interest. Upon finding a subject, readers are referred to key papers or book chapters. Emphases on engineering practice lead the Guide toward a strong relationship with the normative literature. The normative literature is validated by consensus formed among practitioners and is concentrated in standards and related documents. The two major standards bodies for software engineering (IEEE Computer Society Software and Systems Engineering Standards Committee and ISO/IEC JTC1/SC7) are represented in the project.
Publisher: IEEE Computer Society Press
ISBN:
Category : Computers
Languages : en
Pages : 224
Book Description
The purpose of the Guide to the Software Engineering Body of Knowledge is to provide a validated classification of the bounds of the software engineering discipline and topical access that will support this discipline. The Body of Knowledge is subdivided into ten software engineering Knowledge Areas (KA) that differentiate among the various important concepts, allowing readers to find their way quickly to subjects of interest. Upon finding a subject, readers are referred to key papers or book chapters. Emphases on engineering practice lead the Guide toward a strong relationship with the normative literature. The normative literature is validated by consensus formed among practitioners and is concentrated in standards and related documents. The two major standards bodies for software engineering (IEEE Computer Society Software and Systems Engineering Standards Committee and ISO/IEC JTC1/SC7) are represented in the project.
Essentials of Software Engineering
Author: Frank Tsui
Publisher: Jones & Bartlett Learning
ISBN: 0763785342
Category : Computers
Languages : en
Pages : 410
Book Description
Computer Architecture/Software Engineering
Publisher: Jones & Bartlett Learning
ISBN: 0763785342
Category : Computers
Languages : en
Pages : 410
Book Description
Computer Architecture/Software Engineering
Software Engineering
Author: Richard Schmidt
Publisher: Morgan Kaufmann
ISBN: 9780124077683
Category : Computers
Languages : en
Pages : 0
Book Description
Software Engineering: Architecture-driven Software Development is the first comprehensive guide to the underlying skills embodied in the IEEE's Software Engineering Body of Knowledge (SWEBOK) standard. Standards expert Richard Schmidt explains the traditional software engineering practices recognized for developing projects for government or corporate systems. Software engineering education often lacks standardization, with many institutions focusing on implementation rather than design as it impacts product architecture. Many graduates join the workforce with incomplete skills, leading to software projects that either fail outright or run woefully over budget and behind schedule. Additionally, software engineers need to understand system engineering and architecture-the hardware and peripherals their programs will run on. This issue will only grow in importance as more programs leverage parallel computing, requiring an understanding of the parallel capabilities of processors and hardware. This book gives both software developers and system engineers key insights into how their skillsets support and complement each other. With a focus on these key knowledge areas, Software Engineering offers a set of best practices that can be applied to any industry or domain involved in developing software products.
Publisher: Morgan Kaufmann
ISBN: 9780124077683
Category : Computers
Languages : en
Pages : 0
Book Description
Software Engineering: Architecture-driven Software Development is the first comprehensive guide to the underlying skills embodied in the IEEE's Software Engineering Body of Knowledge (SWEBOK) standard. Standards expert Richard Schmidt explains the traditional software engineering practices recognized for developing projects for government or corporate systems. Software engineering education often lacks standardization, with many institutions focusing on implementation rather than design as it impacts product architecture. Many graduates join the workforce with incomplete skills, leading to software projects that either fail outright or run woefully over budget and behind schedule. Additionally, software engineers need to understand system engineering and architecture-the hardware and peripherals their programs will run on. This issue will only grow in importance as more programs leverage parallel computing, requiring an understanding of the parallel capabilities of processors and hardware. This book gives both software developers and system engineers key insights into how their skillsets support and complement each other. With a focus on these key knowledge areas, Software Engineering offers a set of best practices that can be applied to any industry or domain involved in developing software products.
Web Engineering
Author: Woojong Suh
Publisher: IGI Global
ISBN: 1591404347
Category : Computers
Languages : en
Pages : 375
Book Description
As most organizations have expanded traditional business space into Web-based environments, a more complete and thorough understanding of Web engineering is becoming vital. Although based primarily on MIS and computer science areas, Web engineering covers a wide range of disciplines, thus making it difficult to gain an understanding of the field. Web Engineering: Principles and Techniques provides clarity to this often muddied issue. Covering a wide range of topics, this book provides the necessary tools vital for organizations to utilize the full potential of Web engineering.
Publisher: IGI Global
ISBN: 1591404347
Category : Computers
Languages : en
Pages : 375
Book Description
As most organizations have expanded traditional business space into Web-based environments, a more complete and thorough understanding of Web engineering is becoming vital. Although based primarily on MIS and computer science areas, Web engineering covers a wide range of disciplines, thus making it difficult to gain an understanding of the field. Web Engineering: Principles and Techniques provides clarity to this often muddied issue. Covering a wide range of topics, this book provides the necessary tools vital for organizations to utilize the full potential of Web engineering.
The Correctness-by-Construction Approach to Programming
Author: Derrick G. Kourie
Publisher: Springer Science & Business Media
ISBN: 3642279198
Category : Computers
Languages : en
Pages : 273
Book Description
The focus of this book is on bridging the gap between two extreme methods for developing software. On the one hand, there are texts and approaches that are so formal that they scare off all but the most dedicated theoretical computer scientists. On the other, there are some who believe that any measure of formality is a waste of time, resulting in software that is developed by following gut feelings and intuitions. Kourie and Watson advocate an approach known as “correctness-by-construction,” a technique to derive algorithms that relies on formal theory, but that requires such theory to be deployed in a very systematic and pragmatic way. First they provide the key theoretical background (like first-order predicate logic or refinement laws) that is needed to understand and apply the method. They then detail a series of graded examples ranging from binary search to lattice cover graph construction and finite automata minimization in order to show how it can be applied to increasingly complex algorithmic problems. The principal purpose of this book is to change the way software developers approach their task at programming-in-the-small level, with a view to improving code quality. Thus it coheres with both the IEEE’s Guide to the Software Engineering Body of Knowledge (SWEBOK) recommendations, which identifies themes covered in this book as part of the software engineer’s arsenal of tools and methods, and with the goals of the Software Engineering Method and Theory (SEMAT) initiative, which aims to “refound software engineering based on a solid theory.”
Publisher: Springer Science & Business Media
ISBN: 3642279198
Category : Computers
Languages : en
Pages : 273
Book Description
The focus of this book is on bridging the gap between two extreme methods for developing software. On the one hand, there are texts and approaches that are so formal that they scare off all but the most dedicated theoretical computer scientists. On the other, there are some who believe that any measure of formality is a waste of time, resulting in software that is developed by following gut feelings and intuitions. Kourie and Watson advocate an approach known as “correctness-by-construction,” a technique to derive algorithms that relies on formal theory, but that requires such theory to be deployed in a very systematic and pragmatic way. First they provide the key theoretical background (like first-order predicate logic or refinement laws) that is needed to understand and apply the method. They then detail a series of graded examples ranging from binary search to lattice cover graph construction and finite automata minimization in order to show how it can be applied to increasingly complex algorithmic problems. The principal purpose of this book is to change the way software developers approach their task at programming-in-the-small level, with a view to improving code quality. Thus it coheres with both the IEEE’s Guide to the Software Engineering Body of Knowledge (SWEBOK) recommendations, which identifies themes covered in this book as part of the software engineer’s arsenal of tools and methods, and with the goals of the Software Engineering Method and Theory (SEMAT) initiative, which aims to “refound software engineering based on a solid theory.”
Software Engineering Measurement
Author: Ph.D., John C. Munson
Publisher: CRC Press
ISBN: 020301118X
Category : Computers
Languages : en
Pages : 466
Book Description
The product of many years of practical experience and research in the software measurement business, this technical reference helps you select what metrics to collect, how to convert measurement data to management information, and provides the statistics necessary to perform these conversions. The author explains how to manage software development
Publisher: CRC Press
ISBN: 020301118X
Category : Computers
Languages : en
Pages : 466
Book Description
The product of many years of practical experience and research in the software measurement business, this technical reference helps you select what metrics to collect, how to convert measurement data to management information, and provides the statistics necessary to perform these conversions. The author explains how to manage software development
Ontologies for Software Engineering and Software Technology
Author: Coral Calero
Publisher: Springer Science & Business Media
ISBN: 3540345183
Category : Computers
Languages : en
Pages : 344
Book Description
This book covers two applications of ontologies in software engineering and software technology: sharing knowledge of the problem domain and using a common terminology among all stakeholders; and filtering the knowledge when defining models and metamodels. By presenting the advanced use of ontologies in software research and software projects, this book is of benefit to software engineering researchers in both academia and industry.
Publisher: Springer Science & Business Media
ISBN: 3540345183
Category : Computers
Languages : en
Pages : 344
Book Description
This book covers two applications of ontologies in software engineering and software technology: sharing knowledge of the problem domain and using a common terminology among all stakeholders; and filtering the knowledge when defining models and metamodels. By presenting the advanced use of ontologies in software research and software projects, this book is of benefit to software engineering researchers in both academia and industry.
Nonlinear Control Under Nonconstant Delays
Author: Nikolaos Bekiaris-Liberis
Publisher: SIAM
ISBN: 1611973171
Category : Mathematics
Languages : en
Pages : 293
Book Description
The authors have developed a methodology for control of nonlinear systems in the presence of long delays, with large and rapid variation in the actuation or sensing path, or in the presence of long delays affecting the internal state of a system. In addition to control synthesis, they introduce tools to quantify the performance and the robustness properties of the designs provided in the book. The book is based on the concept of predictor feedback and infinite-dimensional backstepping transformation for linear systems and the authors guide the reader from the basic ideas of the concept?with constant delays only on the input?all the way through to nonlinear systems with state-dependent delays on the input as well as on system states. Readers will find the book useful because the authors provide elegant and systematic treatments of long-standing problems in delay systems, such as systems with state-dependent delays that arise in many applications. In addition, the authors give all control designs by explicit formulae, making the book especially useful for engineers who have faced delay-related challenges and are concerned with actual implementations and they accompany all control designs with Lyapunov-based analysis for establishing stability and performance guarantees.
Publisher: SIAM
ISBN: 1611973171
Category : Mathematics
Languages : en
Pages : 293
Book Description
The authors have developed a methodology for control of nonlinear systems in the presence of long delays, with large and rapid variation in the actuation or sensing path, or in the presence of long delays affecting the internal state of a system. In addition to control synthesis, they introduce tools to quantify the performance and the robustness properties of the designs provided in the book. The book is based on the concept of predictor feedback and infinite-dimensional backstepping transformation for linear systems and the authors guide the reader from the basic ideas of the concept?with constant delays only on the input?all the way through to nonlinear systems with state-dependent delays on the input as well as on system states. Readers will find the book useful because the authors provide elegant and systematic treatments of long-standing problems in delay systems, such as systems with state-dependent delays that arise in many applications. In addition, the authors give all control designs by explicit formulae, making the book especially useful for engineers who have faced delay-related challenges and are concerned with actual implementations and they accompany all control designs with Lyapunov-based analysis for establishing stability and performance guarantees.
Object-oriented Defect Management of Software
Author: Houman Younessi
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 392
Book Description
-- The first book to systematically address defect prevention in object-oriented projects.-- Includes practical tools, templates, checklists and other productivity tools.-- Covers both static and dynamic approaches: fully compatible with UML, RUP, and OPEN!This is the first systematic guide to defect identification, correction, and prevention in object-oriented software development projects. Houman Younessi covers every aspect of defect reduction, going far beyond testing to cover every key aspect of the software development process, from planning through software delivery. Younessi provides hands-on tools, templates, checklists, and other productivity tools that project team members can use to begin improving software quality immediately. The techniques presented in this book are entirely compatible with today's leading tools, notation schemes, and methodologies, including the UML modeling standard, and both the RUP (Rational Unified Process) and OPEN process models. For every developer, manager, quality professional, researcher, and student concerned with improving software quality.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 392
Book Description
-- The first book to systematically address defect prevention in object-oriented projects.-- Includes practical tools, templates, checklists and other productivity tools.-- Covers both static and dynamic approaches: fully compatible with UML, RUP, and OPEN!This is the first systematic guide to defect identification, correction, and prevention in object-oriented software development projects. Houman Younessi covers every aspect of defect reduction, going far beyond testing to cover every key aspect of the software development process, from planning through software delivery. Younessi provides hands-on tools, templates, checklists, and other productivity tools that project team members can use to begin improving software quality immediately. The techniques presented in this book are entirely compatible with today's leading tools, notation schemes, and methodologies, including the UML modeling standard, and both the RUP (Rational Unified Process) and OPEN process models. For every developer, manager, quality professional, researcher, and student concerned with improving software quality.