Foram encontradas 1.112 questões.
How bacteria could solve China’s rush-hour blues
As the largest city in southern China, with a population of around 13 million, Guangzhou has traffic so bad it’s legendary. One way to alleviate it would be to increase the intelligence of traffic lights — converting them from dumb beasts that beat out the same rhythm all day long into dynamic managers of vehicle flow.
And now two Chinese researchers have proved, at least theoretically, that insights borrowed from the lowly bacterium Escherichia coli could increase the throughput of a real-world traffic light in Guangzhou. No one knows what effect this could have if it were applied to an entire city, but it’s fitting that a solution from a class of algorithms that seek to mimic the collective behavior of organisms should be applied to the teeming masses of Guangzhou’s trucks and automobiles.
Traffic lights around the world, from Guangzhou to Geneva, are managed by computerized systems in a metal cabinet at the side of the road, which regulate the cycle of changes from red to green to red either through fixed time periods, or through sensors in the road that can detect when a car is stationary. Both options work well when traffic is low, less so during rush hour, as any driver will tell you.
The solution proposed for improving flow during high traffic periods is what’s known as a bacterial foraging Optimization (BFO) algorithm. The algorithm varies when and for how long a given light is red or green. So, for example, the algorithm has an almost traffic cop-like sense for which road at an intersection has a higher volume of traffic, and when to strategically deprioritize traffic that may be waiting on a less-used road. Simulations of a Guangzhou intersection showed that BFO-regulated lights reduce the average delay of vehicles by over 28% compared with those regulated by a fixed time cycle.
Internet:<www.bbc.com> (adapted).
Based on the text above, judge the item below.
Even though Guangzhou is the largest city in southern China, its bad traffic is nothing but a legend.
Provas
Em relação aos conceitos presentes nas obras de Ulrich Beck e a respeito de suas ideias, julgue os itens subsequentes.
É necessário que os Estados se esforcem para construir novos olhares sobre a nova realidade social, política e econômica.
Provas
How bacteria could solve China’s rush-hour blues
As the largest city in southern China, with a population of around 13 million, Guangzhou has traffic so bad it’s legendary. One way to alleviate it would be to increase the intelligence of traffic lights — converting them from dumb beasts that beat out the same rhythm all day long into dynamic managers of vehicle flow.
And now two Chinese researchers have proved, at least theoretically, that insights borrowed from the lowly bacterium Escherichia coli could increase the throughput of a real-world traffic light in Guangzhou. No one knows what effect this could have if it were applied to an entire city, but it’s fitting that a solution from a class of algorithms that seek to mimic the collective behavior of organisms should be applied to the teeming masses of Guangzhou’s trucks and automobiles.
Traffic lights around the world, from Guangzhou to Geneva, are managed by computerized systems in a metal cabinet at the side of the road, which regulate the cycle of changes from red to green to red either through fixed time periods, or through sensors in the road that can detect when a car is stationary. Both options work well when traffic is low, less so during rush hour, as any driver will tell you.
The solution proposed for improving flow during high traffic periods is what’s known as a bacterial foraging Optimization (BFO) algorithm. The algorithm varies when and for how long a given light is red or green. So, for example, the algorithm has an almost traffic cop-like sense for which road at an intersection has a higher volume of traffic, and when to strategically deprioritize traffic that may be waiting on a less-used road. Simulations of a Guangzhou intersection showed that BFO-regulated lights reduce the average delay of vehicles by over 28% compared with those regulated by a fixed time cycle.
Internet:<www.bbc.com> (adapted).
Based on the text above, judge the item below.
A controlled experiment indicated that the idea presented by two chinese researchers might be able to reduce the waiting time of cars on red lights.
Provas
A respeito dos conceitos presentes nas obras de Norbert Elias e a respeito de suas ideias, julgue os itens que se seguem.
A sociedade e o indivíduo não existem um sem o outro.
Provas
A respeito dos conceitos presentes nas obras de Norbert Elias e a respeito de suas ideias, julgue os itens que se seguem.
Seres humanos e sociedade constituem parte da natureza. Entretanto, a natureza não é homogênea, mas um todo diferenciado que pode ser apreendido nos níveis orgânico, inorgânico e humano-social.
Provas
A comparação, no que concerne ao método, é inerente ao processo de construção do conhecimento nas ciências sociais, ainda que não busque descobrir regularidades dos fenômenos sociais.
Provas
Acerca dos métodos para a construção do conhecimento sociológico e de seus principais autores, julgue os itens a seguir.
O conceito de anomia ancora-se nos significados de desorganização social e pessoal.
Provas
Acerca dos métodos para a construção do conhecimento sociológico e de seus principais autores, julgue os itens a seguir.
As condições de mobilidade social são maiores em um sistema de estratificação social embasado em estamentos do que em um sistema embasado em classes sociais.
Provas
Acerca de linguagens e tecnologias de programação, julgue o próximo item.
Se o código abaixo, referente ao conteúdo de uma página HTML, for executado em um aplicativo de navegação na Internet, então o resultado será a mensagem “super Classe e sub Classe”.
<html>
<meta http - equiv = "Content - Type"
content="text/html; charset=iso-8859-1" />
<script language="javascript" type="text/javascript">
function superClasse() {
this.superteste = superTeste;
}
function subClasse() {
this.origem = superClasse;
this.origem();
this.subteste = subTeste;
}
function superTeste() {
return "super Classe";
}
function subTeste() {
return "sub Classe";
}
var novaClasse = new subClasse();
alert(novaClasse.subteste() + " e "
+novaClasse.superteste()) ;
</script>
</html>
Provas
Acerca dos métodos para a construção do conhecimento sociológico e de seus principais autores, julgue os itens a seguir.
Marx subverteu a concepção vigente de ciência, introduzindo, na investigação, um materialismo consistente e a análise dialética, o que permitiu a criação de um modelo próprio de explicação científica da história.
Provas
Caderno Container