Calculation of Usable Area in Square Feet of House – Homework

by

CMIS102 Homework Assignment 1 (Worth 13% of your grade).
Problem definition: Calculate the usable area in square feet of house. Assume that the house has a maximum of four rooms and that each room is rectangular. A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section. This program will compute the area of a house that has four rectangular rooms. The output is the value of the total area (total_area) of the house and is to be calculated by area/length/width input (A1, A2, A3, A4, L1, L2, L3, L4, W1, W2, W3, and W4) variables declared as float variables. The program will utilize the standard mathematical formula of obtaining the area of a rectangle:
A = L*W. As well, the formula will be coded in the program asArea=length*width (A=L*W) respectively for each room.
L1 = length of the first room, as float W1 = width of the first room,
as float A1=L1*W1 L2 = length of the first room, as float W2 = width of the first room,
as float A2=L2*W2 L3 = length of the first room,
as float W3 = width of the first room, as float A3=L3*W3 L4 = length of the first room,
as float W4 = width of the first room,
as float A4=L4*W4 B.
Program Design – Following the directions in the assignment, clearly write up your problem design in this section, and comment on your pseudocode. Raptor software will be used in designing and testing this program. The three fundamental tasks of creating a program will be incorporated: Input Data: Use of Raptor to add Input and Assignment symbols will allow users to input data when running the program. The Main and Input_Data modules will heavily use the Input and Assignment symbols in Raptor. In the Input_Data_module, variables will be assigned and declared. As well, the Main module will execute the entire program by calling the completed sub-charts.
 Calculate formula: Use formulas to attain total_area of the house by calculating the area of each of the four rooms. Total_area = A1 + A2 + A3 + A4 to get the sums of all areas we must calculate the formula for each room A1 = L1*W1 A2 = L2*W2 A3 = L3*W3 A4 = L4*W4
 Obtain Output: The program will display the result of total_area from process and calculation in the previous two steps.Comment: “This program computes the total area of a four-bedroom house in square footage.
Call Input_Data_module Call Calculations_module Call Output_Data_module End Input_Data_Module:
Write:“Length of the first room” (L1)
Write “Width of the first room” (W1)
Write “Length of the second room” (L2)
Write “Width of the second room” (W2)
Write “Length of the third room” (L3)
Write “Width of the third room” (W3)
Write “Length of the fourth room” (L4)
Write “Width of the fourth room” (W4) Call Calculations_module End Perform Calculations module: Declare A1, A2, A3, and A4;
as float
Set A1 = L1*W1 Set A2 = L2*W2 Set A3 = L3*W3 Set A4 = L4*W4
Set total_area = (A1+A2+A3+A4)
End Output Data module: Write “The total area of the house is:” + total_area End C. Program Comments and Test Data – Following the directions in the assignment, including your test data and expected results in this section. Table 1. Include your test data table here
TEST RUN OF DATA INPUT INTO PROGRAMInput:
Length & Width (in feet)Expected Output:
Footage of house (in feet)Test Run 1.Area of Rectangle
A=L*WRoom 1
L=10, W=5
50=10*5Room 2
L=10, W=5
50=10*5Room 3
L=10, W=5
50=10*5Room 4
L=10, W=5
50=10*5Total Area=A1+A2+A3+A4
200 sq ft.Test Run 2Area of Rectangle
A=L*WRoom 1
L=12, W=6
72=12*6Room 2
L=12, W=6
72=12*6Room 3
L=12, W=6
72=12*6Room 4
L=12, W=6
72=12*6Total Area=A1+A2+A3+A4
288 sq ft.Test Run 3Area of Rectangle
A=L*WRoom 1
L=20, W=10
200=20*10Room 2
L=20, W=10
200=20*10Room 3
L=20, W=10
200=20*10Room 4
L=20, W=10
200=20*10Total Area=A1+A2+A3+A4
800 sq ft.
Approximate price: $22
We value our customers and so we ensure that what we do is 100% original..

With us you are guaranteed of quality work done by our qualified experts.Your information and everything that you do with us is kept completely confidential.You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.The Product ordered is guaranteed to be original. Orders are checked by the most advanced anti-plagiarism software in the market to assure that the Product is 100% original. The Company has a zero tolerance policy for plagiarism.The Free Revision policy is a courtesy service that the Company provides to help ensure Customer’s total satisfaction with the completed Order. To receive free revision the Company requires that the Customer provide the request within fourteen (14) days from the first completion date and within a period of thirty (30) days for dissertations.The Company is committed to protect the privacy of the Customer and it will never resell or share any of Customer’s personal information, including credit card data, with any third party. All the online transactions are processed through the secure and reliable online payment systems.By placing an order with us, you agree to the service we provide. We will endear to do all that it takes to deliver a comprehensive paper as per your requirements. We also count on your cooperation to ensure that we deliver on this mandate.

Never use plagiarized sources. Get Your Original Essay on
Calculation of Usable Area in Square Feet of House – Homework
Hire Professionals Just from $11/Page
Order Now Click here