Answers

download Answers

If you can't read please download the document

description

answerskkk

Transcript of Answers

PART A LOGIC1) B2) 203) 3527 in other numbers sum of first two is equal to last two numbers but not in 35274)pressure.5)6)7) 118) C9) D10)PART B Mathematics1) Points are locations in space.Vectors are displacements in space.and vector has direction and magnitude whereas a point doesn't.2) vector is a direction and a magnitude (for example, 20 m north-west) and ray is just a direction and a starting point, and it has infinite length3)By paythagoras theorem the distance is 6.71 so he can hit the target 4) radian is the standard unit of angular measure. 2pi radians are there in a circle8)When a vector is normalised magnitude becomes one9)v = u + at = 9 m/s 10)30NPart C Computer3)#include int main(){ int row, c, n, temp; printf("Enter the number of rows in pyramid of stars you wish to see "); scanf("%d",&n); temp = n; for ( row = 1 ; row