A.t = a, a2 = a4; B.a4 = a2, a4 = t, a2 = a4; C.a2:3 = a4:2 D.t = a2,4; a2,4 = a4,2, a4,2 = t; E. None of the above
A. adding Os to the smaller array B. deleting the excess elements from the larger array C. repeating the smaller array's elements until they are the same size D. adding 1s to the smaller array E. None of the above
A. plotXYr; hold on p = polyfitX,Y; plotXpolyp,Xb- hold off C. plotXY,r; hold on p = polyfitX,Y3; plotXpolyvalp,X,b-; hold off E. None of the above
B. plotX,Y,r- hold on p = polyX,Y3 plotX,polyvalp,X,b-; hold off D. plotXY,r; hold on p = polyX,Y,3; plotX,polyvalpXb; hold off
9. A run time error is when the program 10. A recursion error is when the program A. a particular statement has an error that keeps that statement from ever running. A. a particular statement has an error that keeps that statement from ever running B. all statements can run but sometimes encounter an error that causes the program to exit B. all statements can run but sometimes encounter an error that causes the program to exit C. all statements can run but the program returns an incorrect action or result C. all statements can run but the program returns an incorrect action or result D. the program causes the computer to freeze forcing a hard reboot D. the program causes the computer to freeze forcing a hard reboot E. none of the above E. none of the above