Fire Prevention and Fire Fighting Exit Exam MCQ's
max-width: 600px;
margin: auto;
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: none;
}
.question-container.active {
display: block;
}
.question-container h2 {
font-size: 24px;
}
.answers {
list-style: none;
padding: 0;
}
.answers li {
margin: 10px 0;
}
.answers li input {
display: none;
}
.answers li label {
display: block;
padding: 10px;
background-color: #f4f4f4;
border-radius: 5px;
cursor: pointer;
border: 1px solid transparent;
transition: background-color 0.3s, border 0.3s;
}
.answers li.correct label {
background-color: #d4edda;
border-color: #28a745;
color: #155724;
}
.answers li.incorrect label {
background-color: #f8d7da;
border-color: #dc3545;
color: #721c24;
}
.buttons {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.buttons button {
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
}
.buttons button:hover {
background-color: #0056b3;
}
</style>
Question 31: A class - D Fire would involve the burning of:
<div id="q32" class="question-container">
<h2>Question 32: Cooling is the method of fire fighting by limitation of:</h2>
<ul class="answers">
<li><input type="radio" id="q32a" name="q32"><label for="q32a">A) Molecular Chain reaction</label></li>
<li><input type="radio" id="q32b" name="q32" data-correct="true"><label for="q32b">B) Temperature</label></li>
<li><input type="radio" id="q32c" name="q32"><label for="q32c">C) Fuel</label></li>
<li><input type="radio" id="q32d" name="q32"><label for="q32d">D) Air</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q33" class="question-container">
<h2>Question 33: Which of the following fuels has the lowest flash point?</h2>
<ul class="answers">
<li><input type="radio" id="q33a" name="q33"><label for="q33a">A) Candle Wax</label></li>
<li><input type="radio" id="q33b" name="q33" data-correct="true"><label for="q33b">B) Kerosene</label></li>
<li><input type="radio" id="q33c" name="q33"><label for="q33c">C) Coal</label></li>
<li><input type="radio" id="q33d" name="q33"><label for="q33d">D) Diesel Fuel</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q34" class="question-container">
<h2>Question 34: Which ship shall be provided with International Shore Connection for supply of water as Extinguishing agent?</h2>
<ul class="answers">
<li><input type="radio" id="q34a" name="q34"><label for="q34a">A) Tanker</label></li>
<li><input type="radio" id="q34b" name="q34" data-correct="true"><label for="q34b">B) All ship of 500 GT and above</label></li>
<li><input type="radio" id="q34c" name="q34"><label for="q34c">C) Passenger ship carrying more than 500 person</label></li>
<li><input type="radio" id="q34d" name="q34"><label for="q34d">D) Passenger ship of 1000 person and above</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q35" class="question-container">
<h2>Question 35: The basic fire theory says that a fire needs 4 main elements in order to start: Heat, Fuel, Oxygen and ____?</h2>
<ul class="answers">
<li><input type="radio" id="q35a" name="q35"><label for="q35a">A) Hydrogen Sulphide</label></li>
<li><input type="radio" id="q35b" name="q35"><label for="q35b">B) Carbon-dioxide</label></li>
<li><input type="radio" id="q35c" name="q35" data-correct="true"><label for="q35c">C) A chain reaction</label></li>
<li><input type="radio" id="q35d" name="q35"><label for="q35d">D) Benzene</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q36" class="question-container">
<h2>Question 36: Putting fire out by removing fuel is called inhibition.</h2>
<ul class="answers">
<li><input type="radio" id="q36a" name="q36"><label for="q36a">A) True</label></li>
<li><input type="radio" id="q36b" name="q36" data-correct="true"><label for="q36b">B) False</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q37" class="question-container">
<h2>Question 37: The letters A, B and C on the portable fire extinguisher represent what?</h2>
<ul class="answers">
<li><input type="radio" id="q37a" name="q37"><label for="q37a">A) How much chemical it holds</label></li>
<li><input type="radio" id="q37b" name="q37"><label for="q37b">B) The first 3 letters of the extinguisher</label></li>
<li><input type="radio" id="q37c" name="q37" data-correct="true"><label for="q37c">C) Type of fire on which it can be used</label></li>
<li><input type="radio" id="q37d" name="q37"><label for="q37d">D) None of the above</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q38" class="question-container">
<h2>Question 38: Fire Plan tells what action to take in emergency situation by?</h2>
<ul class="answers">
<li><input type="radio" id="q38a" name="q38" data-correct="true"><label for="q38a">A) The shore fire man</label></li>
<li><input type="radio" id="q38b" name="q38"><label for="q38b">B) The crew</label></li>
<li><input type="radio" id="q38c" name="q38"><label for="q38c">C) The Paramedics</label></li>
<li><input type="radio" id="q38d" name="q38"><label for="q38d">D) None of the above</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q39" class="question-container">
<h2>Question 39: Class K fire involves high fatty oils?</h2>
<ul class="answers">
<li><input type="radio" id="q39a" name="q39" data-correct="true"><label for="q39a">A) True</label></li>
<li><input type="radio" id="q39b" name="q39"><label for="q39b">B) False</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q40" class="question-container">
<h2>Question 40: Hazard in Accommodation?</h2>
<ul class="answers">
<li><input type="radio" id="q40a" name="q40"><label for="q40a">A) Furnishing and Personal effects</label></li>
<li><input type="radio" id="q40b" name="q40"><label for="q40b">B) Cigarette smoking</label></li>
<li><input type="radio" id="q40c" name="q40"><label for="q40c">C) Defective electrical connection</label></li>
<li><input type="radio" id="q40d" name="q40" data-correct="true"><label for="q40d">D) All of the above</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q41" class="question-container">
<h2>Question 41: Fire Patrol to be done on Passenger vessels carrying more than 36 passengers?</h2>
<ul class="answers">
<li><input type="radio" id="q41a" name="q41" data-correct="true"><label for="q41a">A) True</label></li>
<li><input type="radio" id="q41b" name="q41"><label for="q41b">B) False</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q42" class="question-container">
<h2>Question 42: Electricity switch board fire with power on, what type of extinguisher to be used?</h2>
<ul class="answers">
<li><input type="radio" id="q42a" name="q42"><label for="q42a">A) DCP</label></li>
<li><input type="radio" id="q42b" name="q42"><label for="q42b">B) Water</label></li>
<li><input type="radio" id="q42c" name="q42"><label for="q42c">C) Foam</label></li>
<li><input type="radio" id="q42d" name="q42" data-correct="true"><label for="q42d">D) Carbon-dioxide</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q43" class="question-container">
<h2>Question 43: Substances involving wood, plastic and paper are classified as?</h2>
<ul class="answers">
<li><input type="radio" id="q43a" name="q43" data-correct="true"><label for="q43a">A) Class A fire</label></li>
<li><input type="radio" id="q43b" name="q43"><label for="q43b">B) Class B fire</label></li>
<li><input type="radio" id="q43c" name="q43"><label for="q43c">C) Class C fire</label></li>
<li><input type="radio" id="q43d" name="q43"><label for="q43d">D) Class D fire</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q44" class="question-container">
<h2>Question 44: Fire is the process of combustion accompanied by the rapid release of heat and ____?</h2>
<ul class="answers">
<li><input type="radio" id="q44a" name="q44" data-correct="true"><label for="q44a">A) Light</label></li>
<li><input type="radio" id="q44b" name="q44"><label for="q44b">B) Energy</label></li>
<li><input type="radio" id="q44c" name="q44"><label for="q44c">C) Destruction</label></li>
<li><input type="radio" id="q44d" name="q44"><label for="q44d">D) None of the above</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q45" class="question-container">
<h2>Question 45: On fires involving burning liquids which of the extinguisher is considered most effective?</h2>
<ul class="answers">
<li><input type="radio" id="q45a" name="q45"><label for="q45a">A) Water</label></li>
<li><input type="radio" id="q45b" name="q45" data-correct="true"><label for="q45b">B) Foam</label></li>
<li><input type="radio" id="q45c" name="q45"><label for="q45c">C) DCP</label></li>
<li><input type="radio" id="q45d" name="q45"><label for="q45d">D) CO2</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q46" class="question-container">
<h2>Question 46: Portable extinguisher should not be more than 13 kg.</h2>
<ul class="answers">
<li><input type="radio" id="q46a" name="q46"><label for="q46a">A) True</label></li>
<li><input type="radio" id="q46b" name="q46" data-correct="true"><label for="q46b">B) False</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
</div>
<div id="q47" class="question-container">
<h2>Question 47: Fire tends to start in a switchboard due to short circuit, this is which class fire?</h2>
<ul class="answers">
<li><input type="radio" id="q47a" name="q47"><label for="q47a">A) Class A</label></li>
<li><input type="radio" id="q47b" name="q47"><label for="q47b">B) Class B</label></li>
<li><input type="radio" id="q47c" name="q47" data-correct="true"><label for="q47c">C) Class C</label></li>
<li><input type="radio" id="q47d" name="q47"><label for="q47d">D) Class D</label></li>
</ul>
<div class="buttons">
<button onclick="previousQuestion()">« Previous</button>
<button onclick="nextQuestion()">Next »</button>
</div>
Question 48: Firefighter should come back from the area,
Question 49: If restricted visibility encountered in an accommodation fire, you would
Question 50: What is the important characteristic of the extinguishing agent in fighting a class C fire?
Question 51: Foam tends to extinguish fire by
Question 52: What is your first action on seeing fire?
Question 53: What is the color coding of portable DCP type extinguisher?
Question 54: Fire alarm is...?
Question 55: Which is the best Fire Extinguisher for Electrical Fires?
Question 56: Fire Extinguish system required for propelling machines and diesel-driven motor?
Question 57: Class-B Bulkhead are classified as B15/B0
Question 58: DCP Fixed Fire Fighting system is used in which type of vessel?
Question 59: If passengers are onboard when an Abandon Ship drill is carried out, they should_____?
Question 60: Which statement about firefighting foam is true?