The function which is not supported by an assembly instructi
     The function which is not supported by an assembly instruction of ARM Cortex-M4 processor is  a. Square root  b. division  c. addition  Overflow will never occur in the case of the  a. addition of two positive binary numbers.  b. addition of a positive and a negative binary number.  c. addition of any two fixed-point binary numbers.  Compared to a conventional microprocessor, a microcontroller is  a. a small computer system on a chip.  b. more powerful in the computation.  c. more effective for digital signal processing.  In the execution of the following assembly instruction of ARM Cortex-M4 processors  ADD R0, R2, R3  a. one operand is read from system memory.  b. an overflow occurs.  c. the condition code flags are not updated   
  
  Solution
3 . Square Root is not supported in a function by an assembly instruction of ARM Cortex-M4 processor. so ANSWER : a
4 . Overflow will never occur in the case of (When addition of two positive binary numbers) so ANSWER : a
5 . A microcontroller is a small computer system on a chip,compared to a conventional microprocessor . so ANSWER : a
6 . ADD R0, R2, R3 is to be executed with the following instruction of ARM Cortex-M4 processor will be an overflow occurs. So ANSWER : b

