1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Scilla [17]
3 years ago
7

Which is the better measure of computer system performance—a benchmark, such as SPECINT; or a processor speed measure, such as G

Hz, MIPS, and MFLOPS
Engineering
1 answer:
Vesna [10]3 years ago
5 0

Answer:

A benchmark

Explanation:

Most times a benchmark serves as the better measure when assessing a computer's performance, this is because CPU speeds can only evaluate an aspect of a computer's performance whereas a benchmark offers the advantage of measuring all the aspects of a computer's performance for a specific type of computing problem.

You might be interested in
What is the area enclosed by the cycle area of the Carnot cycle illustrating on a P-V diagram?
Inga [223]

Answer:

The work of the cycle.

Explanation:

The area enclosed by the cycle of the Pressure-Volume diagram of a Carnot engine represents the net work performed by the cycle.

The expansions yield work, and this is represented by the area under the curve all the way to the p=0 line. But the compressions consume work (or add negative work) and this is substracted fro the total work. Therefore the areas under the compressions are eliminated and you are left with only the enclosed area.

7 0
3 years ago
A wire of diameter d is stretched along the centerline of a pipe of diameter D. For a given pressure drop per unit length of pip
JulsSmile [24]

Answer:

Part A: (d/D=0.1)

DeltaV percent=42.6%

Part B:(d/D=0.01)

DeltaV percent=21.7%

Explanation:

We are going to use the following volume flow rate equation:

DeltaV=\frac{\pi * DeltaP}{8*u*l}(R^{4}-r^{4} -\frac{(R^{2}-r^{2})}{ln\frac{R}{r}}^{2})

Above equation can be written as:

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}(1-(\frac{r}{R} )^{4}+\frac{(1-(\frac{r}{R} )^{2})}{ln\frac{r}{R}}^{2})

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}(1-(\frac{d}{D} )^{4}+\frac{(1-(\frac{d}{D})^{2})}{ln\frac{d}{D}}^{2})

First Consider no wire i.e d/D=0

Above expression will become:

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}(1-(0)^{4}+\frac{(1-(0)^{2})}{ln0}^{2})

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}

Part A: (d/D=0.1)

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}(1-(0.1)^{4}+\frac{(1-(0.1)^{2})}{ln0.1}^{2})

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}*0.574

DeltaV percent=\frac{(\frac{\pi*R^{4}*DeltaP}{8*u*l})-\frac{\pi *R^{4}*DeltaP}{8*u*l}*0.574}{\frac{\pi*R^{4}*DeltaP}{8*u*l} }*100

DeltaV percent=\frac{1-0.574}{1}*100

DeltaV percent=42.6%

Part B:(d/D=0.01)

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}(1-(0.01)^{4}+\frac{(1-(0.01 )^{2})}{ln0.01}^{2})

DeltaV=\frac{\pi*R^{4}*DeltaP}{8*u*l}*0.783

DeltaV percent=\frac{(\frac{\pi *R^{4}*DeltaP}{8*u*l})-\frac{\pi *R^{4}*DeltaP}{8*u*l}*0.783}{\frac{\pi *R^{4}*DeltaP}{8*u*l} }*100

DeltaV percent=\frac{1-0.783}{1}*100

DeltaV percent=21.7%

5 0
3 years ago
Assign deliveryCost with the cost (in dollars) to deliver a piece of baggage weighing baggageWeight. The baggage delivery servic
Sholpan [36]

Answer: y = x * 1dollars - 30dollars

Explanation:

Giving that the delivery cost in dollar is potent for all x > = 50 pounds of wght

Y = (x - 50)*1 dollar + c ...equ 1

Y = delivery cost equation in dollars

x = weigt of baggage for delivery

c = 20dollars = down payment for the first 50 pound weight of baggage

Equ 1 becomes

Y = (x)dollars - 50 dollars + 20 dollars

Y = (x) dollars -30 dollars

4 0
4 years ago
Find the largest number. The process of finding the maximum value (i.e., the largest of a group of values) is used frequently in
salantis [7]

