answersLogoWhite

0

for addition of 8 numbers by IC , first we have to connect all bit numbers on different pins of IC & then take the output on remaining pins , For these first we have to make a program for vhdl in FPGA (field programmable gate array) & proceed accordingly .

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you calculate bit strings?

To calculate the decimal value of a bit string: Number the bits from right to left 0 - n. Starting with a decimal value of 0, add 2^(Number of that digit) for each 1 you see in your bit string. The sum is the decimal equivalent to the binary number.


What are the Gmail emotions?

Emotions or smileys are pictorial representation. They show the various emotions and daily life things. They add a bit of fun to the email.


The circuit diagram for 3 bit parity generator?

gdfgfddffd


How do you change 0111 to 7?

From right to left, you have the 1's bit, the 2's bit, the 4's bit and the 8's bit. If there's a 1 in the 1's bit, add 1. If there's a 1 in the 2's bit, add 2. If there's a 1 in the 4's bit, add 4. If there's a 1 in the 8's bit, add 8.


1010110+1011010 add binary number?

1010110 1011010 10110000 Start from the rightmost bit and add each pair of corresponding bits. If the sum is 2 or greater, you write down the remainder and carry over the extra bit to the next addition.


What is 11 more than a number?

Well, isn't that a happy little question! If you have a number and you add 11 to it, you're simply making it a bit bigger and more special. Just take your number, add 11 with a gentle brush stroke, and you'll have your new, lovely number to work with.


What number is huit in french?

huit (pronounced a bit like "wheat")


What do you do after you change a mix number to an improper fraction?

The answer depends on what you wish to do with the number. Add or subtract, multiply or divide, calculate square root, whatever. But since you have not bothered to provide that crucial bit of information, I cannot provide a more useful answer.The answer depends on what you wish to do with the number. Add or subtract, multiply or divide, calculate square root, whatever. But since you have not bothered to provide that crucial bit of information, I cannot provide a more useful answer.The answer depends on what you wish to do with the number. Add or subtract, multiply or divide, calculate square root, whatever. But since you have not bothered to provide that crucial bit of information, I cannot provide a more useful answer.The answer depends on what you wish to do with the number. Add or subtract, multiply or divide, calculate square root, whatever. But since you have not bothered to provide that crucial bit of information, I cannot provide a more useful answer.


How do you convert graycode to binary?

Converting Gray Code to Binary1). Write down the number in gray code.2). The most significant bit of the binary number is the most significant bitof the gray code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the gray coded number to obtain the next binary bit.4). Repeat step 3 till all bits of the gray coded number have been added inmodulo 2. The resultant number is the binary equivalent of the gray number.Converting Binary to Gray Code1). Write down the number in binary code.2). The most significant bit of the gray number is the most significant bitof the binary code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the binary number to obtain the next gray coded bit.4). Repeat step 3 till all bits of the binary coded number have been added inmodulo 2. The resultant number is the gray coded equivalent of the binarynumber.


Why do you start with the largest number when adding?

Starting with the largest number when adding numbers is merely a matter of convenience. You can start with any number, but with many methods of addition it is a bit easier to start with a large number and add smaller ones .


What is pin configuration of microprocessor 8088?

the pin configuration of a processor means that the diagramatic representation of block diagram of processor representing various pins and the function of that pins


How many '1's are there in a 16 bit binary sequence?

In a 16 bit number there must be from zero to 16 '1'. If a bit does not have value zero then it has a value of 1. Nothing else can be represented by a bit. Example 0000 is a 4 bit number. Each bit is a zero. 1010 is also a four bit number. 0000111100001111 is a 16 bit number. 1100110011000001 is also a 16 bit number.