Jump to content

Could anyone help @ guide me with binary code?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
firefly

firefly

    Newbie

  • Members
  • Pip
  • 4 posts
hello guys, i really need help right now with this question.

how to convert 1100101(base 2) to decimal, octal and hexadecimal?

i really appreciated if u guys shows how to do it.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Binary, Ternary, Octal, Duodecimal, Hexadecimal Systems, Base Convertion from Interactive Mathematics Miscellany and Puzzles
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
firefly

firefly

    Newbie

  • Members
  • Pip
  • 4 posts
thanx. but how to put base number?sorry im a bit new to this.

heres the screenshot by the way.

yfrog.c0m/2j1g1gj

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'm not sure what you're asking. In simple text, you can do as you did in your original question, or something like 1100101_2 <-- notice, 2 is written in base 10. AF46_16 would be a base 16 number.

In programming, 0x prefix often indicates hexadecimal, 0 prefix indicates octal, and no prefix indicates decimal.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
firefly

firefly

    Newbie

  • Members
  • Pip
  • 4 posts
hmm,i just wanna find the answer. so i should just put 1100101_2 in that box to show up the answer?here's the rest of the question.

yfrog.c0m/632g4g2j

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Is this a computerized test, or paper?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
firefly

firefly

    Newbie

  • Members
  • Pip
  • 4 posts
its just a practice paper.

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If you're doing it on paper, just use a subscript with the base written in base 10.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
jpiche

jpiche

    Newbie

  • Members
  • PipPip
  • 16 posts
Definitely WolframAlpha.