Software engineering principles and methods:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Oxford u.a.
Blackwell Scientific Publ.
1987
|
Ausgabe: | 1. publ. |
Schriftenreihe: | Computer science texts
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 346 - 357 |
Beschreibung: | XVI, 366 S. graph. Darst. |
ISBN: | 0632014598 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV002178410 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 891108s1987 d||| |||| 00||| engod | ||
020 | |a 0632014598 |9 0-632-01459-8 | ||
035 | |a (OCoLC)16684771 | ||
035 | |a (DE-599)BVBBV002178410 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-91 | ||
050 | 0 | |a QA76.76.D47 | |
082 | 0 | |a 005.1/2 |2 19 | |
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
084 | |a DAT 310f |2 stub | ||
100 | 1 | |a Ratcliff, Bryan |e Verfasser |4 aut | |
245 | 1 | 0 | |a Software engineering principles and methods |c B. Ratcliff |
250 | |a 1. publ. | ||
264 | 1 | |a Oxford u.a. |b Blackwell Scientific Publ. |c 1987 | |
300 | |a XVI, 366 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Computer science texts | |
500 | |a Literaturverz. S. 346 - 357 | ||
650 | 7 | |a Programmatuurtechniek |2 gtt | |
650 | 4 | |a Software engineering | |
650 | 0 | 7 | |a Software Engineering |0 (DE-588)4116521-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Softwareentwicklung |0 (DE-588)4116522-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Software Engineering |0 (DE-588)4116521-4 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m HEBIS Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001430844&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-001430844 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804116634049183744 |
---|---|
adam_text | COMPUTER SCIENCE TEXTS
Software Engineering
Principles and Methods
B RATCLIFF
BSc, MSc
Department of Computer Science and Applied Mathematics,
Aston University, Birmingham
Tecfrriische UniversitSt Darmstadt
FACHBERE1CH INFORMATtK
BIBLIOTHEK
Secl gebiete:
Standort:
BLACKWELL SCIENTIFIC PUBLICATIONS
OXFORD LONDON EDINBURGH
BOSTON PALO ALTO MELBOURNE
Contents
Preface xi
1 Software Engineering - An Overview 1
1 1 What is software engineering ? 1
1 2 Problems of scale 4
13A framework for software engineering 7
1 4 Software quality 11
Characteristics contributing to current usefulness 12
Characteristics contributing to potential usefulness 15
1 5 Schedule and cost 17
1 6 Software diversity 19
Bibliography 22
2 Software Foundations 24
2 1 System origins 24
2 2 Software requirements analysis 31
2 3 Expressing requirements 37
Requirements documentation 37
Techniques for expressing requirements 39
An example: Requirements for the SUMS system 43
2 4 Requirements validation and verification 52
Reviews 53
Automated verification 53
Prototyping - 54
Executable specifications 57
3 Software Specification and Design 60
3 1 Preamble 60
3 2 Some fundamentals of system development 62
Modelling 62
Abstraction 63
Composition and separation 65
Modelling revisited 66
3 3 Networks 66
3 4 Hierarchy in software design 70
Top-down design 71
Bottom-up design 74
3 5 Modularity 75
vi Contents
3 6 Methods of system development 79
Database approaches 80
Structured Systems Analysis 83
Object oriented design 86
Real-time system development 88
Jackson methods 91
3 7 Reflecting real world domains in systems 91
3 8 Adding function to model 96
3 9 Detailed design 104
3 10 Concluding remarks 112
4 Further Design Issues 115
4 1 Systems and programs 115
4 2 Fundamental progTam architectures 116
Sequential architectures 116
Non-determinism 118
Object architectures 120
Concurrent architectures 121
Functional (applicative) architectures 127
Other possibilities 129
4 3 Modularity and abstraction in program design 129
4 4 Structured program design 136
What are structured programs? 1 3 6
Techniques for deriving structured programs 139
4 5 Design by refinement 141
4 6 The Structured Design method 146
4 7 Design of reusable components 154
General considerations 154
Subprogram parameterization 156
Generic parameterization 157
Further possibilities 159
5 Formal Methods in Software Development 161
5 1 Formal methods-What and Why 161
5 2 Formal specification 164
Formality in specification 164
Some simple examples 168
5 3 Formal verification 173
Overview 173
The axiomatic method of verification 176
Partial and total correctness 178
Example of rigorous verification 180
5 4 Methods, tools, languages 186
5 5 Some concluding observations 190
6 Implementat ion Techniques 194
6 1 Implementation - a transformational view 194
Contents vii
6 2 Coding-language and style 195
6 3 Optimizations 197
6 4 Sequential structures , 202
Where the target language is richer in structure 202
Where the target language is structurally inferior 203
6 5 Modules and data abstractions 206
6 6 Concurrency 210
Producer-consumer connections 211
Process multiplicities 213
Producer-consumer networks 217
Writer-reader connections 219
Module hierarchies 219
6 7 System implementation 220
Process distribution and scheduling 221
Storage of system data 223
6 8 Compilation and libraries 225
6 9 Portability 228
Reliability and Quality Control 232
7 1 Overview 232
7 2 Reliability 235
General issues 235
Data verification 238
Exception handling 240
7 3 Validation and verification (V amp;V) techniques 243
Reviews 243
Walkthroughs 245
Inspections 246
Audits 248
7 4 Testing 248
Purpose and limitations 248
Testing units as boxes 249
Testing strategies 250
An example - testing the SUMS system 256
Test case design 258
Test specification and planning 263
Software tools for testing 265
7 5 Debugging 266
Project Management and Related Topics 270
8 1 The problems 270
8 2 Resource estimation and scheduling 272
Estimation of effort and time 273
Costing 277
People and productivity 279
Scheduling and resource distribution 280
During and after development 284
8 3 Organizing people 286
viii Contents
Team Function
Programming team structures
8 4 Configuration management
Introduction
Baselining and identification
Auditing
Change control
Library management
Status reporting
CM tools
8 5 Managing maintenance
General issues
Post-release configuration management
8 6 Quality assurance
Quality metrics
8 7 Documentation
Documentation quality
Documentation assurance
Types of documentation
Documentation tools
Perspectives - Past, Present and Future
9 1 The past
As was
Advances
9 2 The present
As is
Software tools and support environments
9 3 The future
As might be
AI and software engineering
The way forward - two views
Epilogue
Appendix: Case study
A I Problem description
A 2 Example requirements for the SUMS system
A 3 SUMS specification
A 4 Examples of function design
A 5 Implementation of SUMS system JSD/JSP specification
A 6 Test and validation
References and Bibliography 346
Contents ix
Subject Index 358
Author Index 364
|
any_adam_object | 1 |
author | Ratcliff, Bryan |
author_facet | Ratcliff, Bryan |
author_role | aut |
author_sort | Ratcliff, Bryan |
author_variant | b r br |
building | Verbundindex |
bvnumber | BV002178410 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.D47 |
callnumber-search | QA76.76.D47 |
callnumber-sort | QA 276.76 D47 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 230 |
classification_tum | DAT 310f |
ctrlnum | (OCoLC)16684771 (DE-599)BVBBV002178410 |
dewey-full | 005.1/2 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1/2 |
dewey-search | 005.1/2 |
dewey-sort | 15.1 12 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01688nam a2200457 c 4500</leader><controlfield tag="001">BV002178410</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">891108s1987 d||| |||| 00||| engod</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0632014598</subfield><subfield code="9">0-632-01459-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)16684771</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV002178410</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.76.D47</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.1/2</subfield><subfield code="2">19</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 310f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Ratcliff, Bryan</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Software engineering principles and methods</subfield><subfield code="c">B. Ratcliff</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Oxford u.a.</subfield><subfield code="b">Blackwell Scientific Publ.</subfield><subfield code="c">1987</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 366 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Computer science texts</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 346 - 357</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmatuurtechniek</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Software engineering</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Software Engineering</subfield><subfield code="0">(DE-588)4116521-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Software Engineering</subfield><subfield code="0">(DE-588)4116521-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HEBIS Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001430844&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-001430844</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV002178410 |
illustrated | Illustrated |
indexdate | 2024-07-09T15:41:37Z |
institution | BVB |
isbn | 0632014598 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-001430844 |
oclc_num | 16684771 |
open_access_boolean | |
owner | DE-91 DE-BY-TUM |
owner_facet | DE-91 DE-BY-TUM |
physical | XVI, 366 S. graph. Darst. |
publishDate | 1987 |
publishDateSearch | 1987 |
publishDateSort | 1987 |
publisher | Blackwell Scientific Publ. |
record_format | marc |
series2 | Computer science texts |
spelling | Ratcliff, Bryan Verfasser aut Software engineering principles and methods B. Ratcliff 1. publ. Oxford u.a. Blackwell Scientific Publ. 1987 XVI, 366 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Computer science texts Literaturverz. S. 346 - 357 Programmatuurtechniek gtt Software engineering Software Engineering (DE-588)4116521-4 gnd rswk-swf Softwareentwicklung (DE-588)4116522-6 gnd rswk-swf Software Engineering (DE-588)4116521-4 s DE-604 Softwareentwicklung (DE-588)4116522-6 s 1\p DE-604 HEBIS Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001430844&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Ratcliff, Bryan Software engineering principles and methods Programmatuurtechniek gtt Software engineering Software Engineering (DE-588)4116521-4 gnd Softwareentwicklung (DE-588)4116522-6 gnd |
subject_GND | (DE-588)4116521-4 (DE-588)4116522-6 |
title | Software engineering principles and methods |
title_auth | Software engineering principles and methods |
title_exact_search | Software engineering principles and methods |
title_full | Software engineering principles and methods B. Ratcliff |
title_fullStr | Software engineering principles and methods B. Ratcliff |
title_full_unstemmed | Software engineering principles and methods B. Ratcliff |
title_short | Software engineering principles and methods |
title_sort | software engineering principles and methods |
topic | Programmatuurtechniek gtt Software engineering Software Engineering (DE-588)4116521-4 gnd Softwareentwicklung (DE-588)4116522-6 gnd |
topic_facet | Programmatuurtechniek Software engineering Software Engineering Softwareentwicklung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001430844&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT ratcliffbryan softwareengineeringprinciplesandmethods |