Purchase Solution

Show results for specific operations

Not what you're looking for?

Ask Custom Question

For X = 1000 0011 1001 0101, show the result of the following operations:

a) shr(X) ____ ____ ____ ____

b) shl(X) ____ ____ ____ ____

c) cir(X) ____ ____ ____ ____

d) cil(X) ____ ____ ____ ____

e) ashr(X) ____ ____ ____ ____

f) ashl(X) ____ ____ ____ ____

g) dshr(X) ____ ____ ____ ____

h) dshl(X) ____ ____ ____ ____

Purchase this Solution

Solution Summary

The results for specific operations are determined.

Solution Preview

Original number: 1000 001 1001 0101

shr:
Shift right
result: 0100 000 1100 1010

shl:
Shift left
result: 0000 011 0010 1010
cir:
Shift right circular. The LSB in ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

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 UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.