Answer:
The word is " Harmony"
In Art, Harmony is the balance. It is one of the seven principles of Art.
It is the delightful way the parts are organised, which creates a balanced view, the “Visual equilibrium” .
Harmony is in the music, poem, colours and even in the food. Balance give us a pleasant feeling of equilibrium.
Answer:
The value of sum is 66
Explanation:
i = 1
sum = 0
while (i <= 11) {
sum = sum + i;
i++;
}
i = 1
- sum = sum + i
- sum = 0 + 1
- sum = 1
i = 2
i = 3
i = 4
i = 5
i = 6
i = 7
i = 8
i = 9
i = 10
i = 11
i = 12 --> does not comply with the condition "i < = 11", the while loop is over
Answer:
(b) backing field
Explanation:
A backing field of a property is a private field that stores or holds any data assigned to the property. Backing fields are generated for a class property if that property uses the default implementation of the accessor methods in that class.
Backing fields help to make codes readable, flexible and robust as they enhance encapsulation - one great feature in Object Oriented Programming.
On the Home tab, in the Paragraph group, click Align Right. This shows a right tab aligned segment of the text, Alignment determines the appearance of the document. When One right align, the text will be aligned to the right of the margin. It is different from justified alignment.