Purchase Solution

Data Conversion (8-bits to decimal)

Not what you're looking for?

Ask Custom Question

Q1) Using 5 bits to represent each number, write the representation of 7 and -7 in 1's complement, signed magnitude, and 2's complement integers.

Q2)Write the 6-bit 2's complement representation of -32.

Q3) Convert these decimal numbers to 8-bit 2's complement binary numbers
a. 102 b. 64 c. 33 d. -128 e. 127

Q4)If the last digit of a 2's complement binary number is 0, then the number is even. If the last two digits of a 2's complement binary number are 00 (e.g., the binary number 01100), what does that tell you about the number?

Q5 )without changing their values convert the following 2's complement binary numbers into 8-bit 2's complement numbers.
a. 1010 b. 011001 c. 1111111000 d. 01

Q6) Create table showing the decimal value of all 4-bit 2's complement numbers

Purchase this Solution

Solution Summary

The expert provides data conversion for 8-bits to decimals.

Solution Preview

Question #1
We represent each number with 5 bits.
In one's complement, 7 = 00111, the signed magnitude is 0; -7 = 11000, the signed magnitude is 1.
In two's complement, 7 = 00111; -7 = 11001.

Question #2
To write 6-bit 2's complement representation of -32, we have
32 = 100000
-32 = 011111 + 1 = ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.