MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
We cannot plot a discrete and continuous relationship in the same graph. |
| A. | True |
| B. | False |
| Answer» C. | |
| 2. |
The function to plot a graph with both axes on logarithmic scales is __________ |
| A. | loglog |
| B. | log |
| C. | semilog |
| D. | not possible |
| Answer» B. log | |
| 3. |
THE_FUNCTION_TO_PLOT_A_GRAPH_WITH_BOTH_AXES_ON_LOGARITHMIC_SCALES_IS___________?$ |
| A. | loglog |
| B. | log |
| C. | semilog |
| D. | not possible |
| Answer» B. log | |
| 4. |
We_cannot_plot_a_discrete_and_continuous_relationship_in_the_same_graph.$ |
| A. | True |
| B. | False |
| Answer» C. | |
| 5. |
Which operator is used to prevent the printing of insignificant zeros? |
| A. | %o |
| B. | %nz |
| C. | %g |
| D. | It is not possible |
| Answer» D. It is not possible | |
| 6. |
The format for 5 digit representation along with exponent is __________ |
| A. | short e |
| B. | short g |
| C. | short exp |
| D. | 4 digit along with exponent value can be represented |
| Answer» B. short g | |
| 7. |
The command used to reflect the files from a disk into the workspace is _______ |
| A. | load |
| B. | show |
| C. | disp() |
| D. | it is not possible |
| Answer» B. show | |
| 8. |
It is not possible to store graphs as MAT-file. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 9. |
What is the equivalent of subplot (1, 1, 1)? |
| A. | subplot() |
| B. | plot |
| C. | It is not possible |
| D. | axes |
| Answer» E. | |
| 10. |
The help command works only for a pre-defined function in MATLAB. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 11. |
How do you show the program of an MAT file? |
| A. | The program should contain the echo command |
| B. | The program should contain the showprog command |
| C. | The program should contain the diary command |
| D. | The program cannot be shown while running a MEX file |
| Answer» E. | |
| 12. |
How would you plot multiple graphs in MATLAB? |
| A. | Using the hold function |
| B. | Using the mplot function |
| C. | Using the mstem function |
| D. | It cannot be done in MATLAB |
| Answer» B. Using the mplot function | |