Computer Architecture And Design Question:

Download Job Interview Questions and Answers PDF

Described the different ways in which the table can be organized?

Computer Architecture And Design Interview Question
Computer Architecture And Design Interview Question

Answer:

★ On the basis of the demands of the CPU data is transferred between the two memories.
★ Due to this a mapping technique is required which can be implemented using page-table.
★ The page table can be organized in two ways namely in the R/W memory and by using associative logic.
★ In case of R/W memory the speed of execution of programs is slow as it requires two main memory references to read data. It is also known as memory page table.
★ In case of associative logic it is considered to be more effective because it can be built with simply keeping mind to have equal no. of blocks in the memory as many as there are words.

Download Computer Architecture And Design Interview Questions And Answers PDF

Previous QuestionNext Question
What are the requirement of page-table?What are Flip-flops?