If your on a computer then you can download a screenshot app if you dont already have one and all you do is simply screen shot your whole screen .and if it is on a tablet or phone there should be a screenshot button right there.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The given options to this question are:
- resolution.
- magnification.
- orientation.
- colors.
The correct option to this question is 1. i.e.
Resolution.
The resolution of an image determines how many pixels per inch an image contains. Image having a higher resolution takes long page load times for a page and lower resolution takes less page load time. So, to prevent long page load times for pages containing images, it is best to use compressed file formation as well as appropriate image dimension and resolution.
While other options are not correct because:
Magnification, orientation, and color does not affect the page load time. Page load time for images only affected by the dimension and resolution of the images.
The answer is C. The modem does not contain enough bandwidth to handle modern video streaming.
Answer:
27 Queues.
Explanation:
Radix sort is an unique sorting algorithm which does not uses comparison.It does so by creating and distributing the elements into a container according to their radix.
In above mentioned question we'll be needing 26 queue for the letters and one queue to store the whole list during,after and before sorting.
Answer:
True
Explanation:
Yes, the limiting condition of a linked list is the number of the elements that are present in the list. Consider a linked list contains 'n' number of elements, create an iterator which iterates over all the n elements of the linked list. So , in the limiting condition ( for loops , while loops, do while loops in all the looping conditions in fact in any conditions ) the iterator has to iterate over all the elements present in the linked list. So , the limiting condition is the number of elements in the list.