The answer is (B)
Sparkline
Sparkline is a feature in MS Excel that enables you to see
trends within your data at a glance. Once the procedure is followed to create a
Sparkline, you can change the Sparkline’s data source. To do this, you need to
select the Sparkline cell and go to the Sparkline tools tab. You can proceed to
click on Design - Sparkline - Edit Data - Edit group location and data/ Edit
Single Sparkline’s Data option.
Answer:
The marks in sequence are as follows:
- make lower case
- add space
- remove space
- do not delete
Explanation:
We will look upon the symbols one by one.
In the first line, the mark on Q is for "making it lower case"
In the second line, the mark with # means that space needs to be inserted there.
In the third line, the mark used with "fo x" means that the space between fo and x needs to be deleted
And in the last line, the mark with stet written in circle means "let it stand" or "do not delete"
Hence,
The marks in sequence are as follows:
- make lower case
- add space
- remove space
- do not delete
it is the story boarding because when you want to plan you nd a story boarding so you can plan your Images
Answer:
The final case in selection sort is trivially sorted.
The final iteration in insertion sort is not needed.
Explanation:
For selection sort, you make sub arrays and find the smallest element placing it in the front and repeat until sorted. This guarantees the final element will already be the greatest element, thus it is trivially sorted.
For Insertion sort, you use the initial element and compare it to the previous element and swap if the current is larger than the previous. Using this sort, you will always perform n-1 comparisons where n is the total amount of elements in the array. Thus, there are only 11 iterations for a 12 element array.
Cheers.