Answer:
c. The placement and relationship of elements within a picture
Explanation:
Required
What composition means?
Literally, composition means the way the elements of a picture are presented. The elements in this case constitute all lines, shapes, dots, pattern and many more.
You will notice that some of these elements will be placed over one another, some side by side, some far from one another.
So, composition means the way these elements are displayed.
<em>Hence, option (c) is correct.</em>
Answer:
special purpose application software
Explanation:
it is a type of software created to execute one specific task.for example a camera application on your phone wul only allow you to take and share pictures.
Other example of special purpose application are web browsers,calculators,media playors,calendar programs e.t.c.
Answer:
1. Scripts area is the main working area in Scratch.
2. Sensing blocks are color-coded light blue.
3. Adware is a malware which pops up a window, informing the user that the system is infected and asks for a fee to clean it.
4. Amaya is a WYSIWYG.
The output of the program is 10.
def mult(a, b = 1, c = 1):
print(a * b * c)
mult(2, 5)
<h3>Code explanation:</h3>
The code is written in python.
- A function is declared named "multi" and the function has parameter of a, b and c. The default value of b and c are 1.
- Locally, we print the product of a, b and c.
- Finally, we call the function with its inputted parameters. Notice we only had 2 argument while calling the function. This simply implies that the default value for c is used. Therefore, we will have 2 × 5 × 1 = 10
learn more on python here: brainly.com/question/22796383
Mac os is based on the UNIX operating system.