0% found this document useful (0 votes)
65 views7 pages

Tutorial Exercises - Numbers

This document contains exercises on converting between different number bases and performing arithmetic operations in binary. It includes: 1) Converting numbers between decimal, binary, octal, and hexadecimal bases. 2) Writing decimal numbers 50810 and 0.91310 in binary, octal, and hexadecimal. 3) Finding the octal equivalent of the binary numbers 110101.112 and 1001011.11012 and the binary equivalent of the decimal numbers 46.60148 and 647.66628. 4) Finding the hexadecimal equivalent of the binary number 110101.112 and the binary form of the hexadecimal number 3B4.E5216. 5) Adding the binary numbers 1011.1012 +

Uploaded by

Cheow Li Jong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views7 pages

Tutorial Exercises - Numbers

This document contains exercises on converting between different number bases and performing arithmetic operations in binary. It includes: 1) Converting numbers between decimal, binary, octal, and hexadecimal bases. 2) Writing decimal numbers 50810 and 0.91310 in binary, octal, and hexadecimal. 3) Finding the octal equivalent of the binary numbers 110101.112 and 1001011.11012 and the binary equivalent of the decimal numbers 46.60148 and 647.66628. 4) Finding the hexadecimal equivalent of the binary number 110101.112 and the binary form of the hexadecimal number 3B4.E5216. 5) Adding the binary numbers 1011.1012 +

Uploaded by

Cheow Li Jong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Exercises

Numbers

Conversion of other base to decimal base system

a) b) c)

Express the following numbers in decimal/denary form 10110.0112 12.438 4A5.D6216

Conversion of decimal to other base system


Write the whole number 50810 and 0.91310 in a) binary form b) octal form c) hexadecimal form Note that for the fractional number, leave your answers in 4 places after the radix point.

Binary Octal
a)

Find the octal equivalents of (i) 110101.112 (ii)1001011.11012 Find the binary equivalents of (i) 46.60148 (ii)647.66628

b)

Binary hexadecimal
a)

b)

Find the hexadecimal equivalents of 110101.112 Find the binary forms of 3B4.E5216

Binary arithmetic

Working in binary, find 1011.1012 + 1100.0112 101.0112 + 110.0012

a)

b)

Binary Multiplication

Working in binary, find


11.012 X 10.112 101.012X 11.12

a) b)

You might also like