How do you suppose does an input spooling system designed to read punched cards from a card reader operate?

What will be an ideal response?


First the deck of punched cards is spooled to a disk file.Then,as the program executes, it reads the card images from the disk much faster than it could from the card reader. The presumption is that the input spooling is completed before the program executes, so that the card images will be available as the program needs them. In the interim, while the cards are being spooled to disk, the program is performing other tasks. Although punched cards are not used today, the spooling principle illustrated here is still valid.

Computer Science & Information Technology

You might also like to view...

A library employee takes 45 seconds to process a returned item. One morning there were 30 items in the book return bin. How long did it take the employee to process all of the returned items?

a) 22 ½ minutes b) 30 minutes c) 45 minutes d) 135 minutes e) 1350 minutes

Computer Science & Information Technology

Modify the waitfor program to also print the tty number that the user logs on to. That is, the output should look like:

sandy logged onto tty13 if sandy logs on to tty13.

Computer Science & Information Technology

Information in an Access report is often easier to read and comprehend when it is separated into ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Match the following terms to their meanings:

I. Run time II. Design time III. Keyword IV. Syntax error V. MsgBox statement A. The code statement is identical in Access and Excel B. The mode during which a program is being executed C. Occurs when you misuse or misspell a keyword D. The mode for creating programming code E. Is grouped into different categories

Computer Science & Information Technology