For the following data, what is the average number of cycles per instruction?

Operation Frequency Cycles

Arithmetic/logical operations 45% 1

Register load operations 18% 5

Register store operations 10% 2

Unconditional branch instructions 7% 1

Conditional branch instructions 20% 6

A) 3.65

B)2.82

C)1.87

D)2.10