Which of these is the name of a type of interface that allows a user to type in commands on a keyboard which gives the computer instructions?

  • A. Command line interface (CLI)
  • B. Graphical user interface (GUI)
  • C. Touchscreen interface
  • D. Drop down menu interface

Explanation

A command-line interface accepts typed commands and returns text-based results. A GUI instead uses visual elements such as windows, icons and menus.

Related questions