Answer:
B) discussion forum
Explanation:
A discussion forum is an online tool where people can post messages and everyone with access to the forum can read what is been shared, give answers and post new content. Because of this, the forum will be the technique that will best help Athena receive suggestions from employees, while also allowing employees to share their ideas with one another. Instant messaging, texting and emailing won't allow the interaction between several people discussing ideas that the forum can provide.
Answer:
a.Payment for meals
Explanation:
Opportunity cost is referred to as the next best alternative.
Opportunity cost means the benefits foregone of the non chosen alternative when an alternative is chosen from the available set of options which includes the non chosen option.
For e.g storage of money at home has an opportunity cost in the form of loss of interest had the same money been invested elsewhere apart from assuming the risk of loss of theft.
In the given case, the opportunity cost of being a full time student at a university instead of working full time at a job includes the opportunity cost in the form of income from that full time job in addition to specific expenses incurred for being a full time student such as Payment for tuition, Payment for books.
Thus, payment for meals represents a common cost which would've been incurred anyway irrespective of whether one attends full time college or does a full time job.
Answer:
for (i = 0; datasamples[i] < NUM_POINTS ; ++i) {
if(datasamples[i] < minVal) {
datasamples[i] = datasamples[i] * 2;
}
}
Explanation:
In this particular problem, we are trying to look at each value in the datasamples array, and double it. This calls for the use of an index variable.
The index variable will keep track of the position within the array as we move from left to right. Starting on the left, at index 0, we will move right until we are at the end of the array.
++i takes care of incrementing the index variable each time the loop runs. This is what moves through the array.
The termination condition checks whether if we have iterates all values in the array. Once you've gone past all the values in the array the index variable is pointing all the way at the end.
As soon as the termination condition is false the loop will stop executing. So we will want to run your code while i (the index variable) is less than the size of the array (datasamples.length).
Once you've figured out the for loop bounds, simply check your conditional with an if-then statement before updating the values:
If I am correct your missing answer is Post Secondary Education
Answer: Option 2
Explanation: since the production cost is the same once installed, the highly specialised equipment purchased will help HEB produce more sushi.