Foram encontradas 17.537 questões

Resolva questões gratuitamente!

Junte-se a mais de 4 milhões de concurseiros!

Q5926 Banco de Dados
Observe as seguintes tabelas de um sistema:

Pessoa (nomePessoa, endereço)
Filme (nomeFilme, estúdio, verba)
Trabalha (nomePessoa(FK), nomeFilme(FK), atividade, salário)

Um administrador de dados deseja fazer o seguinte relatório: Todas as pessoas, os filmes nos quais já trabalharam e o total recebido por cada filme. Se uma pessoa nunca trabalhou num filme, ela deve aparecer no relatório. A atividade que a pessoa exerceu no filme (ex: ator, diretor, câmera etc.) não é importante para o relatório.

Qual consulta retorna o conjunto resposta correto?
Alternativas
Q5925 Banco de Dados
Duas transações (T1 e T2) de banco de dados executam as seguintes seqüências de operações:
T1:
Na tabela DEPARTAMENTO, bloqueia a linha N em modo compartilhado;
Na tabela DEPARTAMENTO, lê a coluna DESPESA da linha N;
Na tabela DEPARTAMENTO, desbloqueia a linha N;
Na tabela PROJETO, bloqueia a linha M em modo compartilhado;
Na tabela PROJETO, lê a coluna VERBA da linha M;
Na tabela PROJETO, desbloqueia a linha M;
Na tabela PROJETO, bloqueia a linha M em modo exclusivo;
Na tabela PROJETO, escreve a coluna VERBA da linha M com o valor VERBA + DESPESA;
Na tabela PROJETO, desbloqueia a linha M;

T2:
Na tabela PROJETO, bloqueia linha M em modo compartilhado;
Na tabela PROJETO, lê a coluna VERBA da linha M;
Na tabela PROJETO, desbloqueia a linha M;
Na tabela DEPARTAMENTO, bloqueia a linha N em modo compartilhado;
Na tabela DEPARTAMENTO, lê a coluna DESPESA da linha N;
Na tabela DEPARTAMENTO, desbloqueia a linha N;
Na tabela DEPARTAMENTO, bloqueia a linha N em modo exclusivo;
Na tabela DEPARTAMENTO, escreve a coluna DESPESA da linha N com o valor DESPESA + VERBA;
Na tabela DEPARTAMENTO, desbloqueia a linha N;

É correto afirmar que essas transações
Alternativas
Q5924 Programação
Observe o seguinte programa JAVA:

package p;

public class exemplo {

public exemplo() {

}

public static void main(String[] args) {
try {
      System.out.println(1/0);
      System.out.println("M");
     }
catch (ArithmeticException ex2) { 
       System.out.print("X");
     }
catch (Exception ex3) {
       System.out.print("Y");
     }
finally {
       System.out.print("Z");
      }
System.out.print("F"); 
   }
}

A saída desse programa é
Alternativas
Q5923 Arquitetura de Software
Ao alterar o estado de uma classe, o desenvolvedor deseja que uma ou mais classes da interface gráfica sejam modificadas. Entretanto, o desenvolvedor não acha interessante criar um acoplamento forte entre essas classes. Qual padrão de projeto comportamental é mais adequado para resolver essa situação?
Alternativas
Q5922 Engenharia de Software
Suponha que um projeto de software siga o modelo cascata e utilize técnicas de refatoração apoiadas por uma ferramenta durante a etapa de implementação. Qual o impacto resultante na etapa de análise e projeto?
Alternativas
Q5920 Engenharia de Software
O diagrama UML mais indicado para representar o passo a passo do fluxo de eventos principal de um caso de uso de um software orientado a objetos é o diagrama de
Alternativas
Q5916 Gerência de Projetos
No contexto de gestão de riscos de um projeto de software, assinale a afirmativa correta.
Alternativas
Q5915 Engenharia de Software
Que situação favorece a escolha do uso de XP para um projeto de desenvolvimento de software, em oposição à escolha do RUP ou do modelo Cascata?
Alternativas
Q5914 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
The title that best summarizes the content of the article is:
Alternativas
Q5913 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
The final message of the text (lines 55-66) is that:
Alternativas
Q5912 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
If you "push your ... initiative forward" (lines 49-50) you:
Alternativas
Q5911 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
Check the correct pair of synonyms.
Alternativas
Q5910 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
The sentence in which "can" is used in the same sense as in "there is a great deal you can do to push your green datacenter initiative forward." (lines 49-50) is:
Alternativas
Q5909 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
Mark the sentence in which the idea introduced by the word in bold type is correctly described.
Alternativas
Q5908 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
In Paragraph 4, the author:
Alternativas
Q5907 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
The correct opposites for the words "hot" (line 1) and "wasteful" (line 27) as they are used in the text are, respectively:
Alternativas
Q5906 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
The main purpose of the third paragraph is to:
Alternativas
Q5905 Inglês
          Green is the hot topic these days, and the concept
     is having an impact on the way people think about
     datacenters. Companies around the world are
     announcing ways to save energy and reduce costs by
5   buying new hardware and services. Yet, there is little
     guidance on how you can take action to control energy
     costs. In the past, electricity has been treated as an
     overhead expense, like the cost of space. But with rising
     power costs and issues regarding reliability, supply, and
10  capacity, electricity requires its own specific strategy.
          Projects regarding performance optimization and
     cost reduction are a part of everyday best practices in
     nearly every area of business. So why not treat energy
     cost in the same way?
15      As Information Technologies (IT) pros, many of us
     make decisions about the configuration and setup of
     servers, the specifications on the equipment our
     organizations purchase, and the requirements for
     datacenter upgrades and construction. We even provide
20  early design input during application development. When
     it comes to these projects, we obviously have a golden
     opportunity to be green and influence the energy
     efficiency of any datacenter.
          The first part of any strategy is to know your current
25  energy usage. You need to know where your energy is
     used and by what specific equipment, as well as what
     usage is efficient and what is wasteful in the datacenter.
     Unfortunately, it's rare to find power-consumption
     metering in place that can break down usage to a level
30  where people can see the results of their actions. Most
     organizations typically only see a monthly power bill
     that rolls up consumption into an overall bottom line.
     This offers little incentive for saving energy since
     individuals never see the impact of their decisions, and
35  there is no way for them to prove that their changes
     have actually saved energy.
          One of the first issues people confront when
     considering a green datacenter initiative is whether they
     have executive support. For the purpose of the article, I
40  am going to assume the answer is "not yet." Executive
     support requires a serious commitment that provides
     resources and budget for your initiative. And while there
     is a lot of talk about green datacenters, the reality is
     that there is still often a lack of serious support at the
45  executive level. If you did already have such executive
     support, you would probably be running a green
     datacenter right now.
          Still, even assuming you are not getting the support
     you need, there is a great deal you can do to push your
50  green datacenter initiative forward. So how do you
     determine effective actions to take in achieving your
     goals? Fortunately, energy efficiency is not a new
     concept and there is a lot that IT pros can learn from
     other industries. [.]
55      Anyway, for whichever direction you choose,
     planning an energy efficiency program for your datacenter
     will require collaboration across groups in IT. Until
     recently, the typical approach to planning IT solutions
     has been to ignore power costs early on during the design
60  phase, focusing on the hardware and software being
     purchased, along with the labor and hosting costs of
     the solution. When power is buried in the overhead cost
     of running solutions in a datacenter, energy efficiency
     is a low priority. Exposing the actual power being
65  consumed by solutions is the first critical step in changing
     the behavior of your organization.

By Dave Ohara
TechNet Magazine, October 2007
All the statements below refer to ideas expressed in the first paragraph, EXCEPT one. Mark it.
Alternativas
Q5901 Português
TEXTO II
Da arte de aceitar
Ele não aceitava a moça. Ela foi, foi, conversou,
conversou, rodou, rodou, artimanhou, manhou, arte e
manha, miou, afinal rendeu. Criança de emoções
superficiais, rápidas, espontâneas e passageiras, ele
cedeu. Aceitou-a.
Fiquei pensando em algo tão definido pelos
psicólogos e literatos, porém inesgotável e eterno como
o tema humano: a necessidade de ser aceito.
Ser aceito não é receber a concordância. É receber
até a discordância, mas dentro de um princípio indefinível
e fluídico de acolhimento prévio e gratuito do que se é
como pessoa.
Ser aceito é realizar a plenitude dos sentidos do
verbo latino Accipio, que deu origem à palavra
portuguesa. Accipio quer dizer: tomar para si; receber,
acolher; perceber; ouvir, ouvir dizer; saber; compreender;
interpretar; sofrer; experimentar; aprovar; aceitar; estar
satisfeito com. Tem vários sentidos, tal e qual essa
aceitação misteriosa e empática que alguns nos
concedem.
Ser aceito é ser percebido antes de ser entendido.
É ser acolhido antes de ser querido. É ser recebido
antes de ser conhecido. É ser experimentado antes da
experiência. É, pois, um estado de compreensão prévia,
que abre caminho para uma posterior concordância ou
discordância, sem perda do afeto natural por nossa
maneira de ser.
Ser aceito implica mecanismos mais sutis e de
maior alcance do que os que derivam da razão.Implica
intuição; compreensão milagrosa porque antecipatória;
conhecimento efetivo e afetivo do universo interior;
compreensão pela fraqueza; cuidado com as cicatrizes
e nervos expostos, tolerância com delírio, tolices,
medos, desordens, vesícula preguiçosa, medo do
dentista ou disritmia.
Ser aceito é ser feliz. Raro, pois. Quer fazer alguém
feliz? Aceite-a em profundidade. E depois discorde à
vontade. Ela aceitará.
Artur da Távola
"E depois discorde à vontade." (l. 37-38). Assinale a opção em que a palavra destacada também deve ter acento grave, como a do trecho acima.
Alternativas
Q5900 Português
TEXTO II
Da arte de aceitar
Ele não aceitava a moça. Ela foi, foi, conversou,
conversou, rodou, rodou, artimanhou, manhou, arte e
manha, miou, afinal rendeu. Criança de emoções
superficiais, rápidas, espontâneas e passageiras, ele
cedeu. Aceitou-a.
Fiquei pensando em algo tão definido pelos
psicólogos e literatos, porém inesgotável e eterno como
o tema humano: a necessidade de ser aceito.
Ser aceito não é receber a concordância. É receber
até a discordância, mas dentro de um princípio indefinível
e fluídico de acolhimento prévio e gratuito do que se é
como pessoa.
Ser aceito é realizar a plenitude dos sentidos do
verbo latino Accipio, que deu origem à palavra
portuguesa. Accipio quer dizer: tomar para si; receber,
acolher; perceber; ouvir, ouvir dizer; saber; compreender;
interpretar; sofrer; experimentar; aprovar; aceitar; estar
satisfeito com. Tem vários sentidos, tal e qual essa
aceitação misteriosa e empática que alguns nos
concedem.
Ser aceito é ser percebido antes de ser entendido.
É ser acolhido antes de ser querido. É ser recebido
antes de ser conhecido. É ser experimentado antes da
experiência. É, pois, um estado de compreensão prévia,
que abre caminho para uma posterior concordância ou
discordância, sem perda do afeto natural por nossa
maneira de ser.
Ser aceito implica mecanismos mais sutis e de
maior alcance do que os que derivam da razão.Implica
intuição; compreensão milagrosa porque antecipatória;
conhecimento efetivo e afetivo do universo interior;
compreensão pela fraqueza; cuidado com as cicatrizes
e nervos expostos, tolerância com delírio, tolices,
medos, desordens, vesícula preguiçosa, medo do
dentista ou disritmia.
Ser aceito é ser feliz. Raro, pois. Quer fazer alguém
feliz? Aceite-a em profundidade. E depois discorde à
vontade. Ela aceitará.
Artur da Távola
"É, pois, um estado de compreensão prévia," (l. 24). Assinale a opção em que o vocábulo destacado tem o mesmo valor semântico que o do destacado na passagem acima.
Alternativas
Respostas
14781: A
14782: A
14783: D
14784: C
14785: D
14786: B
14787: E
14788: C
14789: D
14790: C
14791: A
14792: C
14793: E
14794: C
14795: A
14796: B
14797: B
14798: E
14799: E
14800: C