When working with data-bound controls on multiple forms, you can make sure that a data set contains a current copy of the data by calling the table adapter’s ____________.

a. Sync method
b. Refresh method
c. Fill method
d. Clear method


c. Fill method

Computer Science & Information Technology

You might also like to view...

The values of foo and bar are:

``` String line1 = new String("c = 1 + 2 + 3") ; StringTokenizer tok = new StringTokenizer(line1, "+="); String foo = tok.nextToken(); String bar = tok.nextToken(); ``` a. foo is “c ”, bar is “ = ”. b. foo is “c”, bar is “ ”. c. foo is “ = ”, bar is “ + ”. d. foo is “c ”, bar is “ 1 ”.

Computer Science & Information Technology

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

1. You can use the TabIndex property to determine the order in which tabbing will occur. 2. The Enabled property does not allow the control to perform actions when it’s set to false. 3. Property Anchor allows you to prevent form alterations by the user. 4. Docking and anchoring accomplish the same task. 5. The Padding property specifies the distance between the docked control and the Form edges.

Computer Science & Information Technology

Outlook defines a(n) ____________________ as an activity that does not involve other people or resources.

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

Computer Science & Information Technology

The total zoom available on a camera is determined by digital zoom ________ optical zoom

A) divided by B) multiplied by C) added to D) subtracted from

Computer Science & Information Technology