answersLogoWhite

0

What else can I help you with?

Related Questions

Does the main vent stack have to be installed before the fixtures or can you install it at the end of the waste drain line?

Depends on the code and how its plumbed in. Your only allowed so much footage on the drain line before it will have to be individually vented on a combination waste and vent system. Also the pipes will have to be sized at least 2 pipe sizes larger.


Double-stack system in drainage?

A double stack system is where you have the main soil stack to carry away toilet waste (Generally). With a separate pipe taking waste water from a Shower/Bath/Basin to an outside gully leading to a sewage drain (maybe via guttering on your property). Not a common system on new builds but still found on pre 60's plumbing.


What are the main responsibilities of a plumbing professional in the field of main stack plumbing?

A plumbing professional in the field of main stack plumbing is responsible for installing, repairing, and maintaining the main vertical pipe that carries wastewater from multiple plumbing fixtures in a building. They ensure proper drainage and prevent blockages or leaks in the main stack system.


What is the main waste excrete by the skin?

The main waste excreted by the skin is heat.


What is the main goal of signs on a store exterior?

To identify the business at a glance.


What is the main waste excreted by your skin?

The main waste excreted by the skin is heat.


Define list of operation on stack?

There are 4 main widely used stack operations.Operations:* POP - increase stack pointer and return top element * PUSH - putting element into stack's top * TOP - returns data of top element on stack * LENGTH/SIZE - returns number of elements inside stack For more detailed implementation details, please check web links.


What is the purpose of the main plumbing stack in a building's plumbing system?

The main plumbing stack in a building's plumbing system serves to vent sewer gases and allow proper drainage by connecting all the branch lines to the sewer line.


The main waste product of aerobic respiration is?

The main waste product of aerobic respiration is carbon dioxide (CO2).


What are the main sources of househoild waste?

The main source of grbage comes from businesses, including shops, offices and factories


What are the two main components of human solid waste?

The two main components of human solid waste are feces (solid waste from the digestive system) and urine (liquid waste from the urinary system).


What is hardware stack and software stack?

hardware stack - a stack implemented in and entirely managed by hardware, this stack will have dedicated memory and registers in the physical hardware of the system.software stack - a stack implemented with and entirely managed by software, this stack will use a small piece of main RAM and variables declared in the program software (making it much easier to modify if necessary than a hardware stack).