Gayatri Mishra asked a question

The foods we eat, the air we breathe, cleaning chemicals, our emotions and literally every object that we can see or touch, love, jealousy, infatuation and all share in chemistry. For all living things to function and survive, their bodies perform various chemical processes.



3 Thanks
2 Answers
Abhishek Yadav asked a question
0 Thanks
2 Answers
Puspak Sah asked a question

The difference between Gram atomic  mass and Gram atomic molecular are given below:

Gram atomic mass

Gram molecular mass

1.The mass of 6.023 x 1023 atoms of one mole atom of any element when expressed in terms of grams is called gram atomic mass.

1.The mass of 6.023 x 1023 molecules or 1 mole molecule of any substance expressed in grams is called gram molecular mass.

2.It is used to calculate the mass of an atom.2. It is used to calculate the mass of a molecule/molecular compound.
3. It is...
6 Thanks
2 Answers
Nikas Ghimire asked a question


Program to input any number and display number of odd numbers in it;



#include<stdio.h>

#include<stdlib.h>

#include<conio.h>

#include<string.h>


int main() {

int i, number, num1, num2=0, num3, num4 =0, rem, rem1, rem2, rev = 0;

printf("Enter your number ==> ");

scanf("%d", &number);

num1 = number;

while(num1 != 0) {

rem = num1%10;

rem1 = rem%2;

if (rem1 != 0) {

num2 = num2*10 + rem;

}

num1 /= 10;

}

num3 = num2;

while (num2 != 0) {

...

0 Thanks
2 Answers
grishma gautam asked a question

1.ans:  No the tension in the string of a simple pendulum is not constant throughout the motion                                     

v is velocity of the bob and theta is the angle made by the string with vertical axis.
as v and  both are variable T is also variable.
T is maximum at mean position as at mean position v is max and the angle is minimum.


2.ans: If the amplitude of the simple...

1 Thanks
2 Answers
UJJWAL JHA about 1 year ago
1 Clap
1 Comments
KRISH YADAV

Materials show varying behaviors based on their Poisson's ratio. High Poisson's ratio materials (near 0.5) contract significantly sideways when stretched and expand when compressed, seen in substances like rubber. Low Poisson's ratio materials (near 0) undergo minimal width change during axial deformation, typical of metals and common engineering materials.

Bhawana Yadav asked a question

4.कमपयुटर हारडवेयर तिन परकारमा विभाजित छ। तिनीहरू हुन :

इनपुट उपकरण ( माउस, किबोरड, सकयानर)

आउटपुट उपकरण ( मनिटर, परिनटर, सपिकर)

परशोधन उपकरण (सि.पी. यु)

सोरेज उपकरण ( सिडि, पेन.डराइभ)


5.धेरै पहिले, कमपयुटरहरू मुखय रूपमा संखयाहरू गणना गरन र शबद परशोधन गरन परयोग गरिनथयो। समय परिवरतन भएसँगै, कमपयूटरले हामीलाई हामरो दैनिक कारयहरूमा मददत गरनको लागि विकसित गरेको छ। आजकल हामी वयकतिगत रमाइलोको लागि आफनो कमपयुटरलाई खेलको लागि परयोग गरेर र इनटरनेटमा जानकारी फेला पारन परयोग गरछौं। हामरो दैनिक जीवनमा कम...
0 Thanks
2 Answers
Close Open App