Correct option is B
When converting Gray code→Binary code, the rule for the most significant bit (MSB) is:Bn=GnThat means the binary MSB is directly copied from the Gray code MSB with no change.The remaining binary bits are obtained using XOR operations, but the first bit is unchanged.