Answer:

See Explanation

Explanation:

Required

- Pseudocode to determine the largest of 10 numbers

- C# program to determine the largest of 10 numbers

The pseudocode and program makes use of a 1 dimensional array to accept input for the 10 numbers;

The largest of the 10 numbers is then saved in variable Largest and printed afterwards.

Pseudocode (Number lines are used for indentation to illustrate the program flow)

1. Start:

2. Declare Number as 1 dimensional array of 10 integers

3. Initialize: counter = 0

4. Do:

4.1 Display “Enter Number ”+(counter + 1)

4.2 Accept input for Number[counter]

4.3 While counter < 10

5. Initialize: Largest = Number[0]

6. Loop: i = 0 to 10

6.1 if Largest < Number[i] Then

6.2 Largest = Number[i]

6.3 End Loop:

7. Display “The largest input is “+Largest

8. Stop

C# Program (Console)

Comments are used for explanatory purpose

using System;

namespace ConsoleApplication1

{

   class Program

   {

       static void Main(string[] args)

       {

           int[] Number = new int[10];  // Declare array of 10 elements

           //Accept Input

           int counter = 0;

           while(counter<10)

           {

               Console.WriteLine("Enter Number " + (counter + 1)+": ");

               string var = Console.ReadLine();

               Number[counter] = Convert.ToInt32(var);

               counter++;                  

           }

           //Initialize largest to first element of the array

           int Largest = Number[0];

           //Determine Largest

           for(int i=0;i<10;i++)

           {

               if(Largest < Number[i])

               {

                   Largest = Number[i];

               }

           }

           //Print Largest

           Console.WriteLine("The largest input is "+ Largest);

           Console.ReadLine();

       }

   }

}

8 0
3 years ago
An ideal vapor-compression refrigeration cycle that uses refrigerant-134a as its working fluid maintains a condenser at 800 kPa
mote1985 [20]

Answer:

COP = 3.828

W' = 39.18 Kw

Explanation:

From the table A-11 i attached, we can find the entropy for the state 1 at -20°C.

h1 = 238.43 KJ/Kg

s1 = 0.94575 KJ/Kg.K

From table A-12 attached we can do the same for states 3 and 4 but just enthalpy at 800 KPa.

h3 = h4 = hf = 95.47 KJ/Kg

For state 2, we can calculate the enthalpy from table A-13 attached using interpolation at 800 KPa and the condition s2 = s1. We have;

h2 = 275.75 KJ/Kg

The power would be determined from the energy balance in state 1-2 where the mass flow rate will be expressed through the energy balance in state 4-1.

W' = m'(h2 - h1)

W' = Q'_L((h2 - h1)/(h1 - h4))

Where Q'_L = 150 kW

Plugging in the relevant values, we have;

W' = 150((275.75 - 238.43)/(238.43 - 95.47))

W' = 39.18 Kw

Formula foe COP is;

COP = Q'_L/W'

COP = 150/39.18

COP = 3.828

4 0
3 years ago
Other questions:
  • Turn on your____
    12·2 answers
  • Write torsion equation and explain the importance of each components.<br>​
    14·1 answer
  • A heat recovery device involves transferring energy from the hot flue gases passing through an annular region to pressurized wat
    6·1 answer
  • A step-down transformer (turns ratio = 1:7) is used with an electric train to reduce the voltage from the wall receptacle to a v
    6·1 answer
  • A 100-ampere resistor bank is connected to a controller with conductor insulation rated 75°C. The resistors are not used in conj
    8·1 answer
  • Harlin is designing a new car engine that does not create pollution. Which technological design factor is probably the most
    8·1 answer
  • 1. The construction process begins with which of the following stages?
    5·1 answer
  • Which of the following are considered software piracy? Check all of the boxes that apply.
    5·1 answer
  • Technician A says that fuel filler caps with pressure and vacuum vents are used with EVAP system fuel tanks. Technician B says t
    5·1 answer
  • Are the communication skills required for a team leader in a manufacturing plant different from those of a customer service exec
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!