Site hosted by Angelfire.com: Build your free website today!

Menu bar
Data Structures And Number Systems
© Copyright Brian Brown, 1984-2000. All rights reserved.


This form is an interface to a CGI script (written in C), which takes an integer number and performs a number of conversions on it. The results are displayed in binary format.

The data expected by the CGI script consists of an integer number, and the number of logical shifts to rotate the number. The results are shown in HTML output.

       Please enter an integer number:                  
       Please enter a value for the number of shifts :  

       Left Shift
       Right Shift


Home | Other Courses | Feedback | Notes | Tests