_____ should be scanned for viruses

Answers

Answer 1

Answer:

Computers/laptops should be scanned for viruses.

Answer 2

Your question has been heard loud and clear.

People's blood , the plasma in the people's blood should be scanned for viruses.

Thank you owo


Related Questions

You're the network administrator for a company that has just expanded from one floor to two floors of a large building, and the number of workstations you need has doubled from 50 to 100. You're concerned that network performance will suffer if you add computers to the existing LAN. In addition, new users will be working in a separate business unit, and there are reasons to logically separate the two groups of computers. What type of network should you configure?

Answers

Answer:

Internetwork

Explanation:

Internetwork refers to the interconnection between the multiple networks of the computer through which the message could be exchanged with one another and in this,  no hardware network is required. The other word of the internetwork is internet

Therefore in the question it is mentioned that you want to double the workstations i.e 50 to 100. Also, new peoples would be work in a distinct unit of business

So this situation represents the internetwork

You are instructing a user on how to properly use a new laptop. He asks about the special function keys that are used to perform tasks such as toggling the display or adjusting the display brightness. Which key should the user strike in combination with the special function keys

Answers

Answer:

The Fn key.

Explanation:

In this scenario, you are instructing a user on how to properly use a new laptop. He asks about the special function keys that are used to perform tasks such as toggling the display or adjusting the display brightness.

The user should strike the "Fn" key in combination with the special function keys.

In Computer science, the special function keys found on the top row of a keyboard are the F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, and F12 keys. Each of the special function keys just like their name suggests are used to perform different tasks respectively as defined by the operating system of a computer.

Fn is an acronym for function. In order to use the special function keys, a user must first hold down the Fn key before pressing the specific special function key which then triggers functions configured to use this key.

For instance, "Fn+F2" is to reduce brightness on the Windows operating system. Also, "Fn+F12" is to increase audio volume on the Mac operating system.

What are green skills .Write about some of the areas in which green skills contribute to the sustainable development?

Answers

Answer:

Green skills also known as skills for sustainability are the combination of knowledge, values, attitudes, technical skills required in order to promote sustainable societies and economies as well as to protect the environment in daily endeavors including industrial, business and communal activities to meet environmental regulations and reduce the impact of climate change

Explanation:

The development of alternative wind, water, and solar power supply to support fossil fuel based power generation is shaping the energy economy dynamics in developing countries that have lower penetration of commercial electricity and had to make use of environmentally unfriendly and expensive power generating sets with limited power supply duration

Green kills has improved power penetration to very remote locations in such economies as well as promoted the attainment of sustainable development goals.

A mobile device user has tried to install a new app numerous times without success. She has closed all unused apps, disabled live wallpapers, and restarted the device in an attempt to get the app to install.
Which of the following steps should the user take next?
A. Back up all user data and perform a factory reset.
B. Check for sufficient available storage space.
C. Disable full device encryption.
D. Generate a new public key.

Answers

The correct answer is B. Check for sufficient available storage space.  

Explanation:

One of the factors that can cause it is not possible to install a new app is insufficient storage as space in the mobile device is needed to save the app. This can be easily solved either by deleting apps and other content or expanding the memory available through a Micro SD card. Also, before attempting any major procedure such as a complete reset it is important to check the storage space availability. In this context, the user should check for sufficient available storage space (option B) because this might be the cause of the issue she is experiencing; also, this is a basic step before considering others such as performing a factory reset.

a small storage device that can be carried in a pocket​

Answers

Answer:

USB is a small storage device that can be carried in a pocket

Are bops safe for organisations ? State your views on it

Answers

Answer:

Explanation:

Crew members need to remember that blowout prevention equipment is heavy any very unforgiving. Working around BOPs (nippling up or down, ram replacement, etc.) puts workers in a high hazard area. All personnel involved in the operation must be fully alert and knowledgeable in their tasks. All crew members should participate in the Pre-Job Safety meeting. Communications are critical in this operation and all personnel should be aware of the signals to be used.

A technician has a client’s laptop that is randomly shutting down. Which of the following is the FIRST step of the troubleshooting theory that the technician will perform to resolve the laptop’s issue?
A. Document finding, actions, and outcomes
B. Identify the problem
C. Establish a theory
D. Establish a plan of action to resolve the problem

Answers

Answer:

B

.Identify the problem

Scenario: The Internet Explorer 8 browser is being used to display a web page with an audio player but the audio element displays nothing on the page. Read the following code snippet and select the reason for the incorrect display from the choices below.
width="160" height="150">


Sparky the Dog (.mov)

