For X = 1000 0011 1001 0101, show the result of the following operations:
a) shr(X) ____ ____ ____ ____
b) shl(X) ____ ____ ____ ____
c) cir(X) ____ ____ ____ ____
d) cil(X) ____ ____ ____ ____
e) ashr(X) ____ ____ ____ ____
f) ashl(X) ____ ____ ____ ____
g) dshr(X) ____ ____ ____ ____
h) dshl(X) ____ ____ ____ ____