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
Mamont248 [21]
2 years ago
7

Tech A says that it is best to use a knife or other type of sharp tool to cut away the insulation when

Engineering
1 answer:
Marina86 [1]2 years ago
3 0
Tech A because it is best to use a knife
You might be interested in
Many companies are combining their online business activities with an existing physical presence. In about 100 words, explain wh
Daniel [21]

Answer:

Companies are combining their online business activities with their existing physical presence in order to lower costs of their operations. When both these things are combined labor costs are reduced because with online presence the company has to have limited number of branches, inventory costs are reduced because additional inventories for every physical outlet is not required and delivery costs are reduced because now company don't have to supply the things to all the outlets on regular basis.

Trust of the people is also improved because mostly people are reluctant to order from the brands that only have their online store and donot have any physical presence. Value added services are provided by a company who have both online and offline presence like home delivery and customized offerings.

 

3 0
3 years ago
An air standard cycle with constant specific heats is executed in a closed system with 0.003 kg of air and consists of the follo
Vsevolod [243]

Answer:

a) Please see attached copy below

b) 0.39KJ

c)  20.9‰

Explanation:

The three process of an air-standard cycle are described.

Assumptions

1. The air-standard assumptions are applicable.

2. Kinetic and potential energy negligible.

3. Air in an ideal gas with a constant specific heats.

Properties:

The properties of air are gotten from the steam table.

b) T₁=290K ⇒ u₁=206.91 kj/kg, h₁=290.16 kj/kg.

P₂V₂/T₂=P₁V₁/T₁⇒ T₂=P₂T₁/P₁ = 380/95(290K)= 1160K

T₃=T₂(P₃/P₂)⁽k₋1⁾/k =(1160K)(95/380)⁽⁰°⁴/₁.₄⁾ =780.6K

Qin=m(u₂₋u₁)=mCv(T₂-T₁)

=0.003kg×(0.718kj/kg.k)(1160-290)K= 1.87KJ

Qout=m(h₃₋h₁)=mCp(T₃₋T₁)

=0.003KG×(1.005kj/kg.k(780.6-290)K= 1.48KJ

Wnet, out= Qin-Qout = (1.87-1.48)KJ =0.39KJ

c)ηth= Wnet/W₍in₎ =0.39KJ/1.87KJ = 20.9‰

7 0
3 years ago
What is the physical significance of the Reynolds number?. How is defined for external flow over a plate of length L.
yanalaym [24]

Answer:

Re=\dfrac{\rho\ v\ l}{\mu }

Explanation:

Reynolds number:

  Reynolds number describe the type of flow.If Reynolds number is too high then flow is called turbulent flow and Reynolds is  low then flow is called laminar flow .

Reynolds number is a dimensionless number.Reynolds number given is the ratio of inertia force to the viscous force.

Re=\dfrac{F_i}{F_v}

For plate can be given as

Re=\dfrac{\rho\ v\ l}{\mu }

Where  ρ is the density of fluid , v is the average velocity of fluid and μ is the dynamic viscosity of fluid.

Flow on plate is a external flow .The values of Reynolds number for different flow given as

Reynolds\ number\is \ >\ 5 \times 10 ^5\ then\ flow\ will\ be\ turbulent.

Reynolds\ number\is \

7 0
3 years ago
CS3733: Homework/Practice 05 Suppose we would like to write a program called monitor which allows two other programs to communic
valina [46]

Answer:

#include<stdio.h>

#include<stdlib.h>

#include<unistd.h>

#include<sys/types.h>

#include<string.h>

#include<pthread.h>

//#include<sys/wait.h>

int main(int argc, char** argv)

{

int fd1[2];

int fd2[2];

int fd3[2];

int fd4[2];

char message[] = "abcd";

char input_str[100];

pid_t p,q;

if (pipe(fd1)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd2)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd3)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd4)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

p = fork();

if (p < 0)

{

 fprintf(stderr, "fork Failed" );

return 1;

}

// child process-1

