MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The default variable, to which the result of any computation. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
What is the default parameter for the ztrans() command? |
| A. | z |
| B. | w |
| C. | s |
| D. | no default parameter |
| Answer» B. w | |
| 3. |
What is the default parameter for dsolve() command? |
| A. | t |
| B. | No default parameter |
| C. | Input differentiating variable |
| D. | Defined input parameter |
| Answer» D. Defined input parameter | |
| 4. |
The default variable in case of solve(‘f(x,y,p,a,l)’) command is __________ |
| A. | x |
| B. | Variables near to x |
| C. | Variables away from x |
| D. | No default variable |
| Answer» B. Variables near to x | |
| 5. |
The output of the following code is |
| A. | Error due to p |
| B. | 1/(s+3) |
| C. | 1/(p+3) |
| D. | Error due to tView Answer |
| Answer» E. | |
| 6. |
-z$ |
| A. | -w |
| B. | Error |
| C. | No such fuction |
| Answer» B. Error | |
| 7. |
Error due to ? |
| A. | 1/(s+3) |
| B. | 1/(p+3) |
| C. | Error due to t |
| Answer» B. 1/(p+3) | |
| 8. |
What is the default variable while evaluating a Laplace transform? |
| A. | s |
| B. | t |
| C. | Any |
| D. | l |
| Answer» B. t | |
| 9. |
What is the default variable while evaluating a transfer function? |
| A. | s |
| B. | p |
| C. | z |
| D. | Any |
| Answer» B. p | |