Computer Hacking Forensic Investigator (CHFI) — Question 140
The offset in a hexadecimal code is:
Answer options
- A. The last byte after the colon
- B. The 0x at the beginning of the code
- C. The 0x at the end of the code
- D. The first byte after the colon
Correct answer: B
Explanation
The correct answer is B because the offset in hexadecimal notation indicates the beginning of the code, represented by the '0x'. Options A, C, and D are incorrect because they misplace the definition of offset, focusing on byte positions rather than the prefix that signifies hexadecimal format.