The type of function a client would use to check the balance of a bank account would be:
a. A utility function.
b. A predicate function.
c. An access function.
d. A constructor.
c. An access function.
You might also like to view...
What elements are in the array newArray after the following code is executed?
``` Dim firstArray() As Integer = {1, 2, 3} Dim secondArray() As Integer = {3, 4, 5, 6} Dim newArray() As Integer = firstArray.Except(secondArray).ToArray ``` (A) 1, 2, 3, 3, 4, 5, 6 (B) 1, 2, 3, 4, 5, 6 (C) 3 (D) 1, 2
Which of the following can be used to view any active connections to a Windows computer?
A) fc B) openfiles C) net sessions D) netstat
What happens when a Make Table query is run when a table with the same name already exists in the database?
A) The existing table is deleted. B) The query will function like an Append query instead. C) The query will not run until you rename or delete the existing table. D) The existing table has the word " Old" added to the end of the name.
The W3C formally recommends using the ____ DOM.
A. CSS B. DHTML C. XML D. HTML