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
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
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?
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
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