<em>Shift </em>selects multiple worksheets at the same time. <em>Ctrl</em> selects all that you selected with Ctrl pressed.
Answer:
Last Option is correct answer. ( Option D)
Explanation:
Option A is rejected because this will allow the view permission but as mentioned the management want a new profile for the users as well.
Option B is rejected because again it will not facilitate the different profile requirement.
Option C is not answer because It will only help in viewing the data and granting permission.
Option D is selected because it will meet both requirements which are to make a new profile first of all and then grant the View permissions to these profiles for the user subset.
The answer is a. A mnemonic is a tool to aid retention
It depends on the programming language which library function to use. In C# and Java you have the i.toString() construct, in C/C++ you could use itoa(i, str, 10) or sprintf("%d", i).