A ____ control allows actions such as navigating through data, adding data, and deleting data.

A. BindingNavigator
B. BindingToolStrip
C. DataNavigator
D. DataToolStrip


Answer: A

Computer Science & Information Technology

You might also like to view...

By creating lookup fields, you can help improve the efficiency of the data entry process

Indicate whether the statement is true or false

Computer Science & Information Technology

QuickBooks is an example of ________ software.

A. educational B. accounting C. course management D. gaming

Computer Science & Information Technology

Some smartphones use ______ text, where you press one key on the keyboard or keypad for each letter in a word, and software on the phone suggests words you may want.

A. suggestive B. interpretive C. predictive D. presumptive

Computer Science & Information Technology

int[][] myVals = {{2, 4, 6},                  {1, 3, 5, 7}};Using the above array, what is the value of myVals.length?

A. 1 B. 2 C. 4 D. 5

Computer Science & Information Technology