adplus-dvertising
frame-decoration

Question

Conversion Function int16 uses_________ range of value?

a.

-2⁷ to 2⁷-1

b.

-2¹⁵ to 2¹⁵-1

c.

-2³¹ to 2³¹-1

d.

0 to 2¹⁶-1

Posted under MATLAB Basics MATLAB

Answer: (b).-2¹⁵ to 2¹⁵-1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Conversion Function int16 uses_________ range of value?

Similar Questions

Discover Related MCQs

Q. Largest and smallest values for integer classes is 127 to -128.

Q. From the following desktop view of workspace, choose the correct code.

Q. Choose the correct option as an inference from the following workspace view.

Q. What are Max and Min in the Workspace shown below?

Q. What kind of a plot is this?

Q. MATLAB stands for?

Q. Which command is used to clear a command window?

Q. To determine whether an input is MATLAB keyword, command is?

Q. Command used to display the value of variable x.

Q. Command is used to save command window text to file.

Q. To stop the execution of a MATLAB command, used keys?

Q. Which is the invalid variable name in MATLAB?

Q. What is the difference between syms ‘x’ and sym ‘x’?

Q. In the function vpa(‘9⁸¹’,10), why do we put 9⁸¹ within inverted commas?

Q. How would you simplify log(x²⁰) – log(x¹³) – log(x⁷) in MATLAB? (Assume x is defined as a string variable)

Q. What happens if we don’t assign a variable to an expression which evaluates a numerical value?

Q. MATLAB sees a ________ ordered variable as a vector of dimension n*1.

Q. Name the functions used, for multiplication and division of two polynomials in MATLAB.

Q. How can the formulation of polynomial be done from its roots?

Q. The function to evaluate the value of a polynomial,l for a constant value of the independent variable(say a) in the polynomial is ______