MATLAB Programming set 16

Que.Which function gets disabled while using evalc()?
a. diary
b. sin
c. inf
d. round
Que.How much does the precision change while finding sin(x) using evalc and eval?
a. 10%
b. 2%
c. 20%
d. No change
Que.Can we save a MATLAB program while in debugging mode?
a. Yes
b. No
c. May be Yes or No
d. Can’t say
Que.To enter a value and change the course of working of a function while it is working, we use the __________
a. dbstop
b. db
c. keyboard
d. enter
Que.To end the debugging mode, we use the __________
a. dbquit
b. dbend
c. debugend
d. No such function
Que.Which of the following command would allow us to continue the evaluation of a function in the debugging mode?
a. dbcont
b. dbcontinue
c. continue
d. debugcont
Que.What is dbstop command?
a. exits from the debugging mode
b. pauses for the debugging mode when a condition is reached only
c. exits the debugging mode at any point in the function
d. does not exist
Que.The dbstop command, for anonymous functions __________
a. Pauses, for debugging, after the line which dbstop indicates
b. Pauses, for debugging, before the line which dbstop indicates
c. exits from the debugging mode after the line which dbstop indicates
d. exits from the debugging mode before the line which dbstop indicates
Que.The dbquit command, if placed in an m.file, will __________
a. never run the debugging mode
b. exit from the debugging mode
c. result in an error while running the function
d. dbquit does not exist
Que.The dbcont command, if placed in an m.file, will __________
a. not allow the function to be saved
b. give error when we enter dbcont in debug mode
c. will give an error during function call
d. dbcont does not exist