Discuss the difference between the way Access saves a record and the way Excel saves a row in a worksheet.

What will be an ideal response?


In Access, as soon as you move to another record, the record is saved. No separate save step exists. In Excel, data entered into rows is not saved until the entire worksheet is saved.

Computer Science & Information Technology

You might also like to view...

For a particular function somefunc of a base class called SomeBaseClass, where somefunc has one integer parameter called x and returns a float, we wish to enforce dynamic binding on the name of the object for which this function is called (for this class and all derived classes that override the function. The function prototype of somefunc in SomeBaseClass might look like this:

A. dynamic float somefunc( int x ); B. dynamic_bind float somefunc( int x ); C. virtual float somefunc( int x ); D. protected float somefunc( int x );

Computer Science & Information Technology

The quickbegin parameter is used to determine whether or not the browser starts the embedded clip automatically when the Web page is loaded.

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

Computer Science & Information Technology

_____ messages appear as ScreenTips next to the active cell.

A. Value B. Input C. Key D. User

Computer Science & Information Technology

Choose the sentence that applies correct capitalization.?

A. ?Next week, reverend ralph brownell will speak on his role in the civil rights movement. B. ?Next week, Reverend Ralph Brownell will speak on his role in the Civil Rights Movement. C. ?Next week, reverend Ralph Brownell will speak on his role in the Civil Rights Movement.

Computer Science & Information Technology