Concept:Use the cyclic property of powers of 2 modulo 7.Explanation:We need to find 21000000(mod7).Observe that 23=8, and 8÷7 leaves remainder 1.Thus, 23≡1(mod7).Now write the exponent 1000000 as 3×333333+1.So 21000000=23×333333+1=(23)333333×2.Since 23≡1(mod7), we have (23)333333≡1333333≡1(mod7).Therefore, 21000000≡1×2≡2(mod7).Hence, the remainder is 2.Answer:B. 2