1) Physical files exist on storage while logical files are how programs view files without knowing the actual physical file.
2) Opening files creates a new file or accesses an existing one, while closing files frees up the file descriptor for another file and ensures all output is written.
3) Core file processing operations include reading, writing, and seeking within a file.