A. 1 12 2 B. 1 13 1 C. 1 12 23 1 D. 0 02 2
A. 2 * i B. 2 * i-1 C. 2 * i + 2 D. 2 * i + 1
A. i != ord('x')) and (k != ord('x')) and (k != ord('z') B. i == ord('x')) and (k != ord('x')) and (k != ord('z') C. i != ord('x')) and (k == ord('x')) and (k != ord('z') D. i != ord('x')) and (k != ord('x')) and (k == ord('z')
A. x2 = (x1 + 1) * 2 B. x1 = x2 * 2 C. x1 = (x2 - 1) * 2 D. x1 = (x2 + 1) * 2
A.a,b = a , a + b B. b,a = a , a + b C. b,a = a , a- b D. b = a
A. 00 B. 01 C. 22 D. 02
A. 012 B. 11 C. 011 D. 12
A. t *= n B. t = t*n C. t = n D. t += n
A. Sn = 2 * Hn B. Sn -= 2 * Hn C. Sn += 2 * Hn D. Sn = Sn+ 2 * Hn