Suppose your computer memory consists of 8 rows and 16 columns.
When the processor wishes to read a word from the memory, it must
send a row index and the number of columns that must be read (from
this row). For instance, row=1, columns= 1, 6, 12 mean that the
processor wants to read from row 1, the cells at column 1, 6, and
12. what circuits are needed to allow the processor to select rows
and columns ? justify your answer. just mention the names of the
circuits with justification. you don't have to draw the
circuit.