1,179 views

2 Answers

3 votes
3 votes
the way in which computer identifies memory is called addressability.

now in 1 bit address bus we can access 2 memory address(0 and 1)

similarly 2 bit add bus can access 4 memory add(00,01,10,11)

now take any address for ex sy 6 bit add

6 bit address have 2^6 =64 bytes memory

now if we reduce address by 2 bit say 6-2=4 bit means  

add is now 2^4 =16 bytes if we double it 16x2=32 bytes

so acc to me it halved
0 votes
0 votes
3)Remain same

Adressable means at a time how many bits or Bytes it is accessing

Byte Addressable means it is accessing 8 bit at a time

Related questions

427
views
1 answers
1 votes
Na462 asked Nov 26, 2017
427 views
I am little bit unclear about Linear,Logical and Physical Address. Can anybody tell which is accessed when and how?or any valid documentation to read plz
1.5k
views
3 answers
1 votes
Rakesh K asked Nov 4, 2016
1,493 views
Suppose a host with ip address 15.121.201.123 wants to send a packet to all hosts in the same network. What will be the destination address that it uses?(A) 15.255.255.255(B) 15.0.0.0(C) 15.1.1.1(D) 255.255.255.255
444
views
0 answers
0 votes
Prince Sindhiya asked Jul 24, 2018
444 views
$\text{Generate the 3 address code for}$i=1; while(i<10) { x=0; i=i+1; }And find the least no. Of temporary variable required to create a 3 address code in static single assignment_______
553
views
1 answers
0 votes
dd asked Sep 13, 2018
553 views
A one-to-one mapping of the entire physical address space to a process's virtual address space is a correct address translation solution. True/False. Explain.