-
Notifications
You must be signed in to change notification settings - Fork 0
/
QA32_LGT2018f.html
74 lines (54 loc) · 4.04 KB
/
QA32_LGT2018f.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>QA32_LGT2018</title>
<script src="funçoes.js"></script>
<link rel="stylesheet" href="barrinha.css">
</head>
<body onchange="salvarFormulario('q32')" onload="autofill('q32')">
<p style="text-align: center;"><img src="img/enade.png" alt="Logo do Enade 2018" width="40%"> </p>
<h1><b style= "background-color: rgba(6, 83, 83, 0.562); color: white;" >Simulado on-line do ENADE de Tecnologia em Logística - 2018</b></h1>
<link rel="stylesheet" href="estilo.css">
<section>
<div class="barrinha" style="background: linear-gradient(to right, #4cf24c 0%, #4cf24c 96%, #bcb9b9 96%)"></div>
</section>
<h2>QUESTÃO 32</h2>
<p style="text-align: justify;">Um estudante do Curso Superior de Tecnologia em Logística iniciou seu estágio em uma empresa que atua no setor de fabricação de panelas. Seu primeiro desafio foi levantar dados sobre os custos envolvidos no processo de fabricação de panelas
de pressão, conforme mostrado no quadro a seguir.</p>
<p style="text-align: center;"> <img src="img/tabela.jpg" alt="tabela" width="60%"></p>
<p style="text-align: justify;">Com base nos dados apresentados no quadro, a quantidade de panelas de pressão a ser produzida pela empresa para que atinja um lucro mensal de R$ 20 000,00 é de</p>
<!--E-->
<form action="" method="GET"></form><br>
<p><input type="radio" name="alternativa" value="A" onclick="MudarDePaginaE()"><span>A. 800</span></p>
<p><input type="radio" name="alternativa" value="B" onclick="MudarDePaginaE()" ><span>B. 960</span></p>
<p><input type="radio" name="alternativa" value="C" onclick="MudarDePaginaE()"><span>C. 16 00</span></p>
<p><input type="radio" name="alternativa" value="D" onclick="MudarDePaginaE()" ><span>D. 32 000</span></p>
<p><input type="radio" id="correta" name="alternativa" value="E" onclick="MudarDePaginaC()"><span>E. 48 000</span></p>
<script>
function MudarDePaginaC(){
location.href="QA32_RC_LGT_2018f.html";
}
function MudarDePaginaE(){
location.href= "QA32_RE_LGT_2018f.html";
}
</script>
<p> <a href="QA31_LGT2018f.html" rel = "next" target="_self"> <button style="background-color: rgba(6, 83, 83, 0.562); color: white;" > QUESTÃO 31 </button></a><a href="QA33_LGT2018f.html" rel = "next" target="_self"> <button style="background-color: rgba(6, 83, 83, 0.562); color: white;">QUESTÃO 33 </button></a></p>
<hr>
<p font-size: 13 px;> <a href="Eq5_LGT_2018_RESULTADO.html" rel = "next" target="_self"> <button style="background-color: #a78aff; color: white;" > FINALIZAR </button></a></p>
<br>
<hr>
<p style="text-align: right; font-size: 13px;"><b>Fonte:</b> As questões desse simulado foram obtidas na <a href="http://inep.gov.br/educacao-superior/enade/provas-e-gabaritos">prova</a> disponibilizada no site do <a href="https://www.gov.br/inep/pt-br">INEP</a> - Instituto Nacional de Estudos e Pesquisas Educacionais Anísio Teixeira. </a>
</p>
<p style="text-align: right; font-size: 13px;"><b>Créditos:</b><a href="http://enade.inep.gov.br/enade/#!/index"> Inep - Enade </a> </p>
<p style="text-align: right; font-size: 13px;"><b>Créditos de imagem:</b> ENADE - Tecnologia em Logística, 2018.</p>
</p>
<footer>
<hr>
<p style="text-align: center;"> <a href="http://www.fateccarapicuiba.edu.br/analise-e-desenvolvimento-de-sistemas/" target="blank"><img src="img/fatec.logo.png" alt="Logo da Fatec" width="130px"></a>
<a href="https://www.cps.sp.gov.br/" target="blank"> <img src="img/ceeteps.png" alt="Logo da CPS" width="200px"></a></p>
</footer>
</body>
</html>