A. The controls attribute should be controls="yes"
B. There are too many source elements.
C. The file extension .ogg is incorrect.
D. The MIME type values are incorrect.

Answers

Answer:

nose

Explanation:

To see the non-printing characters in Writer press ________ + ________keys, together.

Answers

Answer:

Ctrl + *

Explanation:

Non-printing characters are the characters that are not displayed at the time of printing of an document or a spreadsheet. This is used for designing a content

The few are examples like non-breaking space, the pilcrow etc

The shortcut to show or hide the non-printing characters is Ctrl + * i.e Contorl + Star

So press these two keys we can see the non-printing characters

Answer:

Ctrl+F10, is the keys to see the non printing characters in Open Office Writer

Explanation:

I’m trying to get answers from Brainly and it’s not showing up. I’ve been refreshing the browser, but it’s the same. I’ve never had this problem before can someone help me out here?

Answers

Answer:

We are having the same problem

Explanation:

Which statement about comments is false? Select one: a. Lengthy comments can cause poor execution-time performance. b. Comments do not cause any machine language object code to be generated. c. Comments may begin and end with /* and */, respectively. d. Programmers insert comments to document programs and improve program readability.

Answers

Answer:

The answer is "Option a".

Explanation:

In programming, the Comment is also known as the description of the source code or the program, which increases the readability of the programmer.  It aims to facilitate understanding of it's code to humans, and when we this code the compilers and interpreters typically avoid it, and correct choices can be defined as follows:

In choice b, There is no use of comments in the compilation.  In choice c, the multiple line comment starts with starts and ends with /* and */.   In choice d, it increases the program readability.

Which of the following statements is true? a. Predicate methods typically test a condition and modify the object on which they're called. b. Predicate methods typically do not test a condition and do not modify the object on which they're called. c. Predicate methods typically test a condition and do not modify the object on which they're called. d. Predicate methods typically do not test a condition and modify the object on which they're called.

Answers

Answer:

C

Explanation:

Predicate methods typically test a condition and do not modify the object on which they're called.

write a qbasic program to count the number of words present in the given word​

Answers

Answer:

1.1

Explanation:

What is the output of the following code snippet? final int COST = 583; int digit = COST % 10; if (digit != 500) { System.out.println("500"); } else { System.out.println("Not 500"); } There is no output due to compilation errors. 500 Not 500 500 Not 500

Answers

Answer:

500

Explanation:

COST = 583

583 % 10 = 3

digit = 3

if (digit != 500) then print "500"

3 != 500 ---> System.out.println("500");

G Suite for Education offers which benefits to educators? (Select all that apply.) Select All Correct Responses Android apps available on select chromebooks Domain admin can install apps All apps are approved by your organization App permissions reviewed by domain admin for student safety

Answers

Answer:

The correct options are;

1) Android apps available on select chrome books

2) Domain admin can install apps

3) App permissions reviewed by domain admin for student safety

Explanation:

Select Chrome books work with android apps including does part of G -Suite for Educators such ,  Class room, Contacts, Drive, Vault,  Docs, For ms, Sheets

Domain administrators can manage school owned devices and applications including installing an app

Part of managing the domain includes the review of per missions for apps for student safety.

What is the output of the following code fragment? int i = 1; int sum = 0; while (i <= 11) { sum = sum + i; i++; } System.out.println("The value of sum is " + sum); The value of sum is 65. The value of sum is 66. The value of sum is 55. The value of sum is 56.

Answers

Answer:

The value of sum is 66

Explanation:

i = 1

sum = 0

while (i <= 11) {  

sum = sum + i;

i++;  

}

i = 1

sum = sum + isum = 0 + 1sum = 1

i = 2

sum = sum + isum = 1 + 2sum = 3

i = 3

sum = sum + isum = 3 + 3sum = 6

i = 4

sum = sum + isum = 6 + 4sum = 10

i = 5

sum = sum + isum = 10 + 5sum = 15

i = 6

sum = sum + isum = 15 + 6sum = 21

i = 7

sum = sum + isum = 21 + 7sum = 28

i = 8

sum = sum + isum = 28 + 8sum = 36

i = 9

sum = sum + isum = 36 + 9sum = 45

i = 10

sum = sum + isum = 45 + 10sum = 55

i = 11

sum = sum + isum = 55 + 11sum = 66

i = 12 --> does not comply with the condition "i < = 11", the while loop is over

Suppose that instead of swapping element A[i] with a random element from the subarray A[i..n], we swapped it with a random element from anywhere in the array: PERMUTE-WITH-ALL (A) 1, n = A.length 2, for i = 1 to n 3, swap A[i] with A[RANDOM(1, n)] Does this code produce a uniform random permutation? Why or why not?

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

