Teacher Quan — Private Computer Science Teacher

Candidates should be able to

Theory
  • Write code to perform file-processing operations
    • Open (in read, write, append mode) and close a file
    • Read a record from a file and write a record to a file
    • Perform file-processing operations on serial, sequential, random files
  • Show understanding of an exception and the importance of exception handling
    • Know when it is appropriate to use exception handling
    • Write program code to use exception handling