Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MSP 4 3 0 FR 6 9 8 9 has instructions to add, subtract, and perform arithmetic bit - shifting, but no instructions to divide
MSPFR has instructions to add, subtract, and perform arithmetic bitshifting, but no instructions to divide or multiply. Using this MCU you want to find the average value of the set of decimal numbers Assume bit registers and twos complement notation for signed numbers.
First devise a scheme of how you can find the average of these numbers using bit signed numbers and the given operations pairwise addition, subtraction, and bitshifting Then answer following questions:
a What is the result in bits as it is stored in an bit register? Enter a binary number. b What is the corresponding value? Enter a decimal number.
Hint: There are two ways to solve this problem: like a dumb MCU addingshifting bit by bit or like a smart human understanding the limits of bit binary arithmetic and when they apply they do not apply in all cases
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started