The following report shows the relationship between requirements defined in Functional Requirements Document and Software Requirements Document .

TCA:FRD:1 The system shall provide a means of calculating Celsius temperature scale from a Fahrenheit temperature input.
TCA:PRD:6 The system shall calculate the Celsius scale with a Fahrenheit temperature input using this formula: Tc= (5/9)*(Tf-32) Tc = Temperature in Celsius Tf = Temperature in Fahrenheit
TCA:FRD:2 The system shall provide a means of calculating Fahrenheit temperature scale form a Celsius temperature input.
TCA:PRD:7 The system shall calculate the Fahrenheit scale with a Celsius scale temperature input using this formula: Tf=((9/5)*Tc)+32
TCA:FRD:3 The system shall be web accessible.
TCA:PRD:1 The system shall be accessible from a standard web browser, Internet Explorer 5.5 with XML parser 3.0 or above.
TCA:PRD:9 The display shall be support web dithered colors and scale to 800x600 pixel screen resolution.