Purchase Solution

(ref7) Binary Sign Magnitude

Not what you're looking for?

Ask Custom Question

A. Convert +512 into sign/magnitude.
b. Convert -29 into sign/magnitude.
c. Convert +512 into two's complement.
d. Convert -29 into two's complement.

Purchase this Solution

Solution Summary

The expert examines binary sign magnitudes.

Solution Preview

a) Expressing +512 in 16 bit sign - magnitude

(512)10 = (1000000000)2.

Sign bit (leftmost bit) should be 0 since the number is positive.

So, the result is 0000001000000000. (We add six0's to make it 16-bit)

b) Express -29 in 8-bit sign-magnitude ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

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

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.