floating point in computer architecture

floating point in computer architecture Extreme cases of floating point Numbers: 1)When the exponent number becomes larger Floating point numbers are represented in IEEE formats. Let us consider IEEE 754 : 32 Bit Format S Biased Exponent Mantissa (1) (8)Bias value=127 (23 bits) For value 1.0,normalized form is (-1)0 x 1.0 x 20  True exponent(TE)=0 …

floating point in computer architecture Read More »

Floating Point Numbers

Floating Point Numbers We can categorize the point numbers as Fixed point numbers and floating point numbers. Fixed point numbers Decimal Point which is fixed is referred to as the fixed point number. Ex: There are only two digits after decimal point. 7.32 6.49 1.56 2)Floating Point Numbers: Floating point numbers are numbers where the decimal …

Floating Point Numbers Read More »

Restoring Division Algorithm for Signed Numbers

Restoring Division Algorithm for Signed Numbers Previous algorithms used for division are Restoring and Non restoration algorithms for Unsigned Numbers.Those are for unsigned numbers.Now we will look into the algorithm for division of signed numbers. Similarly here also the article would explain in detail about restoring division algorithm. Restoring division algorithm Flowchart Restoring division algorithm …

Restoring Division Algorithm for Signed Numbers Read More »

Restoring Division Algorithm for Unsigned Numbers

Restoring Division Algorithm for Unsigned Numbers Division can be performed by repeated subtraction.But repeated subtractions are slow. We have to subtract the divisor from divident until zero comes, and number of subractions gives us the quotient. So there are two main methods and they are restoring division algorithm and Non restoring division algorithm. These two …

Restoring Division Algorithm for Unsigned Numbers Read More »

Booths Multiplication Algorithm

Booths Multiplication Algorithm Unsigned and Signed Multiplication is covered using booths algorithm is explained in this article. The technique of adding a number to itself a specific number of times is know as multiplication. Unsigned numbers are always the positive numbers. Click here to access whole serie of computer organizartion and architecture. Booths unsigned multiplication …

Booths Multiplication Algorithm Read More »

Combinational Circuits

Combinational Circuits Different logic gates are utilized to build the encoder, multiplexer, decoder, and de-multiplexer in combinational circuits. The output of these circuits largely depends on the levels present at the input terminals at any given time, for example. No memory is present in this circuit. The current state of this circuit is unaffected by …

Combinational Circuits Read More »

Signed and Unsigned binary Numbers

Numbers are an essential part of our everyday lives, and mathematical calculations are entirely based on them. Numbers are primarily used in computers for various arithmetic operations, logical operations, and so on. There aren’t just numbers on one side of the scale when it comes to numbers. Numbers are also present on the Number scale …

Signed and Unsigned binary Numbers Read More »

Introduction to Computer Organization and Architecture

Introduction to Computer Organization and Architecture Introduction Computers have become part of everyone’s life. Everyone now uses computers daily for watching videos, making documents, storing data, etc. The study of how computers are implemented and function within is known as Computer Organisation and Architecture(COA). The organization of a computer system is the means through which …

Introduction to Computer Organization and Architecture Read More »

Interfacing LED with PIC Microcontroller

Interfacing LED with PIC Microcontroller Now that we have studied various things about the PIC microcontroller, it is time to apply those concepts in some projects. So this article would explain about interfacing LED with PIC Microcontroller, Instead of using a physical microcontroller, we will be simulating it quickly, once you have completed a simulation, …

Interfacing LED with PIC Microcontroller Read More »