WRITE: CH 10 Algorithm Development
- Due Jun 6, 2020 by 11:59pm
- Points 10
- Submitting a text entry box or a file upload
Technology in Action describes a system as being a collection of pieces working together to achieve a common goal no matter whether it be a personal one or one that serves a business need. It goes on to state that Information Systems, specifically, include data, people, procedures, hardware, and software. In order to handle and oversee all the parts of system development, design, and implementation, an organized process must be put in in place so a team of people can effectively execute all the stages. This process is called System Development Life Cycle.
As a team defines exactly what the system should do, programmers then can use the problem statement to the develop a detailed algorithm that describes the actions the application must perform in order to complete the task. Pseudocode is used to describe, in words, the actions the algorithm will take, and flowcharts provide a visual representation of the steps of the algorithm with specific shape symbols indicating program behaviors and decisions.
In a Word Document, complete the following:
1. Using pseudocode, list the steps you took to register for classes this semester.
2. Using the standard flowchart symbols as described in the Technology in Action text on page 387, set up a visual representation documenting the decision points and flow of your algorithm from the pseudocode you previously developed.
* In Microsoft Word, under the Insert tab, click Shapes in the Illustration group to access the menu for flowchart symbols and directional arrows.
3. Attach the document to the assignment and submit.
.
TIA Ch 10 Algorithm Development Rubric | |
Task | Points |
Pseudocode | 4 |
Flowchart | 6 |
Total | 10 |