Exam GCIH All QuestionsBrowse all questions from this exam
Question 67

As related to buffer overflows, what is the purpose of the Instruction Pointer?

    Correct Answer: C

    The Instruction Pointer tells the CPU where in memory to find the next instruction for the running program. This is crucial for the process of executing a program as it ensures that the CPU knows the exact location in memory from which to fetch the next instruction to execute. This is directly related to buffer overflows, which can manipulate the Instruction Pointer to divert the execution flow.

Discussion
847ch0n3Option: C

Should be C