Its Permute-with-all method, which doesn't result in a consistent randomized permutation. It takes into account this same permutation, which occurs while n=3. There's many 3 of each other, when the random calls, with each one of three different values returned and so, the value is=  27. Allow-with-all trying to call possible outcomes as of 3! = 6  

Permutations, when a random initial permutation has been made, there will now be any possible combination 1/6 times, that is an integer number m times, where each permutation will have to occur m/27= 1/6. this condition is not fulfilled by the Integer m.

Yes, if you've got the permutation of < 1,2,3 > as well as how to find out design, in which often get the following with permute-with-all  chances, which can be defined as follows:

[tex]\bold{PERMUTATION \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ PROBABILITY}[/tex]

[tex]\bold{<1,2,3> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 4/27= 0.14 }\\\bold{<1,3,2> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5/27=0.18}\\[/tex]

[tex]\bold{<2,1,3> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5/27=0.18}\\\bold{<2,3,1>\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5/27=0.18}[/tex]

[tex]\bold{<3,2,1> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 4/27=0.14}[/tex]

Although these ADD to 1 none are equal to 1/6.

One excellent diagnostic tool is a digital agent, a software routine that performs an action when a specified event occurs. It can interact with customers to provide solutions, take customers on a tour of a company’s web site, or escalate customers from self-services to assisted service channels. Group of answer choices

Answers

Answer:

The given statement is true.

Explanation:

Diagnostic Tool seems to be a convenient and effective tool that allows management strategies continues to drive designed to access fix any technical errors that only the drive might well display.They arrive from several of the trusted companies and also have important advantages. Those other scanners would then encourage you to make a diagnosis a multitude of functionality, and that in deployment they are indeed very consistent, precise as well as accurate.

So that the above is the right answer.

what is the base number of binary, decimal and octal?​

Answers

Answer:

Explanation:

Answer:

0 and 1

Explanation:

Jason's cellphone company allows him to use his smartphone as a wireless hotspot with his laptop when traveling. Jason notices that if he runs a speed test from his smartphone, the cellular connection is 8761 kbps. If he runs the same speed test connection from his laptop which is connected to his cellphone over its wireless hotspot,the speed drops to 243 kbps. Which of the following is the MOST likely cause for the drop in the speed test results?
Explanation
a) The smartphone's RFID signal is low
​b) The wireless hotspot feature is throttling the cellular connection speed
​c) The SSID for the wireless hotspot is not being broadcast
d) The laptop is out of range of the smartphone's hotspot

Answers

Answer:

b) The wireless hotspot feature is throttling the cellular connection speed.

Explanation:

The wireless hotspot feature allows phone to share cellular data with other network creating a Wi-Fi network. Cellular data is connected with other devices or laptops. Jason's cellphone company is allowing him to use his smart phone as a wireless hotspot with his laptop. He notices that cellular connection speed differs when he uses wireless hotspot with laptop. This is because hotspot is throttling cellular connection speed.

Thanks to the availability of computers, mobile devices and ISs, information flowing through companies is almost always available to executives, managers, and workers who no longer struggle to find information they need to make sound decisions or do their jobs.
a. True
b. False

Answers

Answer:

False

Explanation:

The advent of computers, mobile devices and ISs, information flowing through companies is almost always available to executives, managers, and workers who no longer struggle to find information they need to make sound decisions or do their jobs.

It has made information flowing through companies to be readily available to executives, managers and workers. It helps workers to make sound decisions and discharge their duties effectively.

Vulnerabilities and risks are evaluated based on their threats against which of the following?This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9. A Data usefulness B Due care C Extent of liability D One or more of the CIA Triad principles

Answers

Answer:

The answer is "Option D".

Explanation:

The CIA Trilogue is a model for interpretation of security policies within an organization that is designed for direct confidentiality, integrity, and availability. This design is also sometimes related to it as the AIC triad, which avoids overlap with the central intelligence community.

In option A, it is used to process and analyze the data, that's why it is wrong. In option B, It is wrong because it tracks the measurement of financial assets, determines risks in an organization, and focus on areas for further study. In option C, It is wrong because it is regulated by contracts.

What is the function of a primary key in a table? (A.)to uniquely identify each record in the table,(B.)to uniquely identify foreign keys in the table,(C.)to secure table data,(D.)to secure the foreign keys in the table

Answers

Answer:

A. To uniquely identify each record in the table

Explanation:

From the list of given options, the option that best describe the primary key is A.

For better understanding of what primary key is all about, I'll make use of the following illustration.

Take for instance; the following relational table fields and records

SN ----- Name ----- Age

1 ------- John ---------15

2------- Peter ------- 17

3 ----- Ruth ----------16

If I've set the primary key of the above table to be SN, this means that no two records can have the same SN because each SN value is unique to every row.

Similarly,if I've set the primary key as Name, then there can only be one occurrence of John, Ruth or Peter because each of these are unique to their rows.

Answer

A.)

Explanation:

hope this helps

Pete would like to respond only to users within his organization with an automatic reply. He is configuring the automatic response. Which option should he select? Outside my organization tab Inside my organization tab Only send during this time range Do not send automatic replies

Answers

Answer:

It is inside my organization tab

Explanation:

Correct on edg

There are tabs for sending automatic responses to university employees under the “Inside My Organization” and “Outside My Organization" headings in Outlook and OWA, respectively. You have the option of setting several messages for each. Thus, option B is correct,

What impact organization with an automatic reply?

You can interact with your current and new clients about crucial information they might need in order to do business with you by turning on automated answers. By visiting your Inbox, you can update and disable automated responses whenever you want.

People who send you emails may worry why you haven't responded if you will be out of the office or otherwise unavailable to check them.

With the help of the Automatic Replies tool, you may write a response that will be sent once to each individual that messages you. Outlook Online is covered by this article.

Therefore, It is inside my organization tab.

Learn more about automatic here:

https://brainly.com/question/20778111

#SPJ2

BP measuring machine is an example of __________

A)Computing device
B)Medical device
C)Embedded machine
D)None of these​

Answers

Answer:

I think it is a Medical device.

BP = blood pressure

Explanation:

Several days a week, usually between 8:00 a.m. and 9:00 a.m., users complain of MWI problems. Some have new messages, but their lamp is not lit; others complain that their lamp is on, but there are no new messages. You suspect that the server is not making MWI calls. How can you quickly check whether or not this is the case

Answers

Answer:

You should run the port activity report.

Explanation:

In this scenario, several days a week, usually between 8:00 a.m. and 9:00 a.m., users complain of message waiting indicator (MWI) problems. Some have new messages, but their lamp is not lit; others complain that their lamp is on, but there are no new messages. You suspect that the server is not a making message waiting indicator (MWI) calls.

In order to quickly check whether or not this is the case, you should run the port activity report.

A message waiting indicator (MWI) can be defined as a Cisco proprietary lamp, flashing liquid crystal display (LCD) panel, or special dial tone installed on the phones of a user which enables him or her to know a voice message waiting. When a message is waiting, the phone system is notified by the Cisco Unity Connection to activate the message waiting indicator on the user's phone.

The procedure for running the port activity report are;

1. Click on "reports" in the tool menu of the Cisco Unity Connection Serviceability.

2. Then click on "port activity report" on the serviceability report page.

3. Select the necessary options and lastly, click on "generate report."

Tom walks into the accounting department and walks into a mess! User A can't access the Internet, User B has forgotten her password, User C's system is overheating to the point of smoking and the administrator is worried there might be a virus on all the systems. Whose system should he address first

Answers

Answer:

User C.

Explanation:

As per the given details, the problem of user C's system must be addressed first due to the seriousness of his case. His computer is excessively overheating up to the smoking point and if his problem is not addressed soon, it will damage the vital parts of the computer or may also explode. The other users having the problem of inability to access the internet or issue of forgotten password can be addressed later as these are minor problems that do not have as such consequences. Thus, user C is the correct answer.

A network administrator has statically configured the LMI type on the interface of a Cisco router that is running Cisco IOS Release 11.2. If the service provider modifies its own LMI type in the future, what step must the network administrator take

Answers

Answer:

The answer is "The LMI model should be compatible with the supplier dynamically for the network manager".

Explanation:

The term LMI stands for the "Local Management Interface", it is a Cisco technology, in which the signaling protocol was used in between routers and transmission frame switches to share data in timekeepers, global addressing, multipathing as well as the present state of virtual socks for various purposes, in which it is mainly used for "dynamically setting, in which the network administrator provides compatibility with the service provider".

Research on the possibility of “AI technology” in various field of mathematics education

Answers

Answer:

In the last few years, there have been many initiatives to integrate AI technology to improve education.

Explanation:

For example, in Uruguay, the Plan Ceibal developed the “Mathematics Adaptive Platform”, which produces personalized feedback based on an analysis of the student´s skills, and has already shown a positive result on the learning process. The advantages perceived were the immediate response, independence of the students, easy corrections, and the promotion of group work.

