Answer:
I'm years late, but the answer is A.) Slide Layout...
Explanation:
-Slide layout changes the layout and make-up of the slide(s)
-It's not B. because Shapes is just to insert shapes onto the slide(s)
-It's not C. because Animation is to modify the shapes and add animation to them.
-It's not D. because Slide Transition is to modify the way the presentation goes from slide to slide when being presented.
Answer:
The correct response is "Track".
Explanation:
- Tracks encourage the individual that listens to that same music video to miss or ignore that same starting of almost any soundtrack at a certain moment.
- It might also impact an individual who accompanies a facility that implements or obeys guests.
For obvious reasons, a digital ad service can track client's internet search engine behavior patterns to continue providing accurate recommendations.
Four Rights of users of information system are the
following;
<span>·
</span>Protection from viruses, worms and other threats
<span>·
</span>User should have an effective training
<span>·
</span>The user should have a reliable system
development as well as maintenance
<span>·
</span>The user should have a computing environment
The size declarator indicates the number of elements, or values, an array can hold.It is used in a definition of an array.<span>The size declarator must be a constant integer expression with a value greater than zero. </span>A subscript is used to access a specific element in an array.
Answer:
#include <stdio.h>
void main()
{
int num;
printf("Input a number :");
scanf("%d", &num);
if (num >= 0)
printf("%d is a positive number \n", num);
else
printf("%d is a negative number \n", num);
}
Explanation:
good luck.
hope it helped you.
pls mark brainleist