In a certain code language, 'HABITAT' is coded as 0101010 and 'UNDERNEATH' is coded as 1001001100. How will 'POSSIBLE' be coded in the same language?
- A01001001
- B10110110
- C01010011
- D10110001
Solution & Step-by-step Explanation
The coding logic assigns a binary value based on whether the letter is a vowel or a consonant:Consonants are coded as .Vowels () are coded as .Let's verify:HABITAT: Code: 0101010UNDERNEATH: Code: 1001001100POSSIBLE: Code: 01001001