List-I | List-II |
---|---|
a. BCD code | iv. Code used to represent decimal digits in binary form |
b. EBCDIC | i. Code used for encoding characters in IBM mainframe systems |
c. ASCII | ii. Codes widely used for character encoding standard for electronic communication |
d. Unicode | iii. Universal character encoding standard that can represent virtually all written languages |
\( 1 \cdot 2^4 + 0 \cdot 2^3 + 1 \cdot 2^2 + 0 \cdot 2^1 + 1 \cdot 2^0 = 16 + 0 + 4 + 0 + 1 = 21_{10} \)
Match: a → iii
In hexadecimal: A = 10, D = 13
\( DAD_{16} = 13 \cdot 16^2 + 10 \cdot 16^1 + 13 \cdot 16^0 = 3328 + 160 + 13 = 3501_{10} \)
Now convert 350110 to octal:
Reading from bottom to top: 66558
Match: b → i
Invert each bit: 1101 → 0010
One’s Complement: 00102
Match: c → iv
\( 4 \cdot 8^2 + 0 \cdot 8^1 + 1 \cdot 8^0 = 256 + 0 + 1 = 257_{10} \)
Now convert 25710 to hexadecimal:
Reading from bottom to top: 10116
Match: d → ii
This corresponds to option (3).
Quick Tip: Always convert all values to a common base (usually decimal) before comparing or matching. Use one’s complement by inverting binary digits.
वर्ल्ड वाइड वेब (WWW) का आविष्कार किसने किया था-