Quote (Ghot @ 15 Sep 2013 00:30)
By regular numbers I mean 1234, hex etc...which you can just right a short program to convert...it's not like that with Roman Numerals tho.
Roman Numerals present a problem for comps... like VI and IV etc.
binary, octal, decimal, hex are just diff base numbering systems...there are normal computer functions (equations) to convert them....with Roman Numerals you can't do it that simply.
you are right for binary, octal and hex because those align closely to the basically binary architecture
but while representation/conversion for roman numerals (or greek, or hebrew) is more difficult than for decimal ones
for decimal numbers a conversion is necessary as well (as said before language libraries provide for it but it is still done)
while there have been computer architectures around storing numbers as decimal strings, standard computer architecture does not know decimal numbers, so a conversion is always necessary
since this is the hardware section i would have expected that that would be fully appreciated
let me end with the suggestion: ponder over what a number really is