Well it depends on the topic he is doing. if it is a list then a plain doc with a list of numbers. if he is writing a letter then he should use the letter template.
You should state the language you're using in these types of questions; here's an example in C++.
bool onOff = true;
if (onOff)
onOff = false;
else
onOff = true;
b check your blind spots frequently i guess not sure
Answer: C) remain unchanged
Explanation:
If the number of entries in the page table are basically decide by the size of virtual address. Each entry in the page table contain a frame number. Basically, page table are used by the virtual memory as data structure in computer system.
And the size of the page are not affected by the physical memory size so that is why, it remain unchanged.
Therefore, Option (C) is correct.