retagged by
357 views
0 votes
0 votes
It is given that for 4096 cells in each row are divided in to 512 groups of 8. Therefore address bits are of 12 to select row and 9 are to select a bit from a selected row.

My question is how we decide this 9 bits for one row in order to select one bit ?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
viral8702 asked Apr 29, 2022
485 views
A frame buffer array is addressed in row major order for a monitor with pixel locations starting from (0,0) and ending with (100,100). What is address of the pixel(6,10)?...
0 votes
0 votes
0 answers
4
radha gogia asked Jul 26, 2018
285 views
If we have a n*n Bit-Array in which we have only 1's and 0's filled . Constraint is that in every row , 0 comes before 1 , so how to find the index of the row which has m...