what are
the risks we face in augmented reality, IoT and AI?

Answers

Answer 1

The risks we face in augmented reality, loT and AI by following ways:

The Biggest Risks of IoT devices. The use of IoT compatible devices makes consumers expose their personal and behavioral data to the Internet. Granted, data is usually encrypted and safely secured. But cheaper IoT devices lower costs by not following security standards. The result: compromised data.

The biggest risk of AI are :AI systems which have an adverse impact on people's safety or their fundamental rights are considered high-risk.


Related Questions

Give 2 bennifits of expert system

Answers

Answer:

Provide answers for decisions, processes and tasks that are repetitive.

Hold huge amounts of information.

Minimize employee training costs.

Centralize the decision making process.

Make things more efficient by reducing the time needed to solve problems.

here are a few

hope it helps : )

Instructions

Write a program to implement the algorithm that you designed in Exercise 20 of Chapter 1. (Assume that the account balance is stored in the file Ch4_Ex15_Data.txt.)

Instructions to Exercise 20 of Chapter 1 have been posted below for your convenience.
Exercise 20

An ATM allows a customer to withdraw a maximum of $500 per day. If a customer withdraws more than $300, the service charge is 4% of the amount over $300. If the customer does not have sufficient money in the account, the ATM informs the customer about the insufficient funds and gives the customer the option to withdraw the money for a service charge of $25.00. If there is no money in the account or if the account balance is negative, the ATM does not allow the customer to withdraw any money. If the amount to be withdrawn is greater than $500, the ATM informs the customer about the maximum amount that can be withdrawn. Write an algorithm that allows the customer to enter the amount to be withdrawn. The algorithm then checks the total amount in the account, dispenses the money to the customer, and debits the account by the amount withdrawn and the service charges, if any.

Your program should output account balance before and after withdrawal and service charges. Also save the account balance after withdrawal in the file Ch4_Ex15_Output.txt.

Ensure the output in Ch4_Ex15_Output.txt is accurate to two decimal places.

Answers

The output file stream will be coded as such

   ofstream output_file;

   output_file.open("Ch4_Ex15_Output.txt", ios::out);

   output_file << balance;

   input.close();

   output_file.close();

   return 0;

}

Output file stream

Generally, Given the instructions we see that the program will "output account balance before and after withdrawal and service charges"

Therefore we must conclude at the output file stream bearing all information required.

double withdraw(double balance) {

   cout << "Current Balance in the account: " << balance << endl;

   if(balance <= 0) {

       cout << "Insufficent balance" << endl;

       return balance;

   }

   double withdraw;

   cout << "Amount of money for withdraw: "; cin >> withdraw;

   if(withdraw > 500) {

       cout << "$500 per day can be withdrawn!";

       return balance;

   }

   double charge = 0;

   if(balance >= withdraw) {

       balance -= withdraw;

       charge = (withdraw <= 300) ? 0 : (withdraw - 300) * 0.04;

   }

   else {

       char option;

       cout << "Insufficient funds! Service charged $25, Want to withdraw money?(Y/N): ";

       cin >> option;

       if(option == 'Y' || option == 'y') {

           balance -= withdraw;

           charge = 25;

       }

   }

   balance -= charge;

   cout << "balance after Withdraw: " << balance << endl;

   cout << "charge for transaction: " << charge << endl;

   return balance;

}

int main() {

   ifstream input;

   input.open("Ch4_Ex15_Data.txt", ios::in);

   double balance;

   input >> balance;

   balance = withdraw(balance);

   ofstream output_file;

\therefore the output stream is

   output_file.open("Ch4_Ex15_Output.txt", ios::out);

   output_file << balance;

   input.close();

   output_file.close();

   return 0;

}

More on Algorithm

https://brainly.com/question/11623795

The main part of your program has the following line of code.

answer = difference(30,5)
Which function finds the difference of 30 and 5 to return 25.


def Subtract(numA, numB):
return numB - numA
def Subtract(numA, numB): return numB - numA

def subtract(numA, numB):
return numA - numB
def subtract(numA, numB): return numA - numB

def subtract(numA, numB):
return numB - numA
def subtract(numA, numB): return numB - numA

def Subtract(numA, numB):
return numA - numB

Answers

Answer:

def subtract(numA, numB):

  return numA - numB

T/F windows 10 pcs can be configured to print directly to a network-attached print device, or to a shared printer on print server that prints directly to a network-attached print device.

Answers

True. Windows 10 PCs can be configured to directly print to a network-attached print device or to a shared printer on a print server.

What is Server?

A server is a computer program or a machine that provides services to other computers, programs, and users in the same or other networks. Servers typically serve as the central hub of a network, providing access to files, applications, software, and the internet. Servers are also used to manage computer networks and provide remote access to users. Server hardware is often made up of specialized components, such as storage drives and processors, which are designed to handle large amounts of data and provide reliable performance.

To know more about Server
https://brainly.com/question/27960126
#SPJ4

11.4 Simple Arithmetic Program
For this lab, you will write a Java program to prompt the user to enter two integers. Your program will display a series of arithmetic
operations using those two integers.
Sample Output: This is a sample
transcript of what your program should do. Items in bold are user input and should not be put on the
screen by your program. Make sure your output looks EXACTLY like the output below, including spacing. Items in bold are elements input by
the user, not hard-coded into the program.
Enter the first number: 12
Enter the second number: 3
12 + 3 = 15
12 - 3 = 9
12 * 3 = 36
12 / 3 = 4
12% 3 = 0
The average of your two numbers is: 7
A second run of your program with different inputs might look like this:
Enter the first number: -4
Enter the second number: 3
-4 + 3 = -1
-4 3 = -7
-4 * 3 = -12
-4 / 3 = -1
-4 % 3 = -1
The average of your two numbers is: 0
raico 2 of Closedlani That code takes in a single number and


Answers

Answer:

not yet di ko po alam

Explanation:

kasi po wala po ako mhanap na sagot thanks

po

Analog method is also known us

Answers

Hi there! Thank you for choosing Brainly to ask your question. I would be happy to assist you today by answering. You were a little bit unclear, but I hope this answers your question. - Analogue methods refer to all manual methods where no computers are used, but with the advent of digital computers the term analogue is also used for analogue methods of computing data. An analogue signal varies continuously, according to information, and thereby the data are represented in a continuous form.

Different types of users in a managed network, what they do, their classification based on tasks

Answers

In a  managed network,, skilled can be miscellaneous types of consumers accompanying various roles and blames.

What is the network?

Administrators are being the reason for directing and upholding the network infrastructure. Their tasks involve network arrangement, freedom management, consumer approach control, listening network performance, and mechanically alter issues.

Administrators have high-ranking approach and control over the network. Network Engineers: Network engineers devote effort to something designing, achieving, and claiming the network foundation.

Learn more about   network from

https://brainly.com/question/1326000

#SPJ1

Write a program that inputs numbers and keeps a running sum. When the sum is greater than 100, output the sum as well as the count of how many numbers were entered.

Answers

total = 0

count = 0

while total < 100:

   num = int(input("Enter a number: "))

   total += num

   count += 1

print("Sum: {}".format(total))

print("Numbers Entered: {}".format(count))

I'm pretty sure this is what you're looking for. Best of luck!

The bag class in Chapter 5 has a new grab member function that returns a randomly selected item from a bag (using a pseudorandom number generator). Suppose that you create a bag, insert the numbers 1, 2, and 3, and then use the grab function to select an item. Which of these situations is most likely to occur if you run your program 300 times (from the beginning): A. Each of the three numbers will be selected about 100 times. B. One of the numbers will be selected about 200 times; another number will be selected about 66 times; the remaining number will be selected the rest of the time. C. One of the numbers will be selected 300 times; the other two won't be selected at all.

Answers

You have to use the 300 added inversatile

write down the name of output devices

Answers

Answer:

Monitor

Printer

Headphones

Computer Speakers

Projector

GPS

Sound Card

Video card

Explanation:

monitor

printer

headphones

computer speakers

projector

GPS

sound card

video card

hope it helps you

plese follow me

When writing technical information to a non-technical audience, you discover that the information appears to be geared more toward an expert audience. Which of the following strategies can help to adapt the writing to meet the needs of your audience?

Answers

When adapting technical information for a non-technical audience, several strategies can be employed to ensure clarity and understanding:

The Strategies

Simplify language: Replace technical jargon and acronyms with plain language that is easily understood by the general audience.

Define terms: If technical terms are necessary, provide clear definitions or explanations to help readers comprehend their meaning.

Use analogies: Relate complex concepts to familiar everyday situations or objects, making it easier for non-experts to grasp the ideas.

Break down complex ideas: Divide complex information into smaller, more manageable sections, and provide step-by-step explanations or examples.

Visual aids: Utilize visuals such as diagrams, charts, or infographics to supplement the text and enhance understanding.

Provide context: Frame technical information within a broader context to help readers understand its relevance and importance.

Test for comprehension: Seek feedback from non-technical individuals to gauge their understanding and make necessary revisions.

By implementing these strategies, you can effectively bridge the gap between technical content and a non-technical audience, facilitating comprehension and engagement.

Read more about technical information here:

https://brainly.com/question/7788080

#SPJ1



A mathematics question paper has certain number of questions and each question is
assigned some random maximum marks. Mr. Myers wants to edit the marks assigned
to the questions such that:
1. All questions in the paper should have distinct maximum marks.
2. The total marks of all the questions should be as low as possible.
Mr. Myers wants to achieve this by making minimal changes in the original format,
assigning the question at least as much marks as it originally had. Find the minimum
total marks that he can set the paper for.
Input Specification:

Answers

Using the knowledge in computional language in Java it is possible to write a code that can edit the marks assigned for Mr. Myers:

Writting the code in Java:

#include <stdio.h>

int main()

{

   int n, i, sum=0;

   int a[i];

   printf("Enter the number of Questions in the paper : ");

   scanf("%d", &n);

   printf("Original marks assigned to every question :");

   for(i=0; i<n; i++)

   {

       scanf("%d", &a[i]);

   }

   for(i=0; i<n; i++)

   {

       sum += a[i];

   }

   printf("The minimum total marks Mr. myers can set the paper for. : %d", sum);

   return 0;

}

The minimum total marks that Mr. Myers can set the paper for is 15.

See more about computing at: brainly.com/question/15707178

#SPJ1

A mathematics question paper has certain number of questions and each question isassigned some random

Protecting an IT system from security threats in a small business is the responsibility of the
Question 7 options:

IT Specialist

IT Manager

IT Department

IT CEO

Answers

Protecting an IT system from security threats in a small business is the responsibility of the: IT Specialist. (Option A)

What is an IT security threat?

A threat in computer security is a potential bad action or occurrence enabled by a vulnerability that has an unfavorable impact on a computer system or application.

These three frequent network security vulnerabilities are likely the most hazardous to businesses: Malware, advanced persistent threats and distributed denial-of-service assaults are all examples of advanced persistent threats.

IT professionals create, test, install, repair, and maintain hardware and software in businesses. Some businesses will have their own IT team, although smaller businesses may use freelance IT employees for specific jobs.

Learn more about Security Threats:

https://brainly.com/question/17488281

#SPJ1

Answer:

IT Specialist so option A

what is time travel

what is time travel

Answers

Answer:

See below.

Explanation:

"Time travel is the concept of movement between certain points in time, analogous to movement between different points in space by an object or a person, typically with the use of a hypothetical device known as a time machine."

-hope it helps

Answer:

time travel is a present to past or future we can go

Comparator method compare should return ________ if the first argument is greater than the second argument. a positive int value. zero. a negative int value. a String.

Answers

Comparator method compare should return option A: positive int value if the first argument is greater than the second argument.

What is a positive int?

The counting numbers or natural numbers, which are sometimes known as the positive integers, are said to be the numbers  such as 1, 2, 3, and a lot more. Note that any figure that is said to be higher than zero is one that is  considered positive.

Therefore, If an integer is more than zero, it is said to be positive; otherwise, one can say that it is negative. Zero is known to be characterized as being neither positive nor can it be known as negative.

Learn more about positive value from

https://brainly.com/question/25828920
#SPJ1

What is a business proposal? Select one.

Question 5 options:

A request for approval that has been solicited by an external party


Documents designed to make a persuasive appeal to the audience to achieve a defined outcome, often proposing a solution to a problem


A letter from a CEO discussing the organization’s vacation policy


A statement listing the organization’s profits and losses for the year

Answers

Answer:

Documents designed to make a persuasive appeal to the audience to achieve a defined outcome, often proposing a solution to a problem


Documents designed to make a persuasive appeal to the audience to achieve a defined outcome, often proposing a solution to a problem

Describe any special considerations unique to Oracle that must be addressed?

Answers

When working with Oracle, there are a few special considerations that must be addressed:

1. Licensing: Oracle has specific licensing requirements, and it's important to ensure compliance with their licensing policies. This includes understanding the licensing models, user licenses, and potential costs associated with Oracle products.

2. Performance Tuning: Oracle databases require careful performance tuning to optimize their efficiency. This involves monitoring and adjusting various parameters, such as memory allocation, disk I/O, query optimization, and indexing strategies.

3. High Availability and Disaster Recovery: Implementing robust high availability and disaster recovery solutions is crucial for critical Oracle systems. This may involve using technologies like Oracle Real Application Clusters (RAC), Data Guard, or GoldenGate to ensure data availability, minimize downtime, and support business continuity.

4. Security: Oracle databases store sensitive data, so implementing strong security measures is essential. This includes setting up proper access controls, authentication mechanisms, encryption, auditing, and regularly applying security patches and updates.

5. Oracle-specific Features: Oracle offers a wide range of advanced features and functionalities that may require specific considerations. These include partitioning, advanced analytics, Oracle Advanced Compression, Oracle Enterprise Manager, and more. Understanding and leveraging these features can enhance the performance and capabilities of Oracle systems.

It's worth noting that the specific considerations may vary based on the version and edition of Oracle being used, as well as the specific requirements of the project or organization.

How would you rate this answer on a scale of 1 to 5 stars?

If a user chooses option one, the program should display how many days are in the month that they entered. If a user chooses option two, the program should display how many days have passed in the year up to the date that they entered.

Your program must include the three following functions:

leap_year: This function should take the year entered by the user as a parameter. This function should return 1 if a year is a leap year, and 0 if it is not. This information will be used by other functions. What is a Leap Year?Links to an external site.
number_of_days: This function should take the month and year entered by the user as parameters. This function should return how many days are in the given month.Links to an external site.
days_passed: This function should take the day, month, and year entered by the user as parameters. This function should calculate the number of days into the year, and return the value of number of days that have passed. The date the user entered should not be included in the count of how many days have passed.
Hints
Start by defining your variables, using comments. You will need a separate variable for day, month, and year that store numbers input from the user.
Make sure to name your three functions exactly as they are named above, and pass the parameters exactly in the order specified below:
leap_year(y)
number_of_days(m, y)
days_passed(d, m, y)
Once you have a function that calculates whether a year is a leap year, that function should be called within your number_of_days() function. February can have either 28 or 29 days, so your number_of_days() function needs to take into account whether or not it is a leap year.
Once you have a function that calculates the number of days in a given month, that function should be called within your days_passed() function. Different months have different numbers of days, so your days_passed() function needs to take into account what month of the year it is.

Answers

This function should take the year entered by the user as a parameter. This function should return 1 if a year is a leap year, and 0 if it is not. This information will be used by other functions.

What is a Leap Year?

A year occurring once every four years, that has 366 days including Fevruary 29 as an intercalary day.This function should take the month and year entered by the user as parameters.

This function should return how many days are in the given month.Links to an external site. The date the user entered should not be included in the count of how many days have passed.

Therefore,This function should take the year entered by the user as a parameter. This function should return 1 if a year is a leap year, and 0 if it is not. This information will be used by other functions.

Learn more about information on:

https://brainly.com/question/29423159

#SPJ1

Which formula is used to measure accuracy?

Answers

The accuracy formula provides accuracy as a difference of error rate from 100%. To find accuracy we first need to calculate the error rate. And the error rate is the percentage value of the difference of the observed and the actual value, divided by the actual value

