or
Bhawana Yadav asked a question

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

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

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

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

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


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


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Diwas Pandit asked a question

No, if three vectors do not lie in a plane, they cannot give zero resultant.

Explanation:

Let A, B and C be three vectors. If they give zero resultant, then

     A+B+C=0

or, A= -(B+C)

Hence, they will produce zero resultant, if A is equal to negative of vector (B+C). The vector (B+C) lies in the plane of B and C. Hence, A will be equal to negative of (B+C) if AB and C all lie in a plane.


2 Thanks
2 Answers
Diwas Pandit asked a question

Yes, if the angle between the two vectors is more than 90o but less than 2700. (cosΘ is negative)

5 Thanks
2 Answers

Mattrab Community

Create, share and learn from the unlimited notes, photos and videos and ask your questions, answer your friends all over Nepal and grow. Create, share and learn.

Close Open App