Memorex should: iv. record a refund liability in the year of the sale.
<h3>What is a right-of-return privilege?</h3>
A right-of-return privilege can be defined as a special right, advantage or entitlement that is accorded to a customer, which avails them an opportunity to return a product they have purchased.
Since Memorex Disks offers its customers right-of-return privileges, it is expected that it should record a refund liability in the year of the sale i.e recording an allowance for sales returns in the year the sale was made.
Read more on right-of-return privilege here: brainly.com/question/17165436
#SPJ1
 
        
             
        
        
        
Answer:
a. HIPAA
Explanation:
HIPPA represents the Health Insurance Portability and Accountability Act that of the United States which becomes mandatory for protecting the medical data in any form. 
Also in the case of data protection that represent the general regulations, PCI DSS, GDPR etc would be used
So the option a is correct
hence, all the other options are wrong
 
        
             
        
        
        
D. All of the Above.
If you are using a Twitter account for marketing your personal brand, you certainly should evaluate your entire profile, which includes your pictures, bio and tweets.  
        
             
        
        
        
Answer:
see explaination 
Explanation:
MaxArray.java
public class MaxArray{
 
 public static void main(String[] args) {
 int a[] = {1,2,5,4,3};
 int max = max (a, 5);
 System.out.println("Max value is "+max);
 }
 public static int max (int a[],int size){
 if (size > 0) {
 return Math.max(a[size-1], max(a, size-1));
 } else {
 return a[0];
 }
 
 }
}
Output:
MaxArray
 
        
             
        
        
        
Answer:
The options are not being given. However, we can place the $ sign in front of letter or number we make it constant across the rows or across the columns. By $B we mean, the column will remain same as B as we move across the rows down or up, and by $6 we mean the row will remain fixed to 6 as you move right or left of the cell where you place $6. 
Thus, B$6 + C1,will change to below as you move down:
B$6 + C2
B$6 + C3
B$6 + C5
...... and so on. 
and if we move left, it will become:
C$6 +D6
D$6 +E6
E$6 +F6
.........and so on.
Please keep an eye on the letter and number, the way they change in each condition, like if its B the next is C irrespective of columns where the next column starts. 
Explanation:
The answer is self explanatory.