Advanced Software Development set 4

Que.What are the contents of the toolbox shown by the matlab.addons.toolbox.installedToolboxes command?
a. Name, Guid
b. Name, Version, Guid
c. Name, package, Guid
d. Name, package,
Que.The memory function is limited to _________
a. MS systems
b. Linux Systems
c. No system
d. Does not exist
Que.What is p in the following code?
p=memory

a. A Structure of arrays
b. An array of structures
c. A stack
d. An array
Que.When will the following be shown?
Limited by System Memory (physical + swap file) available.

a. In windows 64bit
b. In windows 32bit
c. In windows 64bit when mapping to a memory block is limited
d. In windows 32bit when mapping to a memory block is limited
Que.The memory used by MATLAB, shown in the output of the memory command, is ________
a. The total system memory allotted to MATLAB
b. The total physical memory allotted to MATLAB
c. The total space for only mathematical operations in MATLAB
d. The temporary storage allotted to MATLAB
Que.What is the physical memory?
>>q.PhysicalMemory
ans = 
struct with fields:
        Available: 3.2158e+09
               Total: 8.5027e+09

a. RAM
b. Hard disk memory
c. ROM
d. Error
Que.Which of the following changes with time?
>>q.PhysicalMemory
ans = 
struct with fields:
        Available: 3.2158e+09
               Total: 8.5027e+09

a. Available Memory
b. Physical Memory
c. Available and Physical Memory
d. One at a time
Que.Which of the following contains the system memory?
[p,q]=memory

a. p
b. q
c. It’s not returned
d. Error
Que.Which of the following contains the Physical Memory of the system only?
[p,q]=memory

a. p
b. q
c. It’s not returned
d. Syntactical error
Que.Which of the following contains the memory used by MATLAB?
[p,q]=memory

a. p
b. q
c. It’s not returned
d. Error