answersLogoWhite

0


Best Answer

I wants to know the advantages of 4 Bit BCD/Binary UP/DOWN

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make BCD binary up down counter with a 4-bit adder and a register?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is largest number a 4bit register can store?

1111 or 15 in decimal notation


How many clock pulses required to load 4bit SIPO register and transfer the data to a output register?

16


Design a full adder that adds 4 bits instead of 3 bits?

A 4bit parallel adder can be implemented by connecting four (4) full adders in parallel that will count from zero to fifteen.


Circuit diagram of 4bit synchronous counter using IC 7476?

Sadly, this website doesn't support graphics.


What will call 4bit?

4 bit is called a nibble


What is nibble in digital electronics?

nibble is in electronic equal 4 bit nibble=4bit


How is Boolean helpful in Internet searching?

It;s a powerful 3gig 4bit memory search engine FTW!


How many bytes in 1 kilobits?

1024 bytes in one kilobyte 4bit = 1 byte Therefore on kilobit = 1024/4 = 256 bytes


How do you 4bit equals 1nibble?

In computing terms, the following units are used... 1mb = 1024kb 1kb = 1024 bytes 1 byte = 8 bits 4 bits = 1 nibble.


What are 4bit binary and hexadecimal numbers from 1 to 20?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 - Decimal 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 - Hexadecimal 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111 10110 10111 11000 11001 100000 - Binary The highest number you can express in 4 bits ("nibble) is decimal -15 - Hex -F


How many host bits in an IP address of 192.168.254.192?

IPv4 has 32-bits classified into 4 bytes out of which each byte is divided into network or hosts. Thus, it can have any combination like 1 host, 3 networks or 2 host, 2networks etc.


What does 01001010101111101010001101010010001010111010 mean?

Not an easy question to answer. Basically its a large, even Binary (44 bit) number. Converted to Decimal, it reads 5136415269562. You might split it into Nibbles ( 4bit) or Words (8 bit or 1 Byte), the latter leaving 4 bits, which might be a checksum. The individual words might be converted to ASCII Characters, assuming, you read from the left with the lower right nibble being the checksum, you will get 74-190-163-82-43 or J¥úR+ with 4 bits reading dec 10 left. You might wish to give some more context information :-)