When captions are displayed, the default text that appears below a picture in a photo album is the ________ the picture file
A) size of B) name of C) extension of D) link to
B
You might also like to view...
The statements in the body of a while loop may never be executed while the statements in the body of a do-while loop will be executed
a. at least once b. at least twice c. never d. as many times as the user wishes e. None of these
Consider the Java code segment below: Polygon poly2 = new Polygon(); poly2.addPoint(100, 30); poly2.addPoint(100, 130); Which of the following will create a polygon that is a square?
a. poly2.addPoint(100, 60); poly2.addPoint(100, 130); b. poly2.addPoint(200, 130); poly2.addPoint(200, 30); c. poly2.addPoint(200, 60); poly2.addPoint(200, 130); d. poly2.addPoint(100, 130); poly2.addPoint(100, 230);
Identify a protocol that allows data to be privately exchanged over public networks.
a. SSL b. TCP c. IP d. None of the above
Critical Thinking QuestionsCase 5-2Eric had a small reference card that he keeps handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box, but then he lost the card. He calls over to you for help in reminding him what values correspond to what.Eric wants your help in remembering which of the following options corresponds to a dialog box that alerts the user to an error and offers the OK and Cancel buttons. What do you tell him? a. MsgBox("User name is missing", 0 Or 32, "User Name Error")c. MsgBox("User name is missing", 1 Or 64, "User Name Error")b. MsgBox("User name is missing", 0 Or 48, "User Name Error")d. MsgBox("User name is missing", 1 Or 16, "User Name Error")
What will be an ideal response?