A ________ enables you to point to and click on graphical objects, such as icons and buttons, to initiate commands

A) user interface B) dialog box
C) GUI D) command-line interface


C

Computer Science & Information Technology

You might also like to view...

How many lines of output are produced by the following program segment?

``` For i As Integer = 1 To 3 For j As Integer = 1 To 3 For k As Integer = i to j lstBox.Items.Add('Programming is fun.") Next Next Next ``` (A) 8 (B) 9 (C) 10 (D) 1

Computer Science & Information Technology

Write a loop that cycles through an array of String objects called names and prints them out, one per line.

What will be an ideal response?

Computer Science & Information Technology

The link button control's ____ property specifies the Web page to display when the control is clicked.

A. PostBackUrl B. PostBack C. Link D. Page

Computer Science & Information Technology

Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image.

a. validation b. multimedia c. optimization d. bandwidth

Computer Science & Information Technology