Assignment.docx

Week 5 Assignment

DUE: Jun 9, 2019 11:55 PM

Grade Details

Grade

N/A 

Gradebook Comments

None

Assignment Details

Open Date

May 6, 2019 12:05 AM

Graded?

Yes

Points Possible

100.0

Resubmissions Allowed?

Yes

Remaining Submissions

2

Top of Form

Assignment Instructions

Week 5 Assignment: Pseudocode and Flowchart Solution  

Instructions:

Create a FLOWCHART and a PSEUDOCODE for each problem. Use the information below to create a pseudocode (which can be a text-based description for solving the problems) and a flowchart (using flowchart symbols to illustrate how you would program) to solve each problem. You may use Microsoft Word® for your pseudocode and Microsoft PowerPoint® for your flowchart. 

1.   Problem: Write a program that will calculate the problem and stop after the condition has been met. This is an IF/THEN/ELSE within a loop problem.

a=number of loops (start with zero but will increase by 1 after each completed loop)

b=a+1

c=a+b

Condition: If c is less than 5, then the loop will continue; else, it will end.

a will increase by one after every completed loop.

2.   How many loops will be necessary to meet the condition incrementing 'c' by 1? Why?"

Assignment Rubric:

Assessment Rubric

Accomplished

Developing

Beginning

Points Available

Points Earned

Comments

Pseudocode describing how to calculate for Problem.

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

45

45

 

Flowchart illustrating how to program for Problem.

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

45

45

 

Provide a correct response to "How many loops will be necessary to meet the condition incrementing 'c' by 1? Why?"

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

10

10

 

Total

100

100

 

Bottom of Form