A tab added to the ribbon automatically when a specific object is selected and that contains commands relevant to the selected object is known as a ________ tab

A) contextual B) hidden C) home D) dynamic


A

Computer Science & Information Technology

You might also like to view...

What words are displayed in the list box by the following program segment?

``` Dim dimensions() As String = {"width", "height", "depth"} Dim query = From dimension in dimensions Order By dimension.Length Descending, dimension Ascending Select dimension lstBox.DataSource = query.ToList lstBox.SelectedIndex = Nothing ``` (A) width, height, depth (B) height, depth, width (C) height, width, depth (D) depth, width, height

Computer Science & Information Technology

To arrange the records in descending order, you must ____.

A. cut and paste B. edit C. filter D. sort

Computer Science & Information Technology

Reports are view-only objects, meaning they can be used to read and display data but cannot be used to change data. _________________________

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

Computer Science & Information Technology

A(n) ____ is an example of a secondary memory device.

A. register B. RAM chip C. An optical disc D. virtual disk

Computer Science & Information Technology