Put the term next to each statement

Prepare to run a word processor program.
Begin running the word processor program.
The program needs a document named Resume.doc. Prepare to access that document.
The program accesses Resume.doc
The program now needs a document named CoverLetter.doc, but there's no room in memory.

1 answer

Here are the terms that correspond to each statement:

  1. Load / Initialize: Prepare to run a word processor program.
  2. Launch / Start: Begin running the word processor program.
  3. Open / Access: The program needs a document named Resume.doc. Prepare to access that document.
  4. Open / Load Document: The program accesses Resume.doc.
  5. Memory Error / Insufficient Memory: The program now needs a document named CoverLetter.doc, but there's no room in memory.