Answer:
Option D) 5
Explanation:
4 subnet bits is 240 mask which provides
, i.e., 16 subnets and provides 14 hosts for each.
In order to achieve the target and provide correct subnet mask, 5 subnet bits are required to be borrowed from the host of a classful network address as then the addition of one more subnet bit would result in 248 mask which in turn gives 5 subnet bits which results in
, i.e., 32 subnets and 3 host with 6 host per subnet.
Continuing advances in technology and automation will be eliminating repetitive work in the offices of the future.
Computer technology has had a tremendous impact upon workers. In some instances, the introduction of computers has improved member working conditions, but, in others, new technology has produced several detrimental effects.
Explanation:
- One of the key trends to emerge was that automation, smart machines and artificial intelligence will conduct repetitive work, replacing the need for people to complete these tasks.
- Instead of worrying about job losses, executives should be helping to reduce jobs in which AI and machine learning take over boring tasks, while humans spend more time with higher-level tasks.
Here are three ways eliminating repetitive work can boost productivity:
- <u> Reduce Dependency on Email and Spreadsheets :</u> Automation tools such as mobile applications, customized portals and project management tools eliminate the time spent checking and responding to emails and updating spreadsheets to reflect work progress. With automated tools, managers and their teams can post progress or project information on an integrated mobile app.
- <u>Reduce Mistakes and Injuries </u>: The possibility of human errors, which take more time to correct, is virtually eliminated when tasks are automated. Leaving the monotonous tasks to machines reduces the chance of injuries and allows workers to keep working on more strategic tasks.
- <u> Free Employees Time for High-Level Skills</u> : Many of the employees who spend their time undertaking repetitive tasks could actually be better utilized on more complex tasks.
There are a variety of illnesses that may be caused by repetitive computer work :
-
Tendonitis : pain and swelling of tendons at the junction between the tendon and its muscle;
- Epicondylitis: pain and swelling where the tendons and bone join around the elbow joint, etc
Solution :
function tickets(user_tickets){
var num_tickets;
if (user_tickets < 5) {
num_tickets = 1;
return ('num_tickets: '+ num_tickets);
}
else {
num_tickets = user_tickets;
return('num_tickets: '+ num_tickets);
}
}
// Testing the tickets function
// With user_tickets = 3, 5, 8, and 1
console.log(tickets(3));
console.log(tickets(5));
console.log(tickets(8));
console.log(tickets(1));
Answer: Online analytical processing
Explanation:
Online analytical processing(OLAP) is the method through which multi-dimension analytical queries can be resolved.User can attain selected query data as per their selection and then assess and analyze them from different view point.
- It helps in viewing and reporting , planning ,performing analytical calculation, collecting data in data cubes etc.
- Other options are incorrect because data adjacency, Ad hoc reporting ,data segregation and E-discovery are not the mechanism through which query and storage of data in data cubes take place.
- Thus, the correct option is online analytical processing
Sometimes I just meet some Unintelligen ppl