else if (p == 0)

{

 close(fd1[0]);// Close reading end of first pipe

 char concat_str[100];

 printf("\n\tEnter meaaage:"):

 scanf("%s",concat_str);

 write(fd1[1], concat_str, strlen(concat_str)+1);

 // Concatenate a fixed string with it

 int k = strlen(concat_str);

 int i;

 for (i=0; i<strlen(fixed_str); i++)

 {

  concat_str[k++] = fixed_str[i];

 }

 concat_str[k] = '\0';//string ends with '\0'

 // Close both writting ends

 close(fd1[1]);

 wait(NULL);

//.......................................................................

 close(fd2[1]);

 read(fd2[0], concat_str, 100);

 if(strcmp(concat_str,"invalid")==0)

 {

 printf("\n\tmessage not send");

 }

 else

 {

  printf("\n\tmessage send to prog_2(child_2).");

 }

 close(fd2[0]);//close reading end of pipe 2

 exit(0);

}

else

{

 close(fd1[1]);//Close writting end of first pipe

 char concat_str[100];

 read(fd1[0], concal_str, strlen(concat_str)+1);

 close(fd1[0]);

 close(fd2[0]);//Close writing end of second pipe

 if(/*check if msg is valid or not*/)

 {

  //if not then

  write(fd2[1], "invalid",sizeof(concat_str));

  return 0;

 }

 else

 {

  //if yes then

  write(fd2[1], "valid",sizeof(concat_str));

  close(fd2[1]);

  q=fork();//create chile process 2

  if(q>0)

  {

   close(fd3[0]);/*close read head offd3[] */

   write(fd3[1],concat_str,sizeof(concat_str);//write message by monitor(main process) using fd3[1]

   close(fd3[1]);

   wait(NULL);//wait till child_process_2 send ACK

   //...........................................................

   close(fd4[1]);

   read(fd4[0],concat_str,100);

   close(fd4[0]);

   if(sctcmp(concat_str,"ack")==0)

   {

    printf("Messageof child process_1 is received by child process_2");

   }

   else

   {

    printf("Messageof child process_1 is not received by child process_2");

   }

  }

  else

  {

   if(p<0)

   {

    printf("Chiile_Procrss_2 not cheated");

   }

   else

   {

     

    close(fd3[1]);//Close writing end of first pipe

    char concat_str[100];

    read(fd3[0], concal_str, strlen(concat_str)+1);

    close(fd3[0]);

    close(fd4[0]);//Close writing end of second pipe

    write(fd4[1], "ack",sizeof(concat_str));

     

   }

  }

 }

 close(fd2[1]);

}

}

8 0
3 years ago
What is the mass of the same dragster body (volume of 150 cm3) if it is made of basswood instead?
dusya [7]

Answer:

the answer is 61.5

Explanation:

8 0
3 years ago
Other questions:
  • Air is compressed in a piston-cylinder device. List three examples of irreversibilities that could occur
    13·1 answer
  • 8. Explain how a duo-servo brake assembly works to provide great braking ability.
    11·1 answer
  • A 5 MW gas turbine power plant is reported to have a thermodynamic efficiency of 35%. Assume products of the combustion reaction
    5·1 answer
  • A turboprop engine consists of a diffuser, compressor, combustor, turbine, and nozzle. The turbine drives a propeller as well as
    12·1 answer
  • The temperature of a gas stream is to be measured by a thermocouple whose junction can be approximated as a 1.2-mm-diameter sphe
    7·1 answer
  • What are 5 advantages of wood as a manufacturing or construction​
    12·1 answer
  • the AADT for a section of suburban freeway is 150000 veh/day. Assuming this is an urban radial facility, what range of direction
    7·1 answer
  • For all the problems describe all pieces to the equations. 1.What is the equation for normal stress? 2.What is the equation for
    7·1 answer
  • Importance of tillage​
    7·1 answer
  • When cutting a FBD through an axial member, assume that the internal force is tension and draw the force arrow _______ the cut s
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!