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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply