I’m really bad with python lol
Answer:
step 1: sign up for an intune account
step 2: create intune user accounts
step 3: define intune policies
step 4: enroll mobile devices
step 5: link mobile devices to users.
Explanation:
The Microsoft Windows intune is a Microsoft cloud-based service that provides a central cloud service for all subscribed and linked devices. It provides a sense of security of data resource and tracking of device activities.
A company subscribes to intune to allow the use of both cooperate and BYOD (bring your own device to work), to access data. First, the administrator sign up and create the intune account, then defined the intune security policies. Then it enrolls the individual devices and links them to their respective users.
Answer:
Option 3: alpha = {3, 2, 9, 6, 8}
Explanation:
Given an an array, <em>alpha,</em> with 5 integer elements.
What happen inside the for-loop is that
- The current index-j will be multiplied by 2 and then assigned as the value of the element of the array indexed by j.
- If the index-j is an odd number (j % 2 == 1), the previous element of the array, alpha[j - 1] will be assigned with value of alpha[j] + j. For example, given the alpha[0] = 0. If j = 1, alpha[j - 1] = alpha [0] = alpha[1] + 1= 2 + 1 = 3
- In short, the elements with even index-j are simply equal with 2 * index-j. Whereas the elements with odd index-j will always equal to alpha[j - 1] = alpha[j] + j
The correct answer is B. Doing your research
Explanation:
Before asking questions in a website or writing through customer support it is recommended to first do your research, this means looking for information on the internet or the frequently asked questions because in most cases the question you have in mind has been answered by the webpage or other people and therefore if you look by you own you can avoid sending emails or contacting people. This principle is basic when using the internet and implies only in case you cannot find the answer to a question you ask for help.
According to this, sending an email before looking through the site and reading the frequently asked question is an example of not doing your research, because it is supposed first you look for information on your own and just in case you cannot find anything you contact someone else.
<u>Explanation:</u>
Note, the Wireshark software application is unique in that it has the ability to perform multiple layers of individual packet analysis.
Whereas in NetWitness Investigator software application, even though it doesn't go deeper like Wireshark, it can still detect new threats or problems in a network and then organized all of such information for the administrator.
So, in a sense, by using both applications, a network administrator can find the problems (using Wireshark), while another application (NetWitness Investigator) organizes them for him.