Concept:Use Fermat's Little Theorem: If p is prime and a is not a multiple of p, then ap−1≡1(modp).Explanation:Here, p=101 (prime) and a=2 (not divisible by 101).By the theorem, 2100≡1(mod101).We need 2101. Write 2101=2×2100.Then 2101≡2×1≡2(mod101).So the remainder when 2101 is divided by 101 is 2.Answer:B. 2