A(n) ____________, or GUI, allows the user to interact with the operating system and application programs through graphical elements on the screen.

a. general-purpose interface
b. graphical user interface
c. generic unified interface
d. graphics utility interface

b. graphical user interface

Computer Science & Information Technology

You might also like to view...

Which of the following device types does a Mobile Device Management (MDM) solution attempt to secure? (Choose all that apply.)

A. company-owned B. personal C. government D. proprietary

Computer Science & Information Technology

Assuming that x is equal to 4, which of the following statements will not result in y containing the value 5 after execution?

a. y = 5; b. y = x++; c. y = ++x; d. y = x + 1

Computer Science & Information Technology