Ask your own question, for FREE!
Computer Science 28 Online
OpenStudy (anonymous):

How do you represent the (decimal) integer 50 in, oh, “hexadecimal,” otherwise known as base-16? Recall that decimal is simply base-10, and binary is simply base-2. Infer from those base systems how to represent this one!

OpenStudy (anonymous):

This kind of conversion is buit in to most highlevel languages. In python there's a hex function - and oct and bin. Moreover the int function can convert these representations back to numbers, given a base. >>> print hex(50) 0x32 >>> print hex(16 * 16 - 1) 0xff >>> print int(hex(16 * 16 - 1), 16) 255 See more here: http://docs.python.org/library/functions.html

OpenStudy (anonymous):

you can create your own program for such convertions.. it's quite simple

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
YoungBlood: pfp wonu2019t let me switch
3 hours ago 1 Reply 0 Medals
Austinsbabygirl4life: Do you think guys would survive on periods?
6 hours ago 22 Replies 2 Medals
alyviahwillis: if anyone has any questions feel free to DM me... I don't mind at all.
8 hours ago 0 Replies 0 Medals
Rosee5656: how do I level up!??!? >,
6 hours ago 14 Replies 4 Medals
Abby13915: I made an alpaca for my fashion club
11 hours ago 3 Replies 0 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!