0% found this document useful (0 votes)
37 views

CS211 Tutorial 1

The document provides a list of 8 conversion and calculation problems involving binary, octal, hexadecimal, decimal, and radix numeric systems. Specifically, it asks the reader to: 1) Convert several decimal numbers to binary and vice versa, 2) Convert between binary, octal, and hexadecimal, 3) Convert a decimal number to radix 3, 4) Determine the largest and smallest numbers representable in 14 bits using one's and two's complement, 5) Calculate the sum of 4 binary numbers, and 6) Convert some hexadecimal numbers to binary and decimal.

Uploaded by

Titan Thanos
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

CS211 Tutorial 1

The document provides a list of 8 conversion and calculation problems involving binary, octal, hexadecimal, decimal, and radix numeric systems. Specifically, it asks the reader to: 1) Convert several decimal numbers to binary and vice versa, 2) Convert between binary, octal, and hexadecimal, 3) Convert a decimal number to radix 3, 4) Determine the largest and smallest numbers representable in 14 bits using one's and two's complement, 5) Calculate the sum of 4 binary numbers, and 6) Convert some hexadecimal numbers to binary and decimal.

Uploaded by

Titan Thanos
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CS211 Tutorial 1

1) Convert the following decimal numbers into binary:


a. 1200
b. 1024
c. 3500
2) Convert the following binary numbers into Octal and Hexadecimal.
a. 110001100
b. 1000001000111
c. 1111101101010
3) Convert the decimal number 300 into radix 3.
4) What is the largest positive number that can be represented in 14 bits using one’s complement?
Represent the number in bits and decimal as well.

5) What is the smallest negative number that can be represented in 14 bits using two’s
complement? Represent the number in bits and decimal as well.
6) Which value does this two’s complement binary number 11111100 represents?
7) What is the sum of adding the following four binary numbers?
000010010101
000100010001
000100110001
000010010010
8) Convert the following hexadecimal numbers into binary and decimal numbers:
a. FFFA
b. 1001
c. ABC1

You might also like