Computer Science, asked by ashxrafi, 3 months ago

1.CLS A=81 Q=SQR(A) S=A+Q PRINT S? *

2 points

option 1 81

option 2 9

option 3 90

2. N=-35 B=ABS(N) L=B MOD 2 PRINT L? *

2 points

option 1 17

option 2 1

option 3 0

3. FOR I=1 T0 10 STEP 2 PRINT I NEXT I END

2 points

option 1 1,2,3,4,5

option 2 1,3,5,7,9

option 3 1,2,3,4...10

4.FOR I=10 TO 1 STEP -1 PRINT I NEXT I END

2 points

option 1 10,9,8,....,1

option 2 10,7,5,3,1,0

option 3 10,9,8,....,0



Answers

Answered by ps759374
0

Answer:

: If P= (1,0);Q=(-1.0) & R = (2,0) are three given points, then the locus of the points S satisfying the relation, SQ^2 + ...

Similar questions