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
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
To arrange the records in descending order, you must ____.
A. cut and paste B. edit C. filter D. sort
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)
A(n) ____ is an example of a secondary memory device.
A. register B. RAM chip C. An optical disc D. virtual disk