Answer:
b. Limit register holds the size of a process.
Explanation:
A limit register is a form of registers used in memory management background that contains logical addresses. It is utilized to determines the size of the psychical memory range for a process. It can only be loaded only by the operating system, through a unique specific instruction.
Hence, in this case, the right answer is option B
Option A is not correct because the Base register specifies where the page table begins in memory
Option C is not correct because Base and limit registers can be only be loaded through the operating system
Option D is also not correct.
Answer: It is 1 int count = 0;
2 for (int i = n; i >= 0; i /= 2)
3 count += i;
4 for (int j = 0; j < n; j++)
5 count +=j;
6 return count;
SO it is j(0-(-n)
Explanation: Im dum
Answer:
A Repeater
Explanation:
A Repeater takes a signal, and then repeats it - in order to boost it.
Iteration is also the repetition of something, which sounds like what a repeater would do.