The document provides instructions for writing Pascal programs to convert between decimal, binary, octal, and hexadecimal number systems. It instructs the reader to write an algorithm, code, compile, and test programs to convert decimal to binary, decimal to octal, and decimal to hexadecimal. It then asks the reader to modify the programs to use subprograms and allow user input for the desired conversion type. Finally, it suggests further expanding the program to allow for conversion in both directions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
420 views1 page
Pascal Tasks IV
The document provides instructions for writing Pascal programs to convert between decimal, binary, octal, and hexadecimal number systems. It instructs the reader to write an algorithm, code, compile, and test programs to convert decimal to binary, decimal to octal, and decimal to hexadecimal. It then asks the reader to modify the programs to use subprograms and allow user input for the desired conversion type. Finally, it suggests further expanding the program to allow for conversion in both directions.