Advanced Software Development set 6

Que.The tick command starts a timer.
a. True
b. False
c. May be True or False
d. Can’t say
Que.The clipboard function cannot work without
a. Python
b. C
c. JAVA
d. Not present in MATLAB
Que.What is the output of the following code?
clipboard('copy',poe)

a. Logical Error
b. Copies ‘poe’
c. Copies poe
d. Syntactical Error
Que.What is the output of the following code?
clipboard(copy,’poe’)

a. Error
b. Copies poe
c. Copies poe to the MATLAB file
d. Copies poe to the MATLAB function
Que.What is the output of the following code?
clipboard[‘copy’,poe]

a. Error
b. Copies poe to a mlx file
c. Copies poe to a mat file
d. Copies poe to a mltbx file
Que.What is the output of the following code?
clipboard(‘copy’,’poe’)
clipboard(‘paste’)

a. Prints poe
b. Prints ‘poe’
c. Prints error
d. Function not present in MATLAB
Que.What is the output of the above code?
system(cmd)system(‘cmd’)

a. Error
b. Starts Command Prompt in MATLAB
c. Starts Command Prompt in a separate window
d. Error
Que.What is the output of the following code?
system('cd')

a. Shows the current directory
b. Shows the directory where MATLAB is located
c. Error
d. The function doesn’t exist
Que.What is the output of the following code?
system['cd']

a. Error
b. Syntactical error
c. Logical Error
d. Opens command prompt
Que.What is the output of the following code?
system('date')

a. Shows the date in your system
b. Shows the actual date
c. Shows the date when MATLAB was installed
d. Error