In Ecuador, evaluations in language and mathematics were used to develop personalized lessons through AI software in the project “Más Tecnología”, also with positive outcomes.

In Kenya, Maths-Whizz also provides a personalized AI tutor that shapes the learning experience based on the student´s abilities.

Finally, China´s Next Generation Artificial Intelligence Plan aims to make that country the world’s capital of AI technology by 2030 by increasing enrolment in AI studies and integrating it into the study of different disciplines such as mathematics.

"PindCart, an online retailer, places a small file on the computer hard drive of its visitors to recognize them when they revisit their Web site. The company uses this file to generate a personalized welcome message to its visitors. This small file is called a ______."

Answers

Answer:  cookie

Explanation:

A cookie is a small welcome file contains the information in the form og letters and numbers.It is downloaded on to a computer when a website is visited.

Hence, if a company uses a small file on the computer hard drive of its visitors to recognize them when they revisit their Web site to generate a personalized welcome message to its visitors. This small file is called a cookie.

Other Questions
A shipping container is in the shape of a cube and has a side length of 6ft. It can hold 4 smaller boxes of flour. If the dimensions of the shipping container are tripled, what is the max number of smaller boxes of flour that the shipping box can hold Help please Name the quadrant or axis where each point lies. Based on the topic of global warming, which of the following is an example of a strong research question?A. who is involved in efforts to counteract the effects of global warming?B. Why is it important to be knowledgeable about global warming and its effects around the world?C. What is the effect of global warming on the environment?D. What is the most significant effect of glacial melting on the lives of polar bears in countries that ring the Arctic Circle? Which section of the volcanoes page of the ready.gov website provides information on finding a shelter if you are forced to evacuate? Consider the line 5x 8y= 3.What is the slope of a line perpendicular to this line?What is the slope of a line parallel to this line? Suppose you are Tanim, you have a friend named robot Sofia. She is good at English. On the other hand, you have a bit difficult to speak English fluently. Now make a dialogue between you and robot Sofia about this. 1. Are most invasive (exotic) species K-selected or r-selected species? Explain your choice and why that makes sense in terms of their ecological success. plato said the act of writing something down is basically the decision to ___ ___ Identify the stage of cellular respiration in which each of the following takes place,Produces 32 ATP moleculesCreates four ATP molecules, but then gains overall only iwoGives off carbon dioxideGives off waterProduces two ATP moleculesDON what kind of a compounds act as an electrolyte? explain with and example Which refers to the maintenance of a stable internal environment despite changing external conditions? differentiation self-renewal homeostasis specialization Mike Flannery holds the following portfolio: Stock Investment Beta A $150,000 1.40 B 50,000 0.80 C 100,000 1.00 D 75,000 1.20 Total $375,000 What is the portfolio's beta? Which of the following is a point-slope equation for a line with the point(-2, 4) and a slope of 3?O A. y-2-3(x-4)B. y-4-3(x-2)O C. y +2 = 3(x-4)O D. y - 4 - 3(x+2) The witness in a burglary case testified at a pretrial hearing under oath and subject to penalty of perjury that he saw the defendant in a yellow satin jumpsuit near the location of the burglary. The victim thought she saw a person who was wearing a yellow satin jumpsuit leaving her house before sh discovered the burglary. At trial, the witness who had previously testified that he saw the defendant in a yellow satin jumpsuit, now states that the person he saw near the location of the burglary was wearing a blue shirt and white jeans. Would the prosecution be able to use the prior statement for its truth and not just for impeachment? a) Yes, because the declarant is considered an agent of the victim. b) Yes, because the former testimony is not hearsay under the rules. It is inconsistent with the witness's present testimony, and was given under oath at a pretrial hearing. c) No, because the statement is hearsay. d) No, because the statement is not offered by the opponent. Plz Help, and solve. Show your work. I will give Brainliest. A - 7 = -13 solve and show your work 10X - 8 = 9X + 8 Can a right triangle have sides that measure 12, 16, and 20? Show your work and answer. The following question references the novel The Three Musketeers by Alexandre Dumas. To which character is this quote referring? "Your crimes have wearied men on earth and God in heaven." a. Cardinal Richelieu c. Kitty b. the Comte de Rochefort d. Milady (Lady de Winter) Please select the best answer from the choices provided A B C D greater than (8) but less than (2) A trash compactor can compress its contents to 0.350 times their original volume and 4 times denser than their original density. Neglecting the mass of air expelled, what factor is the old density of the rubbish can someone please tell me what is 100% of 45 The Spanish translation for "I'll do it right away" is:A. Ya est bien.B. Ya lo har.C. Ya lo creo.D. Ya lo hice.