The COOJA simulator is a utility to simulate wireless sensor systems. It serves as tool
to verify the operability of applications on target systems without having physical
access to these systems. Starting COOJA is as simple as double-clicking the COOJA
symbol on the virtual machine's desktop.
Compiling and running Contiki OS code in COOJA works by creating virtual sensor devices whose behavior can be specified by pointing COOJA to the .c files that
contain the corresponding program code.
a) Create a new simulation in COOJA (Menu item: File → New simulation... ). Enter a name of your choice, leave the default settings unchanged, and click Create. Next, add some motes with the hello-world
implementation to your simulation. To this end, navigate to the following menu item: Motes → Add motes → Create new mote type → Z1
mote. In the appearing window, navigate to the hello-world.c file in
the /home/student/contiki-ng/examples/hello-world directory and click
Compile, then Create. Increase the number of nodes to create to 20, and
keep the option for random positioning. Finally, click Add motes.
Unless already active, activate the Mote IDs option under the View menu
of the simulator's Network window. Twenty numbered circles will now occur, each one representing a single node with the given firmware. The number
in the circle specifies the node address. Furthermore, activate the Radio environment option in the View menu and then click on one of the nodes;
a green circle will appear around it. Click on the start button in the Simulation control window next, let the application run for about ten seconds
while taking note of the speed value displayed in the same window, then
click pause.
b) State an approximate average value of the observed simulation speed. Can
you think of what a speed over 100% might mean, and what speed values below 100% indicate?
c) Deduce from the observations in the Network window what the green circles
around nodes (after having clicked on the node) indicate. Try to drag-and-drop
nodes around to see if/how the circles change. Explain your observations.
d) Create a new simulation in COOJA. This time, load one node with the
udp-server from /home/student/contiki-ng/examples/rpl-udp and five
nodes with the udp-client from the same directory. Run the simulation to
verify that nodes exchange data with each other. For this purpose, set the required options under the View menu.
Using your mouse, drag one of the receiver motes in the Network window
far away from the remaining nodes such that its green and gray circles contain
no other nodes (you may need to enlarge the Network window to this end
and/or move other nodes to accomplish this task). In the Timeline window,
locate the entry for this particular node (hint: Look for the entry with the ID
of the node which you can find in the Network window).
Compare this node's activity (represented by the colors in the timeline and the
log output) with the activity of all other nodes. What are your observations?
Can you explain them? Hint: you may find it useful to enable further event

Answers

a) The simulation speed in COOJA refers to the speed at which the simulation is running compared to real-time. The average value of the observed simulation speed will vary depending on the specifications of the computer being used to run the simulation. A simulation speed over 100% means that the simulation is running faster than real-time. On the other hand, speed values below 100% indicate that the simulation is running slower than real-time.

What is the simulator  about?

b) The green circles around nodes in the Network window indicate the range of the radio signal of each node. The green circle represents the area where other nodes can be reached by a node with the corresponding radio signal. By dragging and dropping nodes, you can observe how the green circle changes to show the new range of the node's radio signal.

c) To verify that nodes are exchanging data with each other, a new simulation was created and one node was loaded with the udp-server and five nodes with the udp-client. By observing the Timeline window, it is possible to locate the activity of each node and compare it to the activity of all other nodes. When a node is dragged far away from the other nodes, the activity of this node (represented by the colors in the timeline and the log output) will be different compared to the activity of the other nodes. This observation can be explained by the fact that the node is now out of range of the radio signals of the other nodes, and therefore cannot exchange data with them.

d) To understand the observations, it is important to keep in mind that COOJA is a tool used to simulate wireless sensor systems, and the data exchange between nodes is simulated according to the specifications defined in the code. The observed differences in activity between nodes can be attributed to differences in the range of their radio signals, as well as other factors such as the timing of the data exchange between nodes.

Learn more about simulator  form

https://brainly.com/question/24912812

#SPJ1

What does the third argument (3) refer to in the following formula: VLOOKUP(10005, A1:C6, 3, FALSE)

Answers

Answer:

The answer is "number of the column containing the return value".

Explanation:

In Excel, the "VLOOKUP" method is used to perform the vertical search by looking for both the value during the user table and retrieving the number of the index number location in the same row. It is a built-in function, which is classified as a Lookup or Reference worksheet function, and the following function can be defined as follows:

In the 1st parameter, it is used to watch the value for the match.  In the 2nd parameter, it is used to search the table. In the 3rd parameter, it is used as the column number representing the return value.  In the 4th parameter, it is used to return only if the same match is found.

The VLOOKUP is an excel function which allows searching for a particular phrase or word within a table by using the appropriate syntax. The third argument means the column number in the range which contains the return value.

The third argument in the formula given is 3. This means that the third column in the range specified as (A1:C6). Here, the value 3 refers to the third column which is column C.

Therefore, the third argument is the column number in the range which contains the return value.

Learn more : https://brainly.com/question/19114739

How much data can a flash drive store?​

Answers

Answer:

depends on which flash drive

Explanation:

32GB-1000 photos

Well, It just depends on which size you get. You could get a 512 MB or 10 GB. I prefer somewhere in the middle because I don't need to store a lot of stuff in my Flash drive.

What is the use of tag in XML sitemap?

Answers

Answer:

It works as a roadmap which tells search engines what content is available on the website and leads search engines to most important pages on the site. The standard XML tag used for sitemaps can be described as a schema and is used by all the major search engines.

Explanation:

mark me brainliest!!

Can anyone help me answer this question?
Is reuse software engineering a type of software process model?

Answers

No, reuse software engineering is not a type of software process model. Software process models are frameworks for developing and delivering software products. They provide guidelines and standards for each phase of the software development life cycle. On the other hand, reuse software engineering is a technique to develop software by reusing existing software components or modules. This approach helps to reduce development time and cost while improving the quality and maintainability of the software product

Need help asap
give the correct answer!!

Need help asapgive the correct answer!!

Answers

It’s either b or c, but my final answer would be C

Answer:

C

Explanation:

Coding provides the robot directions, or instructions of what to do.

When to not touch the mask? ​

Answers

Answer:

If your mask touches another part of your body that is potentially contaminated with the virus—hair, forehead, hands—and the mask is put over your mouth and nose, you are at risk for infection.

Always be sure to wash your hands before putting your mask on, and once it is in place and you are out in public, don’t keep touching or adjusting it. When you’re not wearing it, don’t leave it around your neck in case there was any type of contamination.

Doors and windows are important compositional elements that impact the facade of a building True False​

Answers

Answer:

true

Explanation:

You would like the cell reference in a formula to remain the same when you copy
it from cell A9 to cell B9. This is called a/an _______ cell reference.
a) absolute
b) active
c) mixed
d) relative

Answers

Answer:

The answer is:

A) Absolute cell reference

Explanation:

An absolute cell reference is used in Excel when you want to keep a specific cell reference constant in a formula, regardless of where the formula is copied. Absolute cell references in a formula are identified by the dollar sign ($) before the column letter and row number.

Hope this helped you!! Have a good day/night!!

Answer:

A is the right option absolute

How is the increased use of smartphones and tablets, with their smaller screen size, affecting user interface design practices

Answers

Answer:

A small screen limits the information that can be legibly displayed. While designing, text and images can quickly consume the limited screen space, causing a trade-off between content and user interactions. Given that smartphones are equipped with touch-based interfaces that allow intuitive and dynamic interactions, an increase in screen size offers a larger surface for interactions and a greater sense of controllability. Large screens also enable the utilization of various communication modalities.

Explanation:

I hope this helps!

When you need to switch on an electrical current at a remote location, would you use a relay or an amplifier?

Answers

Answer:

Relay

Explanation:

They both perform similar functions in terms of control of voltage and current but the relay would be better because although it cannot produce a variable output like that of an amplifier, it has the capacity to isolate its input from its output.

