Purchase Solution

Arithmetic for Computers

Not what you're looking for?

Ask Custom Question

1. Show unique examples of binary arithmetic operations (addition and subtraction) using two's complement.

2. Show unique examples of logical manipulation of binary numbers using AND, OR, and NOT (complement).

3. Show unique examples of bit shifting of binary numbers.

Remember to cite your sources!

Purchase this Solution

Solution Summary

Arithmetic for Computers is emphasized.

Solution Preview

1. For example, adding 15 and -5:

11111 111 (carry)

0000 1111 (15)
+ 1111 1011 (-5)
===========
0000 1010 ...

Purchase this Solution


Free BrainMass Quizzes
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.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.