The process of decreasing the file size of a database and enhancing the performance of the database is called ____________________ the database.
Fill in the blank(s) with the appropriate word(s).
compacting
You might also like to view...
A packet-filtering firewall is a(n) ____________ firewall
a. Packet Filgering b. Application gateway c. Circuit-level gateway d. Domain gateway
DNS uses a(n) __________________ naming structure with root at the top.
Fill in the blank(s) with the appropriate word(s).
Which of the following statements should you use to call the GetEndingInventory procedure described in review question 14?
a. call GetEndingInventory(intbegin, intsales, intpurchases, intending) b. call GetEndingInventory(byval intbegin, byval intsales, byval intpurchases, byref intending) c. call GetEdningInventory(byref intbegin, byref intsales, byref intpurchases, byref intending) d. call GetEndingInventory(byval intbegin, byval intsales, byval intpurchases, byval intending)
When passing an array to a function, the called function receives a copy of the array; this is because C uses pass by value.
Answer the following statement true (T) or false (F)