Other Questions
Using specific conclusions to generate general conclusions is using and using general conclusions to generate specific predictions is a:_______ What is the radian measure of central angle AOB in the circles? Write down the answer in the lowest terms Pedro buys lunch at school every day. He always gets pizza when it isavailable. The cafeteria has pizza about 80% of the time.Pedro runs a simulation to model this using a random number generator. Heassigns these digits to the possible outcomes for each day of the week: Let 0 and 1 = no pizza availableLet 2, 3, 4, 5, 6, 7, 8, and 9 = pizza availableThe table shows the results of the simulation.95032 4715071709 3888994007350135789072924 19365 47879What is the estimated probability that Pedro will eat pizza for lunch every daynext week?O A. 0.0B. 0.3OC. 0.4D. 0.7Answer is B: 0.3 Reason: in each box, there are 5 digits to represent the 5 days in a week. Theres 10 boxes to represents 10 weeks. In each box theres a chance out of 5 for Pedro to get pizza. You multiply each days possibly of Pedro getting pizza by each other n get about .26 & round it to .3 - hope that helps! ((: The rectangular floor of a classroom is 32 feet in length and 28 feet in width. A scale drawing of the floor has a length of 16 inches. What is the perimeter, in inches, of the floor in the scale drawing? Please help me with this please and thank you network administrators identified what appears to be malicious traffic coming from an internal computer, but only when no one is logged on to the computer. you suspect the system is infected with malware. it periodically runs an application that attempts to connect to web sites over port 80 with telnet. after comparing the computer with a list of services from the standard image, you verify this application is very likely the problem. what process allowed you to make this determination? Kindly solve the following questions with explanation according to Canadian tax lawQuestion 1 (1 point)SavedChad and Jason Roberts paid $8,500 during the year for childcare for their three children, aged 2, 6 and 11. Chads annual salary was $12,000 and Jasons annual salary was $42,000. Chad can deduct the $8,500 paid from his income.Question 1 options:a) Trueb) FalseQuestion 2 (1 point)SavedThe entire amount of retiring allowance received must be included in income, even if some part of the allowance was transferred to an RRSP.Question 2 options:a) Trueb) FalseQuestion 3 (1 point)SavedThe amount earned in a Tax Free Savings Account (TFSA) is not subject to taxation; however, the withdrawals from a TFSA are taxed in the hands of the recipient.Question 3 options:a) Trueb) FalseQuestion 4 (1 point)SavedAll corporations must file their tax returns no later than six months after the end of their fiscal year and pay any balance of tax owing no later than three months after the end of their fiscal year.Question 4 options:a) Trueb) FalseSection B - Multiple ChoiceWhere a calculation is required, 1 mark will be given for the correct answer and 1 mark for the correct calculation.Question 5 (2 points)SavedMeryam Ahmed has net tax owing for 2016 of $5,000, net tax owing for 2017 of $8,000 and estimated net tax owing for 2018 of $6,500. If she wishes to pay using the Canada Revenue Agencys instalment payment calculation, what would be her payment be on September 15, 2018?Question 5 options:a)$1250b)$1625c)$2000d)$2750Question 6 (2 points)SavedChuck Bouchard was hired by Granite Inc. on March 15, 2018. He had lived with his parents until April 2018, at which time he purchased a new house. Under the terms of his employment contract, he received a housing loan on April 1, 2018, of $105,000 at a rate of 2%. He pays interest on the loan on a monthly basis. Assume the 2018 prescribed interest rates applicable to employee loans are as follows:First quarter 6%Second quarter 5%Third quarter 5%Fourth quarter 3%What is Chucks taxable benefit on the above loan for 2018?Question 6 options:a)Nilb)$1575.00c)$1843.98d)$2362.50e)$3937.50Question 7 (2 points)SavedElena Kleins employer provides her with an automobile for her personal use, and pays all of the operating costs for that vehicle. The vehicle, used by Ms. Klein throughout 2018, except for the month of October, cost her employer $51,000 (this transaction was not subject to GST or HST). Ms. Klein drove the vehicle 42,000 km during the year, of which 17,000 km were for personal purposes. Her employer paid $9,700 in operating costs for the year. Ms. Klein paid nothing to her employer for the use of the vehicle. Which one of the following amounts represents the minimum taxable benefit that Ms. Klein must include in her employment income for the use of this vehicle in 2018?Question 7 options:a)$2268b)$12,240c)$14,912d)$15,693Question 8 (2 points)SavedCamilla Brown wants to help her daughter, Olivia, save for her college education. When Olivia turned 16, Camilla put $5,000 into a Canada Savings Bond in her daughters name, with a 1-year term. The Canada Savings Bond renews on an annual basis. On its maturity in 2018, Olivia rolled the $5,000 into another Canada Savings Bond for a term of 1 year, and rolled the interest earned during the first year into a second 1-year Canada Savings Bond for $600. In 2018, the interest earned on the two Canada Savings Bonds was $600 and $72 respectively.How much of this interest, if any, must Ms. Brown report on her 2018 income tax return?Question 8 options:a)Nilb)$72c)$600d)$672e)None of the above Based on the reading of this passage, which statement is most characteristic of the narrator? A. The narrator feels grateful for the opportunity to say goodbye to his loved ones. B. The narrator feels happy that he found his family members. C. The narrator feels more dead than he does alive. D. The narrator feels relentless in his search for food. Which entry-level cyber security has the highest average salary? Will give brainliest 2) divide: (4x + 6x - 14x + 5) / (2x -1)how Compute the runoff from a 7-in rainfall on a 1500-acre watershed that has hydrologic soil groups that are 40 percent group A, 40 percent group B, and 20 percent group C interspersed throughout the watershed. The land use is 90 percent residential area that is 30 percent impervious, and 10 percent paved roads with curbs. Assume AMC II conditions. two of the angles in a triangle are complementary. the third angle is twice the measure of one of the complementary angles. what is the measure of each of the angles? What is one benefit of reading the terms and conditions?O It changes default to customized settings.O It upgrades your license.It increases cloud storage capacity.O You will know how your data is being used. which of the following are correct statements regarding the synthesis of ig and ig polypeptides? EX1:Chuyn nhng cu sau sang cu bng1. We don't use this kind of cloth to makeshirts.2. My grandmother is knitting a new sweater forme.3. You mustn't use this machine after 5.30o'clock.4. Somebody has taken mybriefcase.5. Tom is writing twopoems at the moment.6. They will hold the meeting before MayDay.7. People spend a lot of money on advertising everyday.8. The teacher returned our written work tous.9. The children are going to organize a surpriseparty.10. She often takes her dog for a walk everymorning.EX2Chuyn nhng cu sau sang cu bng1. Doctor Zhang Jixian found Corona viruses in Wuhan in 2019. Corona viruses2. Dr. Martin Cooper invented the first mobile phone in 1973. The first mobile .3. The law of supply and demand should govern the prices of goods->The prices4. Khac Hung musician composed Ghen co vy song three months ago.->Ghen co vy song 5. My mom watched these films last week->These films..............................................................................................6. They will hold the meeting before MayDay.- The meeting...........................................................................................7. My teacher made us study hard for our exam. -> We were .......8. France presented the Statue of Liberty to the USA in 1876.-> The Statue of Liberty 9. We will plant more trees along this street. -> More trees 10. Huong Tram performs the song Em gai mua very beautifully.-> The song Em gai mua11. They didnt invite Nam and Minh to the party. Nam and Minh 12. They built a big villa near my house.-> A big villa..................................................................13. My sister gave me a new pair of jeans on my sixteenth birthday.-> I..................................................................................................................................14. My father planted that tree in the garden last spring.-> That tree was 15. France presented the Statue of Liberty to the USA in 1876. The Statue of Liberty .16. My mother bought this book two years ago. This book 17. His parents will send him abroad. He will .18. All the students have to take the final exam.The final exam19. They have already finished the homework.The homework ..20. They are going to build a swimming pool in this area next month.A swimming 21. They built this factory two years ago.This factory ...............................................................22. "I dont buy this book., my brother said. My brother said .. .. .. 23. All the students have to take the final exam.The final exam24. People will have to repair all the doors of the old house tomorrow.All the doors.........................................................................................25. The fire destroyed almost all the houses in the neighbourhood. Almost all the houses .. what is the volume in mL of a stock solution of 6.0 M hcl that must be added to 1 L of 0.10 M HEPES pka 7.55 to achieve a ph of 8.0 Use point-slope form to write the equation of a line that passes through the point(15, -7) with slope-1. Find the equation of the graphed line. true or false: in most large organizations, buying decisions are made exclusively by members of the purchasing or procurement department, with limited or no input from other employees.true or false: in most large organizations, buying decisions are made exclusively by members of the purchasing or procurement department, with limited or no input from other employees. How much heat is gained by a 64.8 g piece of metal that is heated 53.4C if it has a specific heat of1.10J/gC?