4.कमपयुटर हारडवेयर तिन परकारमा विभाजित छ। तिनीहरू हुन :
इनपुट उपकरण ( माउस, किबोरड, सकयानर)
आउटपुट उपकरण ( मनिटर, परिनटर, सपिकर)
परशोधन उपकरण (सि.पी. यु)
सोरेज उपकरण ( सिडि, पेन.डराइभ)
A negative of a vector represents the direction opposite to the reference direction. It means that the magnitude of two vectors are same but they are opposite in direction.
For example, if A and B are two vectors that have equal magnitude but opposite in direction, then vector A is negative of vector B.
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...
#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;
}
Quality of life refers to the overall well-being, satisfaction, and happiness that an individual or a community experiences in various aspects of their lives.