Computer Science, asked by yahyamortada, 10 months ago

If a memory has 22 bits address bus, what is in HEXA the address of the last memory location of this memory?
a. 0x45FFFE
b. 0x3FFFFF
c. 0xFFFFFF
d. 0x0000000

Answers

Answered by Abhishek5501
3

Option c.0xFFFFF

mark it as brainleast please!

Answered by aqibkincsem
2

"Answer: 0xFFFFFF

Hexadecimal is used in computer language. Each hexadecimal represents the binary digit needed for computer language which also contains nibble,  that is called a half byte.

The hexadecimal is represented in the form from 00 to FF. Likewise computer use binary decimal that is 0 & 1, Octa Decimal, and Hexadecimal. It can be calculated by multiplying with 16 to the power 0.

"

Similar questions