12. What is the value of 110100112- 100110012? a. 01011011002 b. 10101101102 c. 01000111012 d. 01011101102 13. Which of
Posted: Sun Jul 03, 2022 9:58 am
12. What is the value of 110100112- 100110012? a. 01011011002 b. 10101101102 c. 01000111012 d. 01011101102 13. Which of the following MATLAB expressions generates an evenly spaced vector x containing 15 values between 4 and 20. a. x=linspace(4,15,20) b. x=linspace(15,4,20) C. X=4:15:20 d. x=linspace(4,20,15) 14. Which of the following is the lowest in the computer memory hierarchy? a. Cache b. RAM c. Secondary memory d. CPU registers 15. Which of the following is a comparison operator in MATLAB? a. + b. && C. = d. >= 16. Which of following command is used to clear command window in MATLAB? a. Clear b. Clc c. Close d. Closeall