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
Bond [772]
2 years ago
14

Why doesn't any one give as many points as i do for random questions on brainly

Engineering
2 answers:
Pani-rosa [81]2 years ago
5 0

Answer:

i think its cuz they dont want to like lose points if they do they cant ask their  doubts i just think this is why thx hope you have a beautiful day

Explanation:

erastova [34]2 years ago
4 0

good question i like to give about 20. i think people just are cheapskates for most of their time on this planet. didnt need the 50 though but thanks.

You might be interested in
In the situation shown below, what would the Moon look like from Earth? Sun, Earth and Moon Four Moon Views A. View A B. View B
Blababa [14]

Answer:

where is the picture?

Explanation:

3 0
3 years ago
A piston–cylinder device contains a mixture of 0.5 kg of H2 and 1.2 kg of N2 at 100 kPa and 300 K. Heat is now transferred to th
Taya2010 [7]

Answer:

(a) The heat transferred is 2552.64 kJ    

(b) The entropy change of the mixture is 1066.0279 J/K

Explanation:

Here we have

Molar mass of H₂ = 2.01588 g/mol

Molar mass of N₂ = 28.0134 g/mol

Number of moles of H₂ = 500/2.01588  = 248 moles

Number of moles of N₂ = 1200/28.0134 = 42.8 moles

P·V = n·R·T

V₁ = n·R·T/P = 290.8×8.3145×300/100000 = 7.25 m³

Since the volume is doubled then

V₂ = 2 × 7.25 = 14.51 m³

At constant pressure, the temperature is doubled, therefore

T₂ = 600 K

If we assume constant specific heat at the average temperature, we have

Heat supplied = m₁×cp₁×dT₁ + m₂×cp₂×dT₂

 cp₁ = Specific heat of hydrogen at constant pressure = 14.50 kJ/(kg K

cp₂ = Specific heat of nitrogen at constant pressure = 1.049 kJ/(kg K

Heat supplied = 0.5×14.50×300 K+ 1.2×1.049×300 =  2552.64 kJ    

b)  \Delta S = - R(n_A \times lnx_A + n_B \times ln x_B)

Where:

x_A and x_B are the mole fractions of Hydrogen and nitrogen respectively.

Therefore, x_A = 248 /(248 + 42.8) = 0.83

x_B = 42.8/(248 + 42.8) = 0.1472

∴ \Delta S = - 8.3145(248 \times ln0.83 + 42.8 \times ln 0.1472) =  1066.0279 J/K

5 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
Which of the following is typically wom when working in an atmosphere containing dust?
alukav5142 [94]

Answer:

Either D or C

Both of these masks are used for dust, but since half masks are generally cheaper and easier to use, I'd go with C.

If this is correct, I'd appreciate a brainliest.

3 0
3 years ago
Giving free brainlist first 1
kaheart [24]

Hi! Hope you're having a great day!

8 0
2 years ago
Other questions:
  • A 15 cm × 15 cm circuit board dissipating 20 W of power uniformly is cooled by air, which approached the circuit board at 20C w
    11·1 answer
  • What’s a pnp transitor?
    5·2 answers
  • Suppose the Bookstore is processing an input file containing the titles of books in order to remove duplicates from their list.
    8·1 answer
  • The shaft is hollow from A to B and solid from B to C. The shaft has an outer diameter of 79 mm, and the thickness of the wall o
    6·1 answer
  • When testing a compressor with an ohm meter, a technician read 2 ohms between the start terminal and the case of the compressor.
    5·1 answer
  • The driver _______
    9·2 answers
  • which systems engineering support discipline has the goal to ensure that support considerations are an integral part of the syst
    14·1 answer
  • prove that the heat transfer at the constant pressure is given by the enthalpy change during the process​
    7·1 answer
  • Should i show my face?
    8·2 answers
  • Please help I am give brainiliest
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!