answersLogoWhite

0


Best Answer

It is quite simple, you have to draw a truth table. Derive K-Maps from there and you would have the equations. I am assuming you do know how to solve simple combinational design problems

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to Design a 4 bit gray code to 4 bit binary number using xor gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the number 47 as a binary number?

47 in binary code is 00010111.


How is text represented in main computer memory?

By using a binary number called ASCII code


Code for binary trees written in C using graphics?

cg code for binary tree


Why is BCD code called a weighted code?

A: A Binary code represent a binary number 0.1.2.4.8. etc. that is why it is called a weighted number


How is infinity represented in binary code?

Infinity is not directly represented in binary code. Binary code uses a finite number of bits to represent numbers, so it is not capable of representing infinity. However, there are ways to approximate infinity in binary code, such as using a special bit pattern to represent a very large number.


Design a logic circit for conversion between binary code and Gray code?

OK. I have it. What now ?


Which binary code strings represents the number 5?

The number 5 in binary is 101


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.


How can you change the number 47 in Binary Code Decimal?

The number 47 in binary would be 101111


Which number would you find in a binary code?

The numbers used in the binary number system are 1 and 0


Design of a binary up counter from 0-10 using a pic16f84?

Output the numbers from 0 to 10 to the port register, for onstance in PICBasic use the following code: [code] for PORTB = 0 to 10 next PORTB [/code]


What language consists of only two digits 0 and 1?

Binary code represents text using the binary number system's two digits 1 and 0. The code assigns a bit string to each symbol or instruction. Binary is commonly used for encoding data.