Site hosted by Angelfire.com: Build your free website today!

<html><head><title></title> <script language="JavaScript"> <!--  var numQues = 90; var numChoi = 3;  var answers = new Array(90); answers[0] = "keep all people far away and upwind of the accident"; answers[1] = "reflective triangles"; answers[2] = "10"; answers[3] = "The carrier"; answers[4] = "tabbing them"; answers[5] = "cargo heaters have been disabled"; answers[6] = "to contain the material"; answers[7] = "diamond"; answers[8] = "must be signed and carried by anyone transporting a hazardous waste."; answers[9] = "an approved place for parking unattended trucks loaded with explosives"; answers[10] = "look at the shipping paper"; answers[11] = "any more than safety requires"; answers[12] = "Yes"; answers[13] = "placard the vehicle with both the "POISON" and hazard class placards"; answers[14] = "loaded upright or braced laying flat."; answers[15] = "in the drivers door pouch"; answers[16] = "During an emergency, in an order to protect life and property."; answers[17] = "quantity and the hazard class of the materials being transported."; answers[18] = "The proper shipping name"; answers[19] = "may have to put the word WASTE before the proper shipping name of the material on the shipping paper"; answers[20] = "15 and 50"; answers[21] = "50"; answers[22] = "a copy of FMCS part 397"; answers[23] = "warn others of the fire hazard"; answers[24] = "it is specifically authorized in the hazardous materials in regulations"; answers[25] = "30"; answers[26] = "describe the hazardous materials being transported"; answers[27] = "a placarded cargo tank"; answers[28] = "non-hazardous material"; answers[29] = "The driver"; answers[30] = "loaded upright or braced laying down flat"; answers[31] = "helps coordinate emergency response to chemicals hazards"; answers[32] = "Reflective triangles"; answers[33] = "not attempt to control the fire"; answers[34] = "remove the tire and place it a safe distance from the vehicle"; answers[35] = "never use any cargo hooks or metal tools"; answers[36] = "The hazard class of the materials and the amount of hazardous materials in your truck"; answers[37] = "4"; answers[38] = "2"; answers[39] = "it must be watched by a qualified person who will comply with all requirements"; answers[40] = "can safely pass the fire without stopping"; answers[41] = "display POISON placards in addition to any other needed placards"; answers[42] = "tells the degree of control needed during transportation"; answers[43] = "the driver"; answers[44] = "2 hours or 100 miles"; answers[45] = "appropriate for describing materials for domestic transportation, but may not be appropriate for international transportation"; answers[46] = "The shipper"; answers[47] = "the common carrier must never transport the material"; answers[48] = "it is an emergency situation"; answers[49] = "shipper"; answers[50] = "poisons"; answers[51] = "300"; answers[52] = "do no allow smoking or fire near the vehicle"; answers[53] = "Class 5 (oxidizers)"; answers[54] = "Poison gas"; answers[55] = "The shipper"; answers[56] = "the entry is for a Hazardous Material"; answers[57] = "are not proper shipping names"; answers[58] = "50"; answers[59] = "class 7 (radioactive) materials"; answers[60] = "take the appropriate steps to protect yourself and the public"; answers[61] = "red warning reflector triangles"; answers[62] = "at the nozzle, controlling the fuel flow"; answers[63] = "stop at the nearest safe place and fix it"; answers[64] = "Close all manholes and valves, be sure they are free of leaks"; answers[65] = "to communicate the risk"; answers[66] = "class 7 (radioactive) materials"; answers[67] = "explosives 1.1 and 1.2"; answers[68] = "List of Hazardous Substances and Reportable Quantities "; answers[69] = "identify the hazardous material"; answers[70] = "50"; answers[71] = ""Explosives 1.1" placards"; answers[72] = "it is NOT loaded above any other material"; answers[73] = "clear view within your reach"; answers[74] = "The written route plan"; answers[75] = "Poison gas"; answers[76] = "subject to hazardous materials rules only when transported by air(unless hazardous substance or waste)"; answers[77] = "diamond"; answers[78] = "the shipper is a private carrier carrying their own product"; answers[79] = "any amount"; answers[80] = "25"; answers[81] = "never use hooks or other metal tools"; answers[82] = "carrier must report a spill of this material"; answers[83] = "it must be watched by a qualified person who will comply with all requirements"; answers[84] = "8"; answers[85] = "provides technical information about the physical properties of hazardous materials"; answers[86] = "cargo heaters have been disabled"; answers[87] = "at all times"; answers[88] = "50"; answers[89] = "placard the vehicle with both the "POISON" and hazard class placards";  function getScore(form) {  var score = 0;  var currElt;  var currSelection;   for (i=0; i<numQues; i++) {  currElt = i*numChoi;  for (j=0; j<numChoi; j++) {  currSelection = form.elements[currElt + j];  if (currSelection.checked) {  if (currSelection.value == answers[i]) {  score++;  break;  }  }  }  }   score = Math.round(score/numQues*100);  form.percentage.value = score + "%";   var correctAnswers = "";  for (i=1; i<=numQues; i++) {  correctAnswers += i + ". " + answers[i-1] + "\r\n";  }  form.solutions.value = correctAnswers;  }  // --> </script> </head>  <body>  <form name="quiz"> 1. If you are in an accident involving hazardous materials, you should:<br> <input type="radio" name="q1" value="tell only the Emergency Response Team about the hazard">tell only the Emergency Response Team about the hazard<br> <input type="radio" name="q1" value="keep all people far away and upwind of the accident">keep all people far away and upwind of the accident<br> <input type="radio" name="q1" value="prevent panic by acting like nothing is wrong">prevent panic by acting like nothing is wrong<br> <p>  2. You need to warn of a stopped vehicle which has a tank used for flammable liquids or gases<br> <input type="radio" name="q2" value="flares">flares<br> <input type="radio" name="q2" value="fuses">fuses<br> <input type="radio" name="q2" value="reflective triangles">reflective triangles<br> <p>  3. The power unit of a placarded vehicle must have a fire extinguisher with a UL rating of ____B:C or more.<br> <input type="radio" name="q3" value="10">10<br> <input type="radio" name="q3" value="15">15<br> <input type="radio" name="q3" value="20">20<br> <p>  4. Who is responsible for choosing the safest route to transport placarded radioactive materials?<br> <input type="radio" name="q4" value="The carrier">The carrier<br> <input type="radio" name="q4" value="The shipper">The shipper<br> <input type="radio" name="q4" value="The Driver">The Driver<br> <p>  5. Hazardous materials shipping papers can be clearly distinguished from other papers by:<br> <input type="radio" name="q5" value="stapling them together">stapling them together<br> <input type="radio" name="q5" value="wrapping them in a rubber band">wrapping them in a rubber band<br> <input type="radio" name="q5" value="tabbing them">tabbing them<br> <p>  6. If you are loading or unloading any type of explosives, you must make sure that the:<br> <input type="radio" name="q6" value="heater tanks are completely full">heater tanks are completely full<br> <input type="radio" name="q6" value="engine is idling">engine is idling<br> <input type="radio" name="q6" value="cargo heaters have been disabled">cargo heaters have been disabled<br> <p>  7. The intent of the Hazardous Materials regulations has thee parts: 1) to ensure safe drivers and equipment; 2) to communicate the risk; and 3)<br> <input type="radio" name="q7" value="to contain the material">to contain the material<br> <input type="radio" name="q7" value="to allow safe enforcemnet">to allow safe enforcemnet<br> <input type="radio" name="q7" value="define responsibility">define responsibility<br> <p>  8. Placards are 10 and 3/4" square, square-on point, in a _______ shape.<br> <input type="radio" name="q8" value="square">square<br> <input type="radio" name="q8" value="rectangle">rectangle<br> <input type="radio" name="q8" value="diamond">diamond<br> <p>  9. A properly prepared Uniform Hazardous Waste Manifest:<br> <input type="radio" name="q9" value="is not the concern of a driver hauling hazardous waste">is not the concern of a driver hauling hazardous waste<br> <input type="radio" name="q9" value="is the same as any other shipper">is the same as any other shipper<br> <input type="radio" name="q9" value="must be signed and carried by anyone transporting a hazardous waste.">must be signed and carried by anyone transporting a hazardous waste.<br> <p>  10. A safe haven is:<br> <input type="radio" name="q10" value="a place for the driver to eat and rest">a place for the driver to eat and rest<br> <input type="radio" name="q10" value="an approved place for parking unattended trucks loaded with explosives">an approved place for parking unattended trucks loaded with explosives<br> <input type="radio" name="q10" value="the minimum distance that your allowed to park a truck carrying explosives near an open fire">the minimum distance that your allowed to park a truck carrying explosives near an open fire<br> <p>  11. To find out if a shipment includes a hazardous material, you should:<br> <input type="radio" name="q11" value="open and inspect every package and container">open and inspect every package and container<br> <input type="radio" name="q11" value="look at the shipping paper">look at the shipping paper<br> <input type="radio" name="q11" value="look at the shipping license">look at the shipping license<br> <p>  12. If a hazardous material is spilling from your vehicle, do not move your vehicle:`<br> <input type="radio" name="q12" value="any more than safety requires">any more than safety requires<br> <input type="radio" name="q12" value="any more than 500 feet">any more than 500 feet<br> <input type="radio" name="q12" value="off of roadway">off of roadway<br> <p>  13. You are carrying placarded Class 7 (Radioactive) material. Must you stop before railroad crossings?<br> <input type="radio" name="q13" value="No">No<br> <input type="radio" name="q13" value="Yes">Yes<br> <input type="radio" name="q13" value="Only if marked as "exempt"">Only if marked as "exempt"<br> <p>  14. The hazard class of a two liter bottle of material is "Flammable Liquid". If the description also says "poison inhalation hazard" you should:<br> <input type="radio" name="q14" value="placard the vehicle "POISON" only if no other cargo requires it">placard the vehicle "POISON" only if no other cargo requires it<br> <input type="radio" name="q14" value="placard the vehicle with both the "POISON" and hazard class placards">placard the vehicle with both the "POISON" and hazard class placards<br> <input type="radio" name="q14" value="placard the vehicle "POISON" and remove the other placards">placard the vehicle "POISON" and remove the other placards<br> <p>  15. You have a vehicle without racks to hold the cylinders of compressed gas. You may load such cylinders only if they are:<br> <input type="radio" name="q15" value="loaded upright or braced laying flat.">loaded upright or braced laying flat.<br> <input type="radio" name="q15" value="bundled loosely together with steel strapping.">bundled loosely together with steel strapping.<br> <input type="radio" name="q15" value="labeled "NON-Flammable Gas"">labeled "NON-Flammable Gas"<br> <p>  16. You are transporting hazardous materials. When you are NOT behind the wheel, the shipping papers must be on the drivers seat, or:<br> <input type="radio" name="q16" value="in the drivers door pouch">in the drivers door pouch<br> <input type="radio" name="q16" value="on your person">on your person<br> <input type="radio" name="q16" value="on the dashboard in clear view">on the dashboard in clear view<br> <p>  17. When are you allowed to move an improperly placarded vehicle carrying hazardous materials?<br> <input type="radio" name="q17" value="Never">Never<br> <input type="radio" name="q17" value="During an emergency, in an order to protect life and property.">During an emergency, in an order to protect life and property.<br> <input type="radio" name="q17" value="If the amount of material is 1,001lbs or more">If the amount of material is 1,001lbs or more<br> <p>  18. Shipments are placarded based on the:<br> <input type="radio" name="q18" value="distance and route traveled">distance and route traveled<br> <input type="radio" name="q18" value="populations along the route.">populations along the route.<br> <input type="radio" name="q18" value="quantity and the hazard class of the materials being transported.">quantity and the hazard class of the materials being transported.<br> <p>  19. The basic description of a hazardous material includes the hazard class, the identification number; and the proper shipping name. Which one must appear first on the shipping paper?<br> <input type="radio" name="q19" value="The hazard class">The hazard class<br> <input type="radio" name="q19" value="The proper shipping name">The proper shipping name<br> <input type="radio" name="q19" value="The identification number">The identification number<br> <p>  20. The shipper of hazardous wastes:<br> <input type="radio" name="q20" value="is not responsible for supplying emergency response information to the carrier">is not responsible for supplying emergency response information to the carrier<br> <input type="radio" name="q20" value="can use a hazard class ID number to describe non-hazardous waste">can use a hazard class ID number to describe non-hazardous waste<br> <input type="radio" name="q20" value="may have to put the word WASTE before the proper shipping name of the material on the shipping paper">may have to put the word WASTE before the proper shipping name of the material on the shipping paper<br> <p>  21. To stop for railroad tracks, you should stop ____ and ____ feet before the nearest track. <br> <input type="radio" name="q21" value="5 and 20">5 and 20<br> <input type="radio" name="q21" value="10 and 35">10 and 35<br> <input type="radio" name="q21" value="15 and 50">15 and 50<br> <p>  22. The total transport index of all radioactive materials packages in a single vehicle must not exceed.<br> <input type="radio" name="q22" value="5">5<br> <input type="radio" name="q22" value="10">10<br> <input type="radio" name="q22" value="50">50<br> <p>  23. Carriers must give each driver who transports explosives 1.1 or 1.2;<br> <input type="radio" name="q23" value="an extra fire bottle.">an extra fire bottle.<br> <input type="radio" name="q23" value="a copy of FMCS part 397">a copy of FMCS part 397<br> <input type="radio" name="q23" value="a list of rest stops the driver may use">a list of rest stops the driver may use<br> <p>  24. If flammable solid or oxidizing materials are spilled, you should:<br> <input type="radio" name="q24" value="warn others of the fire hazard">warn others of the fire hazard<br> <input type="radio" name="q24" value="open any smoldering packages and remove them from the truck">open any smoldering packages and remove them from the truck<br> <input type="radio" name="q24" value="never remove them from the vehicle">never remove them from the vehicle<br> <p>  25. The shipping name may be abbreviated in the basic description of hazardous materials only if:<br> <input type="radio" name="q25" value="there is not enough room on the shipping paper to fully write out all the entries.">there is not enough room on the shipping paper to fully write out all the entries.<br> <input type="radio" name="q25" value="the amount of material being transferred is not a reportable quantity">the amount of material being transferred is not a reportable quantity<br> <input type="radio" name="q25" value="it is specifically authorized in the hazardous materials in regulations">it is specifically authorized in the hazardous materials in regulations<br> <p>  26. If a hazardous material spilled, carriers must file detailed reports to the National Response Center within _____ days.<br> <input type="radio" name="q26" value="15">15<br> <input type="radio" name="q26" value="30">30<br> <input type="radio" name="q26" value="45">45<br> <p>  27. Shipping papers:<br> <input type="radio" name="q27" value="describe the hazardous materials being transported">describe the hazardous materials being transported<br> <input type="radio" name="q27" value="are only required for materials shipped in amounts of 1001 pounds or more">are only required for materials shipped in amounts of 1001 pounds or more<br> <input type="radio" name="q27" value="must be kept with the cargo">must be kept with the cargo<br> <p>  28. Explosives 1.1 must NOT be transported in a combination vehicle if it includes:<br> <input type="radio" name="q28" value="two or more trailers">two or more trailers<br> <input type="radio" name="q28" value="a placarded cargo tank">a placarded cargo tank<br> <input type="radio" name="q28" value="a vehicle carrying food stuffs">a vehicle carrying food stuffs<br> <p>  29. A hazard class name or ID number may NOT be used to describe a:<br> <input type="radio" name="q29" value="non-hazardous material">non-hazardous material<br> <input type="radio" name="q29" value="reportable quantity of a hazardous substance">reportable quantity of a hazardous substance<br> <input type="radio" name="q29" value="hazardous material">hazardous material<br> <p>  30. Who is responsible for safely transporting a hazardous material shipment without delay and keeping the shipping papers in the right place.<br> <input type="radio" name="q30" value="The driver">The driver<br> <input type="radio" name="q30" value="The carrier">The carrier<br> <input type="radio" name="q30" value="the shipper">the shipper<br> <p>  31. Cylinders containing compressed gases may only be loaded onto a vehicle if the cylinders are:<br> <input type="radio" name="q31" value="loaded upright or braced laying down flat">loaded upright or braced laying down flat<br> <input type="radio" name="q31" value="bundled loosely together with steel wrapping">bundled loosely together with steel wrapping<br> <input type="radio" name="q31" value="labeled "Non-Flammable" gas">labeled "Non-Flammable" gas<br> <p>  32. The National Response Center:<br> <input type="radio" name="q32" value="must inspect any truck or bus that is involved in a hazardous materials accident.">must inspect any truck or bus that is involved in a hazardous materials accident.<br> <input type="radio" name="q32" value="helps coordinate emergency response to chemicals hazards">helps coordinate emergency response to chemicals hazards<br> <input type="radio" name="q32" value="checks that the shipper has properly labeled all hazardous materials">checks that the shipper has properly labeled all hazardous materials<br> <p>  33. Which signals may be used to warn of a stopped vehicle which contains explosives?<br> <input type="radio" name="q33" value="Signal fires">Signal fires<br> <input type="radio" name="q33" value="Reflective triangles">Reflective triangles<br> <input type="radio" name="q33" value="Flares">Flares<br> <p>  34. If you have a hazardous materials fire on the road, you should:<br> <input type="radio" name="q34" value="not attempt to control the fire">not attempt to control the fire<br> <input type="radio" name="q34" value="remove all burning material">remove all burning material<br> <input type="radio" name="q34" value="open the cargo doors">open the cargo doors<br> <p>  35. You find an overheated tire during an enroute insdpection. If you are hauling hazardous materials, you must:<br> <input type="radio" name="q35" value="remove the tire and place it a safe distance from the vehicle">remove the tire and place it a safe distance from the vehicle<br> <input type="radio" name="q35" value="cool the tire, then check it every 2 hours">cool the tire, then check it every 2 hours<br> <input type="radio" name="q35" value="wait at least 2 hours before continuing the trip">wait at least 2 hours before continuing the trip<br> <p>  36. When loading or unloading any explosive:<br> <input type="radio" name="q36" value="cargo hooks must be non-ferrous to prevent sparks">cargo hooks must be non-ferrous to prevent sparks<br> <input type="radio" name="q36" value="damaged packages must be placed on top of the stack">damaged packages must be placed on top of the stack<br> <input type="radio" name="q36" value="never use any cargo hooks or metal tools">never use any cargo hooks or metal tools<br> <p>  37. Which of these contains the information you need in order to determine which placards to use?<br> <input type="radio" name="q37" value="The Gross Vehicle Weight rating of your truck, the hazard class of the materials, and the distance the materials will be shipped">The Gross Vehicle Weight rating of your truck, the hazard class of the materials, and the distance the materials will be shipped<br> <input type="radio" name="q37" value="The hazard class of the materials and the amount of hazardous materials in your truck">The hazard class of the materials and the amount of hazardous materials in your truck<br> <input type="radio" name="q37" value="The amount of materials shipped, whether the materials are designated for domestic or international travel, and the shipper's certification">The amount of materials shipped, whether the materials are designated for domestic or international travel, and the shipper's certification<br> <p>  38. A vehicle placarded for hazardous materials must have placards on _____ sides.<br> <input type="radio" name="q38" value="2">2<br> <input type="radio" name="q38" value="3">3<br> <input type="radio" name="q38" value="4">4<br> <p>  39. A driver who transports route-controlled radioactive material must have special training by the carrier within the last _____ year (s)<br> <input type="radio" name="q39" value="1">1<br> <input type="radio" name="q39" value="2">2<br> <input type="radio" name="q39" value="4">4<br> <p>  40. If you must leave a placarded vehicle on the public roadway:<br> <input type="radio" name="q40" value="you must be sure both the cab and the cargo area are locked and the brakes set">you must be sure both the cab and the cargo area are locked and the brakes set<br> <input type="radio" name="q40" value="it will be safe if you use proper fuses or flares to mark the stopped vehicle">it will be safe if you use proper fuses or flares to mark the stopped vehicle<br> <input type="radio" name="q40" value="it must be watched by a qualified person who will comply with all requirements">it must be watched by a qualified person who will comply with all requirements<br> <p>  41. Whenever your vehicle is placarded, do not drive near open fire unless you: <br> <input type="radio" name="q41" value="can safely pass the fire without stopping">can safely pass the fire without stopping<br> <input type="radio" name="q41" value="have LTL of a non flammable material">have LTL of a non flammable material<br> <input type="radio" name="q41" value="have an enclosed cargo compartment">have an enclosed cargo compartment<br> <p>  42. If the words INHALATION HAZARD are on the shipping paper or package, you must:<br> <input type="radio" name="q42" value="substitute DANGEROUS placards when the amount carried is more than 1001lbs">substitute DANGEROUS placards when the amount carried is more than 1001lbs<br> <input type="radio" name="q42" value="display POISON placards in addition to any other needed placards">display POISON placards in addition to any other needed placards<br> <input type="radio" name="q42" value="not carry more than 2000 lbs of that substance">not carry more than 2000 lbs of that substance<br> <p>  43. The transport index of a radioactive material:<br> <input type="radio" name="q43" value="is another way of writing the weight of the package">is another way of writing the weight of the package<br> <input type="radio" name="q43" value="tells the degree of control needed during transportation">tells the degree of control needed during transportation<br> <input type="radio" name="q43" value="lets the ERT ignore the ID number on the placard">lets the ERT ignore the ID number on the placard<br> <p>  44. Who is responsible for finding out what permits or special routes you will need to haul hazardous materials?<br> <input type="radio" name="q44" value="the driver">the driver<br> <input type="radio" name="q44" value="the carrier">the carrier<br> <input type="radio" name="q44" value="the shipper">the shipper<br> <p>  45. When hauling hazardous materials, you must stop your vehicle and check any dual tires at least once every ______, whichever is less.<br> <input type="radio" name="q45" value="2 hours or 80 miles">2 hours or 80 miles<br> <input type="radio" name="q45" value="2 hours or 100 miles">2 hours or 100 miles<br> <input type="radio" name="q45" value="3 hours or 150 miles">3 hours or 150 miles<br> <p>  46. IF the symbol "D" appears in column 1 of the Hazardous Materials Table (Sect. 172.101) then the proper shipping name of the hazardous material is:<br> <input type="radio" name="q46" value="subject to HMR only when transported by water unless it is a hazardous substance, hazardous waste, or marine pollutant.">subject to HMR only when transported by water unless it is a hazardous substance, hazardous waste, or marine pollutant.<br> <input type="radio" name="q46" value="appropriate for describing materials for international transportation, but may not be appropriate for domestic transportation">appropriate for describing materials for international transportation, but may not be appropriate for domestic transportation<br> <input type="radio" name="q46" value="appropriate for describing materials for domestic transportation, but may not be appropriate for international transportation">appropriate for describing materials for domestic transportation, but may not be appropriate for international transportation<br> <p>  47. Who is responsible for providing emergency response information to the motor carrier for each hazardous material being shipped?<br> <input type="radio" name="q47" value="National Response Center">National Response Center<br> <input type="radio" name="q47" value="The shipper">The shipper<br> <input type="radio" name="q47" value="The driver">The driver<br> <p>  48. If the word "Forbidden" appears in the hazard class column of an entry in the hazardous materials table:<br> <input type="radio" name="q48" value="the carrier may not open the package or container">the carrier may not open the package or container<br> <input type="radio" name="q48" value="the common carrier must never transport the material">the common carrier must never transport the material<br> <input type="radio" name="q48" value="the shipment of that material must never be larger than the RQ">the shipment of that material must never be larger than the RQ<br> <p>  49. A flammable liquid can be transported from one tanker to another on a public roadway if:<br> <input type="radio" name="q49" value="it is an emergency situation">it is an emergency situation<br> <input type="radio" name="q49" value="it is an off peak traffic period">it is an off peak traffic period<br> <input type="radio" name="q49" value="You should never transfer a flammable liquid from one tanker to another on a public roadway">You should never transfer a flammable liquid from one tanker to another on a public roadway<br> <p>  50. Generally, the ________ must certify on the shipping paper that the shipment has been prepared in the correct manner:<br> <input type="radio" name="q50" value="shipper">shipper<br> <input type="radio" name="q50" value="carrier">carrier<br> <input type="radio" name="q50" value="driver">driver<br> <p>  51. Animal and human foodstuffs should not be loaded in the same vehicle with:<br> <input type="radio" name="q51" value="explosives">explosives<br> <input type="radio" name="q51" value="oxidizers">oxidizers<br> <input type="radio" name="q51" value="poisons">poisons<br> <p>  52. You may not park a vehicle carrying hazardous materials within _________ feet of an open fire.<br> <input type="radio" name="q52" value="300">300<br> <input type="radio" name="q52" value="400">400<br> <input type="radio" name="q52" value="500">500<br> <p>  53. When carrying explosives and you have a breakdown or a crash:<br> <input type="radio" name="q53" value="leave the vehicle and go for help">leave the vehicle and go for help<br> <input type="radio" name="q53" value="do no allow smoking or fire near the vehicle">do no allow smoking or fire near the vehicle<br> <input type="radio" name="q53" value="immediately open and inspect the cargo">immediately open and inspect the cargo<br> <p>  54. Smoking is prohibited when loading or unloading which of the following:<br> <input type="radio" name="q54" value="Class 8 (corrosives)">Class 8 (corrosives)<br> <input type="radio" name="q54" value="Division 6.1 (poisons)">Division 6.1 (poisons)<br> <input type="radio" name="q54" value="Class 5 (oxidizers)">Class 5 (oxidizers)<br> <p>  55. Which of these placards must be displayed whenever any amount of that material is transported><br> <input type="radio" name="q55" value="Poison gas">Poison gas<br> <input type="radio" name="q55" value="Corrosive">Corrosive<br> <input type="radio" name="q55" value="Flammable">Flammable<br> <p>  56. Who is responsible for packaging, labeling, and preparing the hazardous material shipping papers for a common carrier?<br> <input type="radio" name="q56" value="The shipper">The shipper<br> <input type="radio" name="q56" value="The carrier">The carrier<br> <input type="radio" name="q56" value="The driver">The driver<br> <p>  57. an "X" in the HM column if a shipping paper entry means that:<br> <input type="radio" name="q57" value="the material is not a Hazardous Material">the material is not a Hazardous Material<br> <input type="radio" name="q57" value="this is an exception to the Hazardous Materials regulations">this is an exception to the Hazardous Materials regulations<br> <input type="radio" name="q57" value="the entry is for a Hazardous Material">the entry is for a Hazardous Material<br> <p>  58. Shipping names that are shown in italics in the hazardous material tables:<br> <input type="radio" name="q58" value="require extreme caution when handling these materials">require extreme caution when handling these materials<br> <input type="radio" name="q58" value="are "Forbidden" materials">are "Forbidden" materials<br> <input type="radio" name="q58" value="are not proper shipping names">are not proper shipping names<br> <p>  59. The total transport index of all radioactive materials packages in a single vehicle must not exceed_______<br> <input type="radio" name="q59" value="5">5<br> <input type="radio" name="q59" value="10">10<br> <input type="radio" name="q59" value="50">50<br> <p>  60. Explosives 1.1 must NOT be transported in a single transport vehicle that includes:<br> <input type="radio" name="q60" value="materials that are classified as ORM-D">materials that are classified as ORM-D<br> <input type="radio" name="q60" value="a cargo tank that is NOT equipped with baffles">a cargo tank that is NOT equipped with baffles<br> <input type="radio" name="q60" value="class 7 (radioactive) materials">class 7 (radioactive) materials<br> <p>  61. When there is a hazardous materials emergency, you should:<br> <input type="radio" name="q61" value="spread the material as widely as possible to dilute its effects">spread the material as widely as possible to dilute its effects<br> <input type="radio" name="q61" value="take the shopping papers and go immediately to seek help">take the shopping papers and go immediately to seek help<br> <input type="radio" name="q61" value="take the appropriate steps to protect yourself and the public">take the appropriate steps to protect yourself and the public<br> <p>  62. If safety requires an emergency transfer of Division 1.1,1.2, or 1.3 explosives, it is best to warn others on the road with:<br> <input type="radio" name="q62" value="red warning reflector triangles">red warning reflector triangles<br> <input type="radio" name="q62" value="flares">flares<br> <input type="radio" name="q62" value="the truck's hazard lights">the truck's hazard lights<br> <p>  63. When fueling a placarded vehicle, someone must always be:<br> <input type="radio" name="q63" value="at the nozzle, controlling the fuel flow">at the nozzle, controlling the fuel flow<br> <input type="radio" name="q63" value="within 10 feet of the pump with a fire extinguisher">within 10 feet of the pump with a fire extinguisher<br> <input type="radio" name="q63" value="at the emergency power shut-off for the pump">at the emergency power shut-off for the pump<br> <p>  64. You are hauling hazardous materials and you find out that one of your tires is leaking. You must:<br> <input type="radio" name="q64" value="continue at a reduced speed, and check that tire every 25 miles">continue at a reduced speed, and check that tire every 25 miles<br> <input type="radio" name="q64" value="stop at the nearest safe place and fix it">stop at the nearest safe place and fix it<br> <input type="radio" name="q64" value="report it immediately to your carrier">report it immediately to your carrier<br> <p>  65. You are hauling hazardous material into a cargo tank. What must you do before you move the vehicle?<br> <input type="radio" name="q65" value="Call CHEMTREC by phone and tell them where you are going">Call CHEMTREC by phone and tell them where you are going<br> <input type="radio" name="q65" value="Have the loading observers sign off on the shipping papers">Have the loading observers sign off on the shipping papers<br> <input type="radio" name="q65" value="Close all manholes and valves, be sure they are free of leaks">Close all manholes and valves, be sure they are free of leaks<br> <p>  66. The intent of the Hazardous Materials regulations has three parts: 1)to ensure safe drivers and equipment; 2)to contain the material; 3)<br> <input type="radio" name="q66" value="to communicate the risk">to communicate the risk<br> <input type="radio" name="q66" value="to allow state enforcement">to allow state enforcement<br> <input type="radio" name="q66" value="to move shipments smoothly across state lines">to move shipments smoothly across state lines<br> <p>  67. Explosives 1.1 must NOT be transported in a single transport vehicle that includes:<br> <input type="radio" name="q67" value="materials that are classified as ORM-D">materials that are classified as ORM-D<br> <input type="radio" name="q67" value="a cargo tank that is NOT equipped with baffles">a cargo tank that is NOT equipped with baffles<br> <input type="radio" name="q67" value="class 7 (radioactive) materials">class 7 (radioactive) materials<br> <p>  68. With most hazardous materials, you may park within 5 feet of the roadway briefly, if your work requires it. the materials which are the EXCEPTION and do not allow parking near roads are:<br> <input type="radio" name="q68" value="explosives 1.1 and 1.2">explosives 1.1 and 1.2<br> <input type="radio" name="q68" value="acids and poisons">acids and poisons<br> <input type="radio" name="q68" value="ORM C, D, and E">ORM C, D, and E<br> <p>  69. There are two lists that drivers, shippers, and carriers use to find out if a material is a regulated product. One of these lists is the:<br> <input type="radio" name="q69" value="List of Hazardous Substances and Reportable Quantities ">List of Hazardous Substances and Reportable Quantities <br> <input type="radio" name="q69" value="EPA Dangerous Materials Table">EPA Dangerous Materials Table<br> <input type="radio" name="q69" value="Department of Transportation Hazard Chart">Department of Transportation Hazard Chart<br> <p>  70. When you discover a hazardous materials cargo leak:<br> <input type="radio" name="q70" value="use your sense of smell to identify the material, do not touch it">use your sense of smell to identify the material, do not touch it<br> <input type="radio" name="q70" value="identify the hazardous material">identify the hazardous material<br> <input type="radio" name="q70" value="immediately remove all leaking packages from the vehicle">immediately remove all leaking packages from the vehicle<br> <p>  71. A railroad crossing is ahead of you and you are hauling hazardous material. When you stop for the crossing, you can stop as far away as _________ feet from the nearest rail.<br> <input type="radio" name="q71" value="25">25<br> <input type="radio" name="q71" value="50">50<br> <input type="radio" name="q71" value="100">100<br> <p>  72. A vehicle contains 500 pounds of each explosives 1.1 and 1.2. You must use:<br> <input type="radio" name="q72" value=""Explosives 1.1" placards">"Explosives 1.1" placards<br> <input type="radio" name="q72" value=""Dangerous" placards">"Dangerous" placards<br> <input type="radio" name="q72" value=""Explosives" and "Dangerous" placards">"Explosives" and "Dangerous" placards<br> <p>  73. Nitric acid (Class 8) may only be carried with other hazardous materials if it is loaded not more the two tiers high and:<br> <input type="radio" name="q73" value=" the quantity of one of the other materials is not 1001lbs or more"> the quantity of one of the other materials is not 1001lbs or more<br> <input type="radio" name="q73" value="it has a transport index of less than 1.1">it has a transport index of less than 1.1<br> <input type="radio" name="q73" value="it is NOT loaded above any other material">it is NOT loaded above any other material<br> <p>  74. You are behind the wheel of a truck carrying a hazardous material shipment. the shipping papers must be in a pouch on the drivers side door or in:<br> <input type="radio" name="q74" value="clear view within your reach">clear view within your reach<br> <input type="radio" name="q74" value="the truck's glove compartment">the truck's glove compartment<br> <input type="radio" name="q74" value="a pouch inside of the trailer door">a pouch inside of the trailer door<br> <p>  75. Which of the following must drivers have in their possession while transporting explosives 1.1 or 1.2?<br> <input type="radio" name="q75" value="The written route plan">The written route plan<br> <input type="radio" name="q75" value="The carriers insurance policy">The carriers insurance policy<br> <input type="radio" name="q75" value="Extra hazardous materials labels">Extra hazardous materials labels<br> <p>  76. Which of these placards must be displayed whenever any amount of that material is being transported?<br> <input type="radio" name="q76" value="Poison gas">Poison gas<br> <input type="radio" name="q76" value="Corrosive">Corrosive<br> <input type="radio" name="q76" value="Flammable">Flammable<br> <p>  77. The symbol "A" appearing in column 1 of the Hazardous Materials Table(Sect 172.101) means that the hazardous material is:<br> <input type="radio" name="q77" value="subject to hazardous materials rules only when transported by air(unless hazardous substance or waste)">subject to hazardous materials rules only when transported by air(unless hazardous substance or waste)<br> <input type="radio" name="q77" value="extremely harmful to marine life">extremely harmful to marine life<br> <input type="radio" name="q77" value="only a reportable quantity if 100 or more pounds spilled">only a reportable quantity if 100 or more pounds spilled<br> <p>  78. Shippers must put _______ shaped hazard warning labels on most hazardous materials packages<br> <input type="radio" name="q78" value="oval">oval<br> <input type="radio" name="q78" value="diamond">diamond<br> <input type="radio" name="q78" value="square">square<br> <p>  79. When shippers package hazardous materials, they must certify that this was done according to the regulations. the only exception is when:<br> <input type="radio" name="q79" value="the shipment is hazardous waste">the shipment is hazardous waste<br> <input type="radio" name="q79" value="the driver is given a sealed cargo compartment">the driver is given a sealed cargo compartment<br> <input type="radio" name="q79" value="the shipper is a private carrier carrying their own product">the shipper is a private carrier carrying their own product<br> <p>  80. You should stop before a railroad grade if your vehicle is carrying ________ of chlorine.<br> <input type="radio" name="q80" value="110 gallons">110 gallons<br> <input type="radio" name="q80" value="100 gallons">100 gallons<br> <input type="radio" name="q80" value="any amount">any amount<br> <p>  81. Your vehicle contains explosives, oxidizers, or flammables. No one may smoke within ______ feet of the vehicle.<br> <input type="radio" name="q81" value="15">15<br> <input type="radio" name="q81" value="25">25<br> <input type="radio" name="q81" value="50">50<br> <p>  82. When handling packages of explosives, you must:<br> <input type="radio" name="q82" value="keep bystanders 100 feet away">keep bystanders 100 feet away<br> <input type="radio" name="q82" value="roll the packages carefully, with no sharp or jarring actions">roll the packages carefully, with no sharp or jarring actions<br> <input type="radio" name="q82" value="never use hooks or other metal tools">never use hooks or other metal tools<br> <p>  83. If there is an "RQ" before or after the item description on the shipping paper, it means the:<br> <input type="radio" name="q83" value="material is in a package containing no other materials">material is in a package containing no other materials<br> <input type="radio" name="q83" value="carrier must report a spill of this material">carrier must report a spill of this material<br> <input type="radio" name="q83" value="weight column may be blank">weight column may be blank<br> <p>  84. If you must leave a placarded vehicle on a public roadway:<br> <input type="radio" name="q84" value="You must be sure both the cab and cargo area are locked and the brakes are set">You must be sure both the cab and cargo area are locked and the brakes are set<br> <input type="radio" name="q84" value="it will be safe if you use proper fuses or flares to mark the stopped vehicle">it will be safe if you use proper fuses or flares to mark the stopped vehicle<br> <input type="radio" name="q84" value="it must be watched by a qualified person who will comply with all requirements">it must be watched by a qualified person who will comply with all requirements<br> <p>  85. If your truck is transporting a Class/Division ________ hazardous material, it must only be placarded if carrying 1001lbs of material<br> <input type="radio" name="q85" value="4.3">4.3<br> <input type="radio" name="q85" value="2.3">2.3<br> <input type="radio" name="q85" value="8">8<br> <p>  86. The Chemical Transportation Emergency Center (CHEMTREC)<br> <input type="radio" name="q86" value="provides personnel and equipment to clean up hazardous materials and spills">provides personnel and equipment to clean up hazardous materials and spills<br> <input type="radio" name="q86" value="provides technical information about the physical properties of hazardous materials">provides technical information about the physical properties of hazardous materials<br> <input type="radio" name="q86" value="coordinates the actions of both federal and local authorities in response to chemical hazards">coordinates the actions of both federal and local authorities in response to chemical hazards<br> <p>  87. If you are loading or unloading any type of explosives, you must be sure that the:<br> <input type="radio" name="q87" value="heater fuel tanks are completely full">heater fuel tanks are completely full<br> <input type="radio" name="q87" value="engine is idling">engine is idling<br> <input type="radio" name="q87" value="cargo heaters have been disabled">cargo heaters have been disabled<br> <p>  88. The quantity of the hazardous material being transported must appear on the shipping paper:<br> <input type="radio" name="q88" value="if the amount is a reportable quantity">if the amount is a reportable quantity<br> <input type="radio" name="q88" value="at all times">at all times<br> <input type="radio" name="q88" value="if it exceeds 10lbs">if it exceeds 10lbs<br> <p>  89. The total transport index of all radioactive materials packages in a single vehicle must not exceed:<br> <input type="radio" name="q89" value="5">5<br> <input type="radio" name="q89" value="10">10<br> <input type="radio" name="q89" value="50">50<br> <p>  90. The hazard class of a two liter bottle of material is "Flammable Liquid". If the description also says "poison inhalation hazard" you should:<br> <input type="radio" name="q90" value="placard the vehicle "POISON" only if no other cargo requires it.">placard the vehicle "POISON" only if no other cargo requires it.<br> <input type="radio" name="q90" value="placard the vehicle with both the "POISON" and hazard class placards">placard the vehicle with both the "POISON" and hazard class placards<br> <input type="radio" name="q90" value="placard the vehicle "POISON" and remove all other placards">placard the vehicle "POISON" and remove all other placards<br> <p>  <input type="button" value="Get score" onClick="getScore(this.form)"> <input type="reset" value="Clear"><p> Score = <input type=text size=15 name="percentage"><br> Correct answers:<br> <textarea name="solutions" wrap="virtual" rows="4" cols="40"></textarea> </form>  </body></html>