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.
Download as DOC, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
408 views
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.