Difference between revisions of "CSC231 Final Exam Solutoins 2012"
Line 512: | Line 512: | ||
Nobody saw that you could use a look-up table for this question! Would have made your program so much simpler!!! | Nobody saw that you could use a look-up table for this question! Would have made your program so much simpler!!! | ||
+ | |||
+ | table equ $ | ||
+ | db 'A','A','A','A', 0x00 | ||
+ | db 'A','A','A','C', 0x01 | ||
+ | ''etc...'' | ||
But the great majority got at least 90% of the binary pattern to print out... Good! | But the great majority got at least 90% of the binary pattern to print out... Good! |
Revision as of 15:28, 20 December 2012
--D. Thiebaut 14:37, 20 December 2012 (EST)