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();
}
});
});
});
// ]]>
Which materials commonly found in the electrotechnology industry might contain asbestos?
Select 2 potential health effects of inhaling crystalline silica dust.
// <![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();
}
});
});
});
// ]]>