An interface that uses visual icons is said to be using a(n) ________

Fill in the blank(s) with correct word

graphical user interface, GUI

Computer Science & Information Technology

You might also like to view...

What is the proper foreach header format?

a) (foreach type_identifer in arrayName) b) foreach (arrayName) c) foreach (type_identifer in arrayName) d) None of the above.

Computer Science & Information Technology

In the ____ loop, the condition appears in the last line.

A. sequential B. pretest C. posttest D. iterative

Computer Science & Information Technology