Which statement best describes a principle of risk assessment and management?
Select the primary function of a Residual Current Device (RCD).
You have arrived at a building site to pick up some equipment. There is a sign at the entrance indicating that asbestos removal is in progress. You will only be onsite for about 5 minutes. Select the action you must take.
Si le coût d’un projet est estimé à 60 k€ et que l’entreprise souhaite appliquer une marge de 20 %, quel sera le prix de vente du projet ?
Si un projet coûte 40 k€ et est vendu à 80 k€, quelle est la marge bénéficiaire en pourcentage ?
Quelles sont les meilleures pratiques pour gérer les ressources humaines dans un projet informatique ?
For each work task listed, nominate the appropriate device for working at heights.
A. Standard A-frame ladder
B. Extension ladder
C. EWP (elevated work platform)
D. Scaffold
Select 2 potential health effects of asbestos exposure on the human body.
// <![CDATA[
$(document).ready(function() {
let $total = 0;
$("div.answer input[type=checkbox]").each(function(){
$(this).on('click', function(event) {
if (!$(this).is(":checked")) {
$total = $total - 1;
} else if ($total <= 1) {
$total = $total + 1 ;
} else {
event.preventDefault();
event.stopPropagation();
}
});
});
});
// ]]>