Critical Thinking Questions
Case 8-2
?
Siobhan is going to create a dialog box for a new application and while she has been a user of dialog boxes for a long time, she has never before taken the time to learn the names of the actual dialog box features aligned with their functions.

?Siobhan has a feature in the dialog box that must allow her users to select one or more choices from a group. Which of the following dialog box components is she most likely to use?

A. ?Check box
B. ?Text box
C. ?List box
D. ?Toggle button


Answer: A

Computer Science & Information Technology

You might also like to view...

What will be returned from the following method?

``` public static int methodA() { double a = 8.5 + 9.5; return a; } ``` a. 18.0 b. 18 c. 8.0 d. This is an error.

Computer Science & Information Technology

Which of the following statements is true?

a. A VBox’s Spacing property specifies vertical spacing between its controls. b. Setting a control’s Max Width property to MAX_VALUE enables the control to fill its parent node’s width. c. A control’s On Mouse Dragged event handler (located under the Mouse heading in the Code section) specifies what to do when the user drags the mouse on the control. d. Each of these statements is true.

Computer Science & Information Technology

Google has developed its own mobile operating system called _____.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If you use a mouse or non-tablet device, you cannot use the Bristle brush.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology