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

Homework 1

This document outlines the problems on Homework 1 for ECE 171 Winter 2011. It contains 9 problems involving converting numbers between decimal, binary, octal, and hexadecimal number systems using various methods like subtracting weights, repeated radix division, and grouping into fours. Problems include converting individual numbers as well as filling in tables showing the relationships between different number bases.

Uploaded by

Minh Hoang
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views

Homework 1

This document outlines the problems on Homework 1 for ECE 171 Winter 2011. It contains 9 problems involving converting numbers between decimal, binary, octal, and hexadecimal number systems using various methods like subtracting weights, repeated radix division, and grouping into fours. Problems include converting individual numbers as well as filling in tables showing the relationships between different number bases.

Uploaded by

Minh Hoang
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ECE

171 Winter 2011 Homework 1


1. [5] Use the subtract the weights or repeated radix division method to convert each of the following decimal integers to binary. a) 13 b) 35 c) 47 d) 74 e) 165 2. [5] Convert each of the following binary numbers to its equivalent hexadecimal representation using the groups of 4 method. a) 10000101 b) 10010110 c) 10110111 d) 11011100 e) 11111011 3. [5] Convert each of the following hexadecimal numbers to its equivalent binary representation using the groups of 4 method in reverse. a) D b) 1A c) 16 d) 321 e) BEAD 4. [10] Convert each of the following binary numbers to its equivalent octal and hexadecimal representations. a) 10000001 b) 101010100 c) 10001000.111 d) 1100001.1 e) 110111.01 5. [5] Convert each of the following hexadecimal numbers to its decimal equivalent using the polynomial function method. a) 1516 b) B216 c) 10D16 d) EE16 e) 7C16

6. [5] Fill in the table below 20 21 22 23 24 25 26 27 28 29 210 Decimal

Binary

Octal

Hexadecimal

7. [5] Construct a table showing the hexadecimal numbers between 0016 and 2016 and their binary equivalents. 8. [6] Convert the decimal number 0.625 to its binary, octal, and hexadecimal equivalents. 9. [6] Convert the decimal number 13.9 to its binary, octal, and hexadecimal equivalents.

You might also like