To find the value of BITMAP, we can assign numerical values to each letter based on their positions in the English alphabet (A=1, B=2, C=3, ..., Z=26), and then calculate the sum for each word.
For CMYK: C=3, M=13, Y=25, K=11
Sum = 3 + 13 + 25 + 11 = 52
For OUTPUT: O=15, U=21, T=20, P=16, U=21, T=20
Sum = 15 + 21 + 20 + 16 + 21 + 20 = 113
For RAM: R=18, A=1, M=13
Sum = 18 + 1 + 13 = 32
Now, for BITMAP, we add the numerical values of each letter:
B=2, I=9, T=20, M=13, A=1, P=16
Sum = 2 + 9 + 20 + 13 + 1 + 16 = 61
So, the value of BITMAP is 61.