Answer: A. Using different cell styles can help you differentiate different types of data.
B. Fonts should be easily readable and of appropriate size.
D. Be consistent with themes across worksheets and workbooks.
Explanation:
A theme refers to the preset package that contains functionality details and graphical appearance.
The guidelines for using themes include:
• Using different cell styles can help you differentiate different types of data.
• Fonts should be easily readable and of appropriate size.
• Be consistent with themes across worksheets and workbooks.
Therefore, the correct options are A, B and D.
Answer:
Answered below
Explanation:
//Program is written in Java programming //language
Class Box{
private double length;
private double width;
private double height;
Box(double len, double wid, double hgt){
length = len;
width = wid;
height = hgt;
}
public double volumeOfBox( ){
double volume = length * width * height;
return volume;
}
public double getLength( ){
return length;
}
public double getWidth( ){
return width;
}
public double getHeight( ){
return height;
}
}
Answer:
The second one:
int sum = 0; for (int i = 0; i < values.length; i++) { if ((values[i] % 2) == 0) { sum += values[i]; } }
Answer:
D. It does not reflect any changes made in the document
Explanation:
A limited access is usually done by middle level and top level managers in an organisation to prevent other staff member to edit or make changes to confidential documents when they are out of the office, though the staff can read it, they can not make changes to it.