Data Conversions Program
<p>This is a program designed to help pupils practice conversions between binary, denary and hexadecimal for GCSE Computer Science.</p>
<p>Attacthed is a .txt file. <strong>You will need to copy and paste the code in to any Python IDE of your choosing.</strong></p>
<p>There are six conversion in this program including:<br />
<strong>-Binary to Denary<br />
Denary to Binary<br />
Binary to Hex<br />
Hex to Binary<br />
Denary to Hex<br />
Hex to Denary</strong></p>
<p>Pupils load up the program, choose one of the above options and then generate a number. They then will have to convert the number to the target base number system. They could use a white board in front of them to help work this out.</p>
<p>Hope you find this helpful and please leave feedback if you have any spare time.</p>