Answer:
using more than one medium of expression or communication
It takes about 5 days I believe
Answer:
Balance
Explanation:
Maintaining balance entails making sure things are in the right place, in the right proportion and maintaining a stable look and stand.
Maintaining a balance on a power point presentation entails that one considers these; ths one should carefully analyse how the different images go together and ensure that the positioning of elements within the images helps to make the individuals point and is pleasing to view.
This can be tasking but worth every effort put in to achieve such, because it will make your presentation to be easier to explain and better understood.
Answer: Parameters
Explanation:
Whenever a call to a recursive function is made, then the function has its own code and its own set of parameters with local variables. These parameters are within the scope of the recursive function. For example while finding the factorial of a number we are given the function with parameter such as int recursive(int n) where int n is a parameter passed into the function.