I know the Answer but first you should add me as Brainliest and I Will edit this to Answer.
Answer:
Take a 3 to 8 decoder with active low outputs
Assuming you are familiar with the functioning of decoders,
The three inputs of decoder of course are the first, second and the carry bit which you feed to the subtractor.
Next we examine the truth table of the full subtractor i formatted in the picture.
Then write the minterms for the difference output and borrow output from the given truth table picture I have mentioned before!!
Explanation:
hopi it to help you!!
Where’s the sheet or the picture ?
#include
int main () {
printf("Program to calculate the square footage of the house.\n");
int total_rooms;
double length, width;
double total_square_footage = 0.0;
printf("Enter total number of rooms in the house:");
scanf("%d", &total_rooms);
for (int i = 0; i
printf("Enter the lenght and width of room %d: ", i+1);
scanf("%if %if", &lenght, &width);
total_square_footage += lenght*width;
}
printf("Total square footage of the house: %if\n", total_square_footage);
return 0;
}
Please mark it as brainliest answer:).
Answer:
a) The net powered developed will be 145715 KW.
b) The rate of Heat Transfer to the steam passing through the boiler will be 326340 KW.
c) The thermal efficiency will be 0.45.
d) The mass flow rate will be 884.09 kg/s.
Explanation: