The hexadecimal number F4 is equivalent to which binary number?
2025
The hexadecimal number F4 is equivalent to which binary number?
- A.
11111001
- B.
11110100
- C.
11111100
- D.
11111010
Attempted by 642 students.
Show answer & explanation
Correct answer: B
To convert the hexadecimal number F4 to binary, we convert each digit separately into its 4-bit binary equivalent.
Step 1: Convert the first digit 'F'. In hexadecimal, F represents the decimal value 15. The binary equivalent of 15 is 1111.
Step 2: Convert the second digit '4'. In hexadecimal, 4 represents the decimal value 4. The binary equivalent of 4 is 0100.
Step 3: Combine the results. Placing the binary for 'F' (1111) followed by the binary for '4' (0100) gives the final binary number: 11110100.
हिन्दी उत्तर:
हेक्साडेसिमल संख्या F4 को बाइनरी में बदलने के लिए, हम प्रत्येक अंक को अलग-अलग उसके 4-बिट बाइनरी समतुल्य में बदलते हैं।
चरण 1: पहले अंक 'F' को बदलें। हेक्साडेसिमल में, F का दशमलव मान 15 है। 15 का बाइनरी समतुल्य 1111 है।
चरण 2: दूसरे अंक '4' को बदलें। हेक्साडेसिमल में, 4 का दशमलव मान 4 है। 4 का बाइनरी समतुल्य 0100 है।
चरण 3: परिणामों को जोड़ें। 'F' के लिए बाइनरी (1111) को '4' के लिए बाइनरी (0100) के साथ रखने पर अंतिम बाइनरी संख्या 11110100 प्राप्त होती है।