answersLogoWhite

0

false there are five, class a, b, c, d, and k.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the four classes of fires?

There are actually five classes of fire, A,B,C,D, and K.


How many classes of fire in sa?

There are five classes of fire in South Africa. They are: Class A - Solid combustibles Class B - Liquid combustibles and gases Class C - Electrical fires Class D - Metal fires Class F - Consumeable liquids


How many classes of driver license is there in California?

There are 10 classes. 1. Class A 2. Class A Fire fighter 3. Class A Noncommercial 4. Class B 5. Class B Fire Fighter 6. Class B Noncommercial 7. Class C 8. Class C Commercial 9. Class M1 10. Class M2


What do class b fires consist of?

Class B extinguishers fight Flammable Liquid fires. The extinguisher classes: Class A: flammable solids Class B: flammable liquids Class C: fires involving electrical equipment. These agents don't conduct electricity. No extinguisher is rated as only for Class C fires; you will find Class B-C and Class A-B-C extinguishers. Class D: flammable metals Class K: kitchen fires


What are the five classes of fire and what kind of materials are involved?

The five classes of fire are: Class A (ordinary combustibles like wood, paper), Class B (flammable liquids like gasoline, oil), Class C (electrical fires), Class D (combustible metals like magnesium), and Class K (cooking oils and fats).


How many classes of fire are there as per Indian standard in date?

As per Indian standards, there are five classes of fire, classified as Class A, B, C, D, and F. Class A covers ordinary combustibles like wood and paper, Class B involves flammable liquids, Class C includes gases, Class D pertains to combustible metals, and Class F refers to cooking oils and fats. This classification helps in determining the appropriate fire extinguishing methods and equipment.


What are class b fire fuels?

class b fuels for fire extinguisher training


What are a b c d classes of fire?

Classes of fire are categorized based on the type of material that is burning. Class A fires involve ordinary combustibles like wood, paper, and cloth. Class B fires involve flammable liquids and gases, such as gasoline or oil. Class C fires are electrical fires, and Class D fires involve combustible metals like magnesium or sodium. Each class requires specific extinguishing methods to safely put out the fire.


What are the different types of fires?

Class A/Ordinary Combustibles (wood, paper) Class B/Flammible Liquids (gasoline, diesel) Class C/Electrical Fire (Downed Power line starting a power pole on fire) Class D/Combustible Metals Class K/Cooking oil


Why are there different types of fire extinguisher?

There are 5 different types of fires. Class A,B,C,D, and K. For a Class C fire, (electrical fire) you would not want to put out that fire with a fire extinguisher that was water in it. Water and electricity is not a good mix.


What are felony classes for drugs?

Class b


What is the difference between the direct and indirect base class?

Direct base classes are those that are specified in a derived class' inheritance declaration. Indirect base classes are those that are inherited via the direct base classes. class A{}; class B : public A{}; class C : public B{}; With respect to C, B is direct while A is indirect. With respect to B, A is direct.