The ____ provides convenient, one-tap or one-click access to frequently used commands.
A. KeyTips toolbar
B. Quick Access Toolbar
C. mini toolbar
D. Microsoft Account Area
Answer: B
You might also like to view...
Which sorting algorithm has the same average and worst case time bounds (in Big-Oh) as heapsort?
a. insertion sort b. mergesort c. quicksort d. shellsort e. none of the above
Which of the following array declarations are invalid?
a) int[] grades = new int[5]; b) int grades[] = new int[5]; c) int[] grades = { 91, 83, 42, 100, 77 }; d) all of the above are valid e) none of the above are valid
This is an issue today with the ever increasing number of wireless users. This has to do with the number of connecting wireless clients and it has to be taken into consideration.
What will be an ideal response?
Answer the following statements true (T) or false (F)
1. Under MS-DOS the file name extension is optional. 2. Each time a file is accessed, MS-DOS records its name and starting address in a disk directory. 3. When an MS-DOS disk is formatted, a single root directory is created. 4. To simplify keeping track of the files, MS-DOS allows the user to create special files called subdirectories. 5. To fully identify an MS-DOS file you must always code a complete path name.