Java Foundations (Introduction to Program Design and Data Structures) Chapter 1 Section Four PDF

Title Java Foundations (Introduction to Program Design and Data Structures) Chapter 1 Section Four
Course Object Oriented Programming (Formerly Csc2650)
Institution Aurora University
Pages 1
File Size 48.4 KB
File Type PDF
Total Downloads 27
Total Views 150

Summary

Included here are notes to better explain the textbook sections in my own words....


Description

Chapter One Section 4 Software Development Activities Software Requirements→ Something that specifies on what a program is to accomplish. These requirements that are needed for the program to accomplish are in a document known as a functional specification. These requirements are also like a simple/clear expression of a problem waiting to be solved.

A software design shows how a program will accomplish all of its requirements. During this software design, alternatives should always be considered and explored in case things don't go the way they need to be.

Implementation is known to be the process of writing source code that solves the problem. It is also known as the act that translates the software design into the appropriate programming language.

Testing is known to be the act of ensuring that a program will be able to solve a targeted program, which can include running a program many times with various inputs. Testing is part of the stage of development...


Similar Free PDFs