Which of the following Microsoft Office applications is a relational database software application that is used to record and link data, query databases, and create forms and reports?
A. Access
B. Word
C. PowerPoint
D. Excel
Answer: A
You might also like to view...
The _______________________ puzzle is a favorite of computer scientists because of its elegant recursive solution.
a) Tower of Hanoi b) Sudoku c) Tetris d) Tic-Tac-Toe e) none of the above
What sorting algorithm is implemented by the following function?
public class another { public void sort(int arr[], int begin, int end) { if (begin < end) { int partitionIndex = partition(arr, begin, end); sort(arr, begin, partitionIndex-1); sort(arr, partitionIndex+1, end); } } } a. Quick sort b. Bubble Sort c. Merge sort d. Selection sort
One method of jumping nonsequentially to slides is by clicking a ____ or an action button on a slide.
A. website B. margin C. pointer D. hyperlink
When you use copy and paste to create a new Web page from an existing page, you can change the title of the new page in the ____ dialog box.
A. New Page B. Pasted Page C. Form Properties D. Page Properties