answersLogoWhite

0


Best Answer

The address isn't embedded in the word. You have to look at the address lines themselves to find it.

The word is on pins 1 through 7 and 9; the address is on pins 11 through 14. (This according to the Texas Instruments data sheet for this PROM.)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the binary and hexadecimal address in 8 bit word of TBP18S030?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary number 0010000100000000 in hexadecimal?

You need to count off four bits at a time, from the right (this is in case the number of binary digits is not an exact multiple of 4). Then you replace each group of four binary digits by the hexadecimal equivalent. You can easily find a table of conversion online.


Why hex code use in micro-controller?

When you work in the field of microcontrollers, you have to deal with the hexadecimal code. Some people find it very confusing, but if you know the basics, it will be really easy for you to understand. The Intel Hex format is a standard for storing binary code in text format. It is widely used in programming microcontrollers. The Intel Hex code is used on manufacturers’ websites to provide firmware upgrades and data sheets. The Intel Hex format is also referred to as Bin HEX, u-code, or u-hex.


What is the Hexadecimal equivalent of dot?

If you are referring to the ASCII code: The ASCII Code for a dot (.) is 46. The hexadecimal equivalent of this is 2E. You can find this, and all ASCII characters here: http://www.asciitable.com/.


How do you find the net id and host id of ip address 220.43.6.8?

To find the Network ID and Host ID from an IP address you need to use a Subnet Mask. The address 220.43.6.8 is a class C IP address (Since the range of Class C address is 192.0.0.0 to 223.255.255.255).The standard default mask for class C is 255.255.255.0Network address = (IP address) Boolean AND (Subnet mask)Hence,network address = 220.43.6.8 AND 255.255.255.0 = 220.43.6(since 255 means all 1s in binary, hence it'll give the same bits which are ANDed with it, whereas 0 means all 0s in binary, hence it'll give answer as 0 irrespective of what bits are ANDed with it)Hence Host Address would be the remaining part of IP address = 8


How is letter a represented in binary number?

Find out how are keyboard letters represented as binary data.


What number would you find in a binary code?

The binary system of numbers is based on the numerals 1 and 0


Which number would you find in a binary code?

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


How can I calculate 8 into a Binary number?

Find the powers of 2. 8 in binary would be 1000


What is the importance of an octal number?

Why do we use Octal? Octal comes into a close second. In octal, you can represent, at most, 3 bits with a single octal digit. So it's very easy to say 311 is 11 001 001. The problem with octal, as you can see, is that the 3rd octal digit can only goes as high as 3, so it does not represent a byte as cleanly as hex. Octal is used in Unix for permissions due to its 3-bit nature. If we take the three specific entitlements (read, write, execute) for a file, we find that it coincides very well with octal. That's why you see those really funky "chmod 744" commands, because they are octal representation of permissions, 111 100 100, or R-W-E, Read, Read for owner, group, world respectively (at least that is how it was explained to me). The leftmost bit represents the read flag, the middle one represents the write flag, and the rightmost flag represents execute. So if you wanted the permission for read-write, it would be 110, or 6. Read and execute would be 101 or 5. Additional Answer: Since Octal (base-8) and Hexadecimal (base-16) are powers of two, that means they map directly to binary. For instance, each character in a base-16 number corresponds to 4 bits. So if I have a 4-byte (32-bit) number in hex, I could write out the binary sequence without really thinking about it. Also, one digit could change, and it would only change those corresponding 4 bits. In decimal, changing one digit can change many or all of the bits. This is why it is easier for programmers to use Hex, because it is a direct representation of the binary sequence. I believe we adopted the decimal system because we have 10 fingers. In actuality, hexadecimal would be a much better system for everyone to use. Society as a whole would be more mathematically inclined if they began learning hex when they were children, and we just did away with decimal altogether. Hexadecimal is much more natural than decimal. Octal and hexadecimal numeration systems would be pointless if not for their ability to be easily converted to and from binary notation. Their primary purpose in being is to serve as a "shorthand" method of denoting a number represented electronically in binary form. Because the bases of octal (eight) and hexadecimal (sixteen) are even multiples of binary's base (two), binary bits can be grouped together and directly converted to or from their respective octal or hexadecimal digits. With octal, the binary bits are grouped in three's (because 23 = 8), and with hexadecimal, the binary bits are grouped in four's (because 24 = 16). Incidentally, hexadecimal notation is more popular, because binary bit groupings in digital equipment are commonly multiples of eight (8, 16, 32, 64, and 128 bit), which are also multiples of 4. Octal, being based on binary bit groups of 3, doesn't work out evenly with those common bit group sizing's.


Do protists use binary fission?

Protists do use binary fission. It's up to you to find out the other methods of reproduction now.


Where is binary bard on Astro Knights Island?

after u go to all three planets u will find binary bard at the end


How do you find binary division?

Check related links for details.