Answer:
True
Explanation:
Absolute branching means that you specify the absolute address of the branch target as part of the code. Since the addressing is absolute, it makes program relocation more difficult. Relocating the program will involve making explicit changes to the absolute address of the branch target. A better approach is use relocatable code involving relative addresses which can be loaded at any memory location.