Suppose the following 3-bit block cipher:
Plaintext Ciphertext
000 111
001 100
010 101
011 110
100 000
101 010
110 001
111 011
Consider the plaintext is 101101101. If CBC is not used, what is the resulting ciphertext? If CBC is utilized along with the IV = 111, specify the resulting ciphertext? Show all work.