Answer: See explanation
Explanation:
A page table is used for the tracking and the location of different pages of a task in memory. It helps in showing the mapping of locations between the physical addresses and the virtual addresses.
A page table stores also has the page table entries and this is where the frame numbers are stored as well as the operational status.
Answer:
D. Identify the problem.
Explanation:
There are six steps or stages in computer system troubleshooting. They are,
1. Identify the problem: In the stage of troubleshooting, the user is interviewed to get a description of the problem. Reproducing the problem is essential to confirm the described problem of the system before moving to the next stage.
2. Establish a theory of probable cause: when the problem is identified, a list of the possible cause of the problem is made.
3. Test the theory to determine a cause: each items on the list of possible cause of the problem is tested to confirm its actual cause.
4. Resolve the problem.
5. Verify full system functionality
6. Document the findings, actions and outcomes.
C++:
int main () {
std::ofstream output {"greeting.txt"};
output << "hey!";
output.close();
return 0;
}
Answer:
the third one
Explanation:
the rest is below 28 apart from the third one which is 28 and is the most