Chapter 1 Flashcards
What is software?
Computer programs and associated documentation
What are the attributes of good software?
Good software should deliver the required functionality and performance to the user and should be maintainable, dependable and usable
What are the fundamental software engineering activities?
Software specification, software development, software validation and software evolution
What is the difference between software engineering and computer science?
Computer science focuses on theory and fundamentals; software engineering is concerned with the practicalities of developing and delivering useful software.
What is the difference between software engineering and system engineering?
System engineering is concerned with all aspects of computer-based systems development including hardware, software and process engineering. Software engineering is part of this more general process
What are the key challenges facing software engineering?
Coping with increasing diversity, demands for reduced delivery times and developing trustworthy software
What are the costs of software engineering?
Roughly 60% of software costs are development costs, 40% are testing costs. For custom software, evolution costs often exceed development costs
What differences has the Internet made to software engineering?
Not only has the Internet led to the development of massive, highly distributed, service-based systems, it has also supported the creation of an “app” industry for mobile devices which has changed the economics of software.
Generic Products
Stand-alone systems that are marketed and sold to any customer who wishes to buy them.
Examples – PC software such as graphics programs, project management tools; software for specific markets such as
appointments systems for dentists.
Customized products
Software that is commissioned by a specific customer to meet their own needs.
Examples – embedded control systems, air traffic control software, traffic monitoring systems.
Product specification - Generic products
The specification of what the software should do is owned by the software developer and decisions on software change are made by the developer
Product specification - Customized products
The specification of what the software should do is owned by the customer for the software and they make decisions on software changes that are required
Maintainability
Software should be written in such a way so that it can evolve to meet the changing needs of customers.
Dependability and
security
Software dependability includes a range of characteristics including reliability, security and safety. Dependable software should not cause physical or economic damage in the event of system failure. Malicious users should not be able to access or damage the system
Efficiency
Software should not make wasteful use of system resources such as memory and processor cycles. Efficiency therefore includes responsiveness, processing time, memory utilisation, etc