

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. |
What is the output of the following code? |
A. | 1.72 |
B. | 1.73 |
C. | 3(1/2) |
D. | sqrt(3)View Answer |
Answer» D. sqrt(3)View Answer | |
2. |
What will be the output of the following code? |
A. | t |
B. | s |
C. | error |
D. | ilaplace is not present in MATLABView Answer |
Answer» D. ilaplace is not present in MATLABView Answer | |
3. |
Strings are stored in ____ variables. |
A. | Character |
B. | String |
C. | Stack |
D. | Array |
Answer» B. String | |
4. |
What is the nature of the following variable, in MATLAB? |
A. | String |
B. | String-integer |
C. | Integer-string |
D. | Cannot be determinedView Answer |
Answer» B. String-integer | |
5. |
STRINGS_ARE_STORED_IN______VARIABLES.?$ |
A. | Character |
B. | String |
C. | Stack |
D. | Array |
Answer» D. Array | |
6. |
How do we change the nature of the display of the numerical answer? |
A. | Use the format command |
B. | Use the class command |
C. | MATLAB provides intuitive display |
D. | Not possible |
Answer» B. Use the class command | |
7. |
To represent only two digits after the decimal point, the format we use is ______ |
A. | Long e |
B. | Short |
C. | Hex |
D. | Bank |
Answer» B. Short | |
8. |
What is the return type of angles in MATLAB? |
A. | Degrees |
B. | Radians |
C. | Radians & Degrees |
D. | Depends on the user |
Answer» E. | |
9. |
All data types are converted to ____ before mathematical operations. |
A. | Single |
B. | Double precision |
C. | Floating |
D. | Unsigned |
Answer» C. Floating | |
10. |
What is the starting index of an array in MATLAB? |
A. | 1 |
B. | 0 |
C. | Depends on the class of array |
D. | Unknown |
Answer» C. Depends on the class of array | |
11. |
String |
A. | String-integer |
B. | Integer-string |
C. | Cannot be determined |
Answer» B. Integer-string | |
12. |
What is the nature of storage of anything in MATLAB? |
A. | Stored as arrays |
B. | Stored as a data structure |
C. | Stored as a variable |
D. | Depends on nature of the input |
Answer» B. Stored as a data structure | |