1,175 views
2 votes
2 votes
Please clear my Doubt :-

Suppose i have a program segment and  address space of program segment is from 100 to 110(i.e. 100,101,102....)

Now if memory is byte addressable and 1 word is of 32 bit so 4 bytes are there :::

According to me in 1 word there is 4 byte so

one word contains 100,101,102,103

second word contains 104,105,106,107

and so on.....

Am I right ?

 

if memory is word addressable then

1 word = 100

2 word = 101

3rd word = 102

and so on...

 

Am i RIGHT IF WRONG PLEASE MAKE ME UNDERSTAND BY THIS ABOVE EXAMPLE..

Please log in or register to answer this question.

Related questions

1 votes
1 votes
3 answers
1
Prasanna asked Dec 4, 2015
3,787 views
What is Byte Addressable and Word Addressable means in computer Architecture ? Difference between them with examples?I also find some sources like stack overflow and wik...
1 votes
1 votes
2 answers
2
0 votes
0 votes
1 answer
4
Sourabh Kumar asked May 20, 2016
906 views
what is the word-length of the memory,if a cpu has 16 bits address and 1MB memory access capacity.a.8Bb.16Bc.16 bitsd.8bits