Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

but no instructions to divide or multiply. Using this MCU you want to find the average value of the set of decimal numbers { 2

but no instructions to divide or multiply. Using this MCU you want to find the average value of the set of decimal numbers {2,-47,13,11}. Assume 8-bit registers and twos complement notation for signed numbers.
First devise a scheme of how you can find the average of these numbers using 8-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 8-bit register? Enter a binary number. 11111010
(b) What is the corresponding value? Enter a decimal number. -6
Hint: There are two ways to solve this problem: like a dumb MCU (adding/shifting bit by bit) or like a smart human (understanding the limits of 8-bit binary arithmetic and when they apply - they do not apply in all cases).
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions