Answer:
<em>D</em><em>e</em><em>s</em><em>k</em><em>t</em><em>o</em><em>p</em>
Explain:
<em>Desktop refers to the main screen of the computer. It is the first screen you see after logging in. The desktop’s appearance can vary widely because it is highly customizable, but generally desktops will feature a large image, icons, and a taskbar(covered later on this page).</em>
<u>Solution and Explanation:</u>
Volume of gas stream = 1000 cfm (Cubic Feet per Minute)
Particulate loading = 400 gr/ft3 (Grain/cubic feet)
1 gr/ft3 = 0.00220462 lb/ft3
Total weight of particulate matter =
Cyclone is to 80 % efficient
So particulate remaining =
emissions from this stack be limited to = 10.0 lb/hr
Particles to be remaining after wet scrubber = 10.0 lb/hr
So particles to be removed = 685.7136- 10 = 675.7136
Efficiency = output multiply with 100/input = 98.542 %
Answer:
START
READ ID_Number
READ Item_description
READ length_of_auction_Days
READ minimum_required_bid
IF minimum_required_bid GREATER THAN 100
THEN
DISPLAY
Item Details are
Item Id : ID_Number
Item Description: Item_description
Length Action days: length_of_auction_Days
Minimum Required Bid: minimum_required_bid
END
Explanation: