Show division and multiplication operation, Computer Engineering

Assignment Help:

Q. Show Division and multiplication operation?

These operations can be represented as

x + y = (Nx  × 2Ex-Ey + Ny) × 2Ey

and x-y = (Nx × 2Ex-Ey-Ny) × 2Ey

Here assumption is that exponent of x (Ex) is greater than exponent of y (Ey), Nx and Ny stand for significand of x and y correspondingly.

While for division and multiplication operations significand is required to multiplied or divided correspondingly but exponents are to be added or to be subtracted correspondingly. If we are using bias of 128 or any other bias for exponents then on addition of exponents since both exponents have bias then bias gets doubled. So we should subtract the bias from exponent on addition of exponents. But bias has to be added if we are subtracting exponents. Division and multiplication operation can be represented as:

x × y = (Nx × Ny) × 2Ex+Ey

x ÷ y = (Nx  ÷ Ny)  × 2Ex-Ey


Related Discussions:- Show division and multiplication operation

Concurrently read concurrently write, Q. Concurrently read concurrently wri...

Q. Concurrently read concurrently write? It is one of the models derived from PRAM. In this model the processors access the memory locations simultaneously for reading and writ

Explain a macro, Explain a macro Macro is a preprocessor directive, als...

Explain a macro Macro is a preprocessor directive, also called as macro definition takes the following general form:  #define identifier string

Characters in vi editor, What is the command used to replace many character...

What is the command used to replace many characters in Vi Editor? Ans) For replace most of the character in vi editor press esc key and then press R for change many character.

Find minimum number of resource so that no deadlock arise, An operating sys...

An operating system contains 3 user processes each requiring 2 units of resource R. The minimum number of units of R such that no deadlocks will ever arise is? Ans. The minimum

Program that will blink as led, Take the last two digits of your UTCID. Thi...

Take the last two digits of your UTCID. This is your duty cycle in percent. If your duty cycle is less than 10%, add 30 to your number. Create an assembly program that runs on t

State of the register, What is the state of the register in Figure  after e...

What is the state of the register in Figure  after every clock pulse if it begins in the 101001111000 state?

Advantage of crc over simple checksum, Why can CRC detect more errors than ...

Why can CRC detect more errors than simple Checksum? There are two purposes a CRC can identify more errors than a simple Checksum. 1. Since an input bit is shifted by all th

Address translation - computer architecture, Address translation: ...

Address translation: Compiler time : If it is known in advance that a program will reside at a particular location of primary memory, and then the compiler can be told to

What are base tables of an aggregate object, What are base tables of an agg...

What are base tables of an aggregate object? The tables making up an aggregate object (primary and secondary) are known as aggregate object.

Write a program to check give word is a palindrom or not, Write a program t...

Write a program to check whether a given word is a palindrome or not? # include # include void main() { char word[10]; int length=0,mid,count=0; clrscr();

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd