I have a question:
1A45 (Hexadecimal) GB= _____ (Binary) Bytes
Please tell how to fill in the answer!
Doing the calculation the conventional way, it takes a lot of time and i am not able to get the answer …
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hex-Bin conversion is easy, because each hex digit is four bit long. Memorize this table, and you’ll be able to do conversion in your head very easily:
Just replace each hex digit with its corresponding four bits, and you’ll get the first part of your answer.
Now for the GB: K means 10 binary zeros, M means 20 binary zeros, G means 30 binary zeros. Add zeros to the end of your HEX-converted-to-BIN number to get your final answer.