Answer:
Explanation:
As there are 12 months in a year so will need 12 need combinations.
Number of bits can be determined by the powers of 2. By this we mean:
         [tex]2^1 = 2[/tex]  Two unique combinations can be made that are          0 and 1.
         [tex]2^2 = 4[/tex]  4 unique combinations can be made.
        [tex]2^3 = 8[/tex]  8 unique combinations can be made.
        [tex]2^4 = 16[/tex] 16 unique combinations can be made.
       Â
Now we will have to use 4 bits so that 12 unique combinations may be assigned to each month.
JANUARY Â => 0000
FEBRUARY Â => 0001
MARCH Â Â Â Â => 0010
APRIL Â Â Â Â Â => 0011
MAY Â Â Â Â Â Â => 0100
JUNE Â Â Â Â Â Â => 0101
JULY Â Â Â Â Â Â => 0111
AUGUST Â Â Â => 0110
SEPTEMBER => 1000
OCTOBER Â Â => 1001
NOVEMBER => 1010
DECEMBER Â => 1011