Identify a pop-up window that is used to display a message.?

A. ?Alert box
B. ?Combo box
C. ?Off page window
D. ?Checkbox


Answer: A

Computer Science & Information Technology

You might also like to view...

Which one of the following statements adds the Pet structure named parrot to the List object named bird List?

Look at the following code sample: ``` struct Pet { public string name; public int age; public string type; } List birdList = new List(); Pet parrot = new Pet(); ``` a. birdList.Add(parrot); b. Add(birdList.parrot); c. birdList[parrot]; d. birdList[0] = parrot;

Computer Science & Information Technology

The intersection of a row and column in a DataGridView control is called a cell.

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

Computer Science & Information Technology

Which of the following is NOT a type of section break in Word 2010?

A) Next Page B) Continuous C) Even Page D) Last Page

Computer Science & Information Technology

One reason to use a PivotTable is that you can present the data in a concise manner

Indicate whether the statement is true or false

Computer Science & Information Technology