Page 1 of 1

ECC003 Software Engineering Project Summer semester 2021/2022 Requirements for submitting: By studying the user requirem

Posted: Thu Jul 14, 2022 2:10 pm
by answerhappygod
ECC003 Software Engineering Project Summer semester 2021/2022Requirements for submitting: By studying the user requirementdocument (see below) you have to:
1. Categorize the requirements as: 1.1. functionalrequirements;
1.2. non - functional requirements;
2. Represent Specification of requirements document
3. In system design: 3.1. Represent the use case diagrams.
3.2. Represent the class diagrams (minimum 3 classes should beincluded).
3.3. Represent interaction diagrams for every systemoperation.4. Write algorithmic code for all operations of the classes. Youhave to: • Submit report with description of all items above. •Last day for submission is 02 August 2022.
Requirement document Wind – tunnel Monitor 1. The program is tomonitor pressure and temperature from strain gauges placed onobjects held in a wind tunnel. 2. The program must be written inC++ or Java Programming Languages on the computer IBM PC. 3.Signals received by the computer will come from a serial line. Eachsignal will be in ASCII format and will represent a pressure andtemperature reading every second. 4. The program will monitor thepressure and temperature reading over a period of time no longerthan 1 hour. 5. A general aim in the design of the program is tominimize the amount of main memory used. 6. Before a wind-tunnelexperiment starts the tunnel operator must provide the program withthe following items of data (a validation of input data should beprovided by the program): • A symbolic name for monitoring pointand the amount of the pressure and temperature gauges (equal toeach other) associated with that point. Maximum amount is less thanor equal to 7. • The start time for monitoring a pressure andtemperature. • The period over which a pressure average andtemperature average is to be calculated (AVERAGEPERIOD). Thisshould not be less than 10 second or more than 5 minutes. 7. At theend of the wind-tunnel experiment the program must produce for eachpressure and temperature gauges a report. This must consist of: •The name of the point. • A list of pressure averages overAVERAGEPERIOD for the duration of experiment for every gauge. • Alist of temperatures averages over AVERAGEPERIOD for the durationof experiment for every gauge. • A list of a standard deviation ofpressures for the duration of experiment for every gauge. • A listof a standard deviation of temperatures for the duration ofexperiment for every gauge. • A list of pressure averages overAVERAGEPERIOD for the duration of experiment • A list oftemperatures averages over AVERAGEPERIOD for the duration ofexperiment