Input and Output Devices

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page   hear noise   go to next page

After you have installed the game, where are its parts located?

Answer:

  • A program
    • On the hard disk
  • Data
    • On the hard disk

When you play the game, its various parts are copied from the hard disk into main memory as needed.

Input and Output Devices

Input and output devices allow the computer system to interact with the outside world by moving data into and out of the system. An input device is used to bring data into the system. Some input devices are:

  • Keyboard
  • Mouse
  • Microphone
  • Bar code reader
  • Graphics tablet

An output device is used to send data out of the system. Some output devices are:

  • Monitor
  • Printer
  • Speaker

A network interface acts as both input and output. Data flows from the network into the computer, and out of the computer into the network.

QUESTION 8:

Do you think that data transfer from the network is slower or faster than from main memory?