To determine a monthly interest rate, you must divide the annual interest rate by:
A) twelve. B) six. C) four. D) two.
A
You might also like to view...
The intermediate Stream operation ________ results in a stream containing only the elements that satisfy a condition.
a. distinct b. map c. filter d. limit
Consider the maximum sub-array problem for the array [ -1, 1, 2, -3, 5, -6, 5, 3]; what is the maximal sub-array length?
a. 4 b. 2 c. 1 d. 3
Case AC 2-2Jennifer is creating a new inventory management table for the pet store where she works. She is spending the time upfront to make sure the data types are all assigned correctly.Jennifer's boss asks her if they can include detailed descriptions of each item in the database. The descriptions would be approximately 5000 characters. For this field she assigns the ____ data type.
A. Text B. Memo C. AutoNumber D. Description
Case AC 2-2Jennifer is creating a new inventory management table for the pet store where she works. She is spending the time upfront to make sure the data types are all assigned correctly.Jennifer wants to add a field with the answer to the question, "Is this an inventory item?" The answer to the question would be "yes" or "no." In this case, she should use the ____ data type.
A. Yes/No B. True/False C. On/Off D. Inventory/Custom