Advanced Software Development set 3

Que.What does this function do?
matlab.addons.toolbox.installToolbox

a. Install a .mlx file
b. Install a .mtbx file
c. Install a .mltbx file
d. Install a .tbx file
Que.License arguments for installing toolboxes are _______
a. Ignored
b. Shown
c. Do not exist
d. Depends on the system
Que.What is the output of the following code?
matlab.addons.toolbox.installToolbox(‘Lo.mltbx’)

a. Installs the Lo class into the directory
b. Uninstalls the Lo class from the directory
c. Uninstalls the Lo toolbox from the directory, if already present
d. Installs the Lo toolbox into the directory
Que.What is the output of the following code?
matlab.addons.toolbox.installToolbox[‘Lo.mltbx’]

a. Error due to a directory
b. Installs the Lo toolbox into the directory
c. Logical Error
d. Syntactical error
Que.What is the output of the following code?
matlab.addons.toolbox.installToolbox(Lo.mltbx,True)

a. Error
b. Ignores license file and installs the toolbox directly
c. Prompts the license file and installs the toolbox
d. Logical error
Que.What does the function matlab.addons.toolbox.installedToolboxes return?
a. A structure
b. A table
c. A structure of arrays
d. An array of structure
Que.A .mltbx toolbox is written in Java.
a. True
b. False
c. May be True or False
d. Can’t say
Que.A toolbox is same as a function.
a. True
b. False
c. May be True or False
d. Can’t say
Que.What is the output of the following code?
matlab.addons.toolbox.uninstallToolbox[]

a. Error
b. Uninstalls the toolbox given in the input
c. Uninstalls all the toolboxes
d. Uninstalls the function given in the input
Que.What is the output of the following code?
matlab.addons.Toolbox.uninstalltoolbox()

a. Uninstalls the toolbox given in the input
b. Error
c. Uninstalls all the toolboxes in the system
d. Uninstalls the function given in the input