0% found this document useful (0 votes)
58 views1 page

School Management System Flowchart

This document provides instructions for Homework Assignment 8 for an Information Technology Management course. It outlines that students must: 1) Create an algorithm using Raptor software that contains three sub-flowcharts/procedures to read data from an income text file, sort the data in descending order, and write the sorted data to a new text file. 2) Submit the Raptor file, text files, and screenshots of the flowchart for grading. 3) Late submissions will not be accepted so students should submit early to avoid issues. Students with questions should ask during class or office hours, not by email.

Uploaded by

Hitachi Waii
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

School Management System Flowchart

This document provides instructions for Homework Assignment 8 for an Information Technology Management course. It outlines that students must: 1) Create an algorithm using Raptor software that contains three sub-flowcharts/procedures to read data from an income text file, sort the data in descending order, and write the sorted data to a new text file. 2) Submit the Raptor file, text files, and screenshots of the flowchart for grading. 3) Late submissions will not be accepted so students should submit early to avoid issues. Students with questions should ask during class or office hours, not by email.

Uploaded by

Hitachi Waii
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

[Link]@ryerson.

ca

Homework Assignment 8
ITM207 Computer Enabled Problem Solving
Information Technology Management
Ted Rogers School of Management
Ryerson University

Submission Policy
• Submit through D2L (submission through email is not allowed)
• Submit the report as a .docx or pdf file
• Your report should contain your Name and student ID number

Problem 1: 15+50+35 = 100 points


Write an algorithm/flowchart using raptor that has the following three sub-flowcharts/sub-
procedures
a) readData
b) sortData
c) writeData

a) The provided [Link] file saves the income (in dollar) of twelve months starting from
January to December. Design the readData sub-flowchart to read the provided text file
[Link]. The readData sub-flowchart creates two arrays called months and
income. The months array saves the month names and the income array saves the
income of that month.

b) The sortData sub-flowchart sorts the income array in descending (i.e., decreasing) order.

c) The writeData sub-flowchart write down the sorted data in a text file called
[Link].

Submit the Raptor file, text file, and the screenshots of your flowchart.

Note:
- Late submissions are not allowed. So, submit the homework at least one or two days before the
deadline in order to avoid technical difficulties or unwelcome incidents.
- If you have any question regarding the homework please ask during class sessions or during office
hours. Please do not send emails.

You might also like