Answer:
Option C i.e., IT infrastructure is the correct option.
Explanation:
IT infrastructure relates to the combination of hardware, software or applications, networking resources and services needed for a corporate IT system to function, operate and maintain it. So, the networking and telecommunications technologies, together with the components of the IT infrastructure are necessary for the users to execute and maintain them.
Answer:
Option D is the correct option.
Explanation:
Window dressing is the type of process by which a firm provides the improvement in fundamental or long-run positions and also they develop their basic values. It does not use the assets of the firm to minimize the long-term debt. So, that's why It borrows the long-term debts through retire the short-term debt that maintain the present ratio of the firm.
Answer:
I am pretty sure its the Visual card
Answer:
72.80 % more energy will be consumed.
Explanation:
First of all, let us have a look at the formula of energy for a processor.

Where,
is the energy
is the capacitance
is the voltage and
is the clock rate.
Let
be the energy of older processor.
be the capacitance of older processor.
be the voltage of older processor
be the capacitance of older processor
So,
....... (1)
and
Let
be the energy of newer processor.
be the capacitance of newer processor.
be the voltage of newer processor
be the capacitance of newer processor
....... (2)
Dividing equation (2) with equation (1):

As per given statement:



Putting the values above:

Energy consumed by newer processor is <em>1.728 </em>times the energy consumed by older processor.
OR
<em>72.80 %</em> more energy will be consumed by the newer processor.
What the phrase should say in Kim's SQL Query is; WHERE Customer = Sales Rep
<h3>What is SQL Query?</h3>
Structured Query Language (SQL) is defined as a standardized programming language that is used to manage relational databases and perform various operations on the data in them.
Now in SQL Query, when one SQL query is embedded in another SQL query to simulate a join, the second SQL query is embedded in the "WHERE" of the first query.
Since the query will pull a list of customers with outstanding orders and the sales rep for each order. Then, the where phrase will be;
WHERE Customer = Sales Rep
Read more about SQL Query at; brainly.com/question/10097523