Problem 2 (20 marks) Implement a function ComputeCRC32ForFile(const FileName: string): UInt32 that computes CRC32 (IEEE 802.3) for the entire file. Use a precomputed table and read in 64KB chunks.
This is useful for debugging, encoding, or learning binary operations. code4bin delphi verified
Model answer (summary, key points; full code expected in exam): full code expected in exam):