C-03-Q037mediumsingle_mcq
What is the easiest way to convert an octal number to a hexadecimal number (or vice versa)?
What is the easiest way to convert an octal number to a hexadecimal number (or vice versa)?
- aConvert directly using a division table
- bConvert through the decimal system first
- cConvert through the binary system first
- dMultiply both bases together