your enterprise experienced several technical issues over the last few days. there were multiple instances of passwords needing to be changed and other issues causing downtime. management has started receiving voicemails regarding fraudulent activities on their accounts. while the voicemails sound authentic, the help desk concludes that they are fake. what type of malicious activity will this be considered?

Answers

Answer 1

A type of malicious activity which this will be considered as is: vishing.

What is a password policy?

A password policy can be defined as a set of rules and standard that are designed and developed by the data security or networking team of an organization, so as to enhance computer security and ensure all password meet the minimum requirements such as:

Maximum age of pass.Password minimum length.Password combination.

What is social engineering?

Social engineering can be defined as an art of manipulating people, especially the vulnerable to divulge confidential information or performing actions that compromises their security.

In Computer technology, some examples of social engineering attacks include the following:

Quid pro quoSpear phishingBaitingTailgatingWater-holingPretextingPhishingVishing

What is vishing?

Vishing is an abbreviation for voice phishing and it can be defined as the use of telephony (telephone communication) to conduct phishing attacks.

In this context, we can reasonably infer and logically conclude that a type of malicious activity which this issue will be considered as is vishing.

Read more on Vishing here: https://brainly.com/question/14220906

#SPJ1


Related Questions

given an int variable datum that has already been declared, write a statement that reads an integer value from standard input into this variable.

Answers

A statement that reads an integer value from standard input into this variable is: cin >> datum;

What is a variable?

A variable can be defined as a specific name which refers to a location in computer memory and it is typically used for storing a value such as an integer.

This ultimately implies that, a variable refers to a named location that is used to store data in the memory of a computer. Also, it is helpful to think of variables as a container which holds data that can be changed in the future.

In Computer technology, there are two main methods for passing variables to functions and these include the following:

Pass-by-value.Pass-by-reference.

In C++, a statement that reads an integer value from standard input into this variable is: cin >> datum;

Read more on variable here: https://brainly.com/question/12978415

#SPJ1

Often presented visually on an executive dashboard, what type of report focuses attention on business processes whose performance falls outside of the tolerance ranges defined a kpi metric?.

Answers

The answer to the assertion whose performance falls outside of the tolerance ranges defined a KPI metric made is an exception.

Does metric correspond to KPI?

Metrics are often operational or tactical, whereas KPIs are strategic. Metrics are less complex indications that are unique to a department, whereas KPIs can be reviewed by many departments that are working toward the same goal. KPIs assist you in making strategic decisions, whilst metrics give you a perspective on your business activity.

What is a KPI measurement?

The metrics you use to assess tasks, goals, or objectives that are essential to your business are known as key performance indicators, or KPIs. The use of the word "key" in the sentence denotes that the words have a unique or important meaning. KPIs serve as measurable benchmarks in relation to established targets.

To know more about KPI metric visit:

brainly.com/question/28455765

#SPJ4

part of file explorer that is used to access devices, drives, and folders on your computer. (1 point) location this pc status

Answers

A part of file explorer that is used to access devices, drives, and folders on your computer is: This PC.

What is a computer?

A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and it processes these data into an output (information), which can be used to perform a specific task through the use of the following computer parts:

KeyboardNetworkMonitor screenMouseHard-disk drive

In the Windows operating system, "This PC" is a part of file explorer that is designed and developed to enable end users access devices, drives, and folders on their computer.

Read more on computer here: https://brainly.com/question/24540334

#SPJ1

a network administrator set up a basic packet filtering firewall using an open-source application running on a linux virtual machine. the immediate benefit to this deployment is the quick configuration of basic firewall rules. what other functionality would influence a decision to deploy a stateless, rather than stateful, firewall?

Answers

The other functionality which would influence a decision to deploy a stateless, rather than stateful, firewall are:

Block TCP portsAllow network protocols.

What is information security?

Information security can be defined as a preventive practice which is typically used to protect an information system (IS) that use, store or transmit information, from potential theft, attack, damage, or unauthorized access, especially through the use of a body of technologies, encryption, firewalls, frameworks, processes and network engineers.

What is a firewall?

A firewall can be defined as a network security protocol that monitors and controls inbound and outbound traffic based on set aside security rules.

In Computer technology, a firewall is used to control access to a computer or network, as it creates a barrier between a computer or a network and the internet in order to protect against unauthorized access.

Therefore, the other functionality which would influence a decision to deploy a stateless, rather than stateful, firewall are:

Block TCP portsAllow network protocols.

Read more on firewall here: https://brainly.com/question/16157439

#SPJ1

to begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action.

Answers

To begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action: False.

What is a computer?

A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and processes these data through the central processing unit (CPU) into an output (information) that could be used by an end user.

In order to begin to use a computer, the user first turns on the power by pressing the power button, and then the Basic Input/Output Sysytem (BIOS) performs a Power On Self Test (POST), followed by a loading of the operating system (OS) and system utilities.

Read more on BIOS here: https://brainly.com/question/27773523

#SPJ1

Complete Question:

To begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action: True or False?

Answer the following question by choosing the best option from the list below.

The need to upgrade which component would likely lead to replacing the computer?

CPU

hard drive

RAM

mouse

Answers

Answer:

RAM

Explanation:

Adding more memory is the easiest and most accessible way to upgrade your PC. It's affordable, you can do it on almost any desktop computer, and it doesn't require much tech know-how. It's also one of the best laptop upgrades if your machine allows it.

a cybersecurity analyst at a mid-sized retail chain has been asked to determine how much information can be gathered from the store’s public webserver. the analyst opens up the terminal on his kali linux workstation and uses netcat to gather some information.

Answers

Analytist engaged in banner grabbing.

A method for learning details about a computer system on a network and the services it has open on its ports is banner grabbing.

In the test, a target web server was connected to using the netcat command "nc test.diontraining.com 80."

Following that, an HTTP request (HEAD / HTTP/1.1) is sent. The response includes details about the service being used by the webserver.

In this illustration, the operating system and server software version (Apache 2.0.46) (Red Hat Linux).

X) Cross-Site Scripting (XSS) attacks involve inserting malicious scripts into otherwise safe and reputable websites.

XSS attacks take place when an attacker sends malicious code, typically in the form of a browser side script, to a separate end user using an online application.

Y) SQL injection is a method of attacking data-driven applications by injecting malicious SQL statements into entry fields for execution, such as dumping the contents of databases to the attacker.

Z) Information about the owner of the website, not the server's operating system, would be returned in response to a WHOIS database query.

Learn more here:

https://brainly.com/question/27218201

#SPJ4

what is the special feature of the view side by side command?adds additional columns in a worksheet at onceallows you to see two parts of the same worksheet side by sidesyncs the scrolling of each worksheet while you navigate through themallows you to add multiple worksheets at once

Answers

The special feature of the view side by side command is that it syncs the scrolling of each worksheet while you navigate through them.

How to explain the information?

Word aligns two windows vertically side by side when you select the View Side by Side command. You can reposition windows on your screen while working with side-by-side documents by moving the very top of the Window frame. By pointing to any edge of the frame, you can adjust the size of the windows.

To view the two pages side by side in Word, use the View Side by Side command. When using this functionality, two separate windows with both documents open simultaneously.

To view this, open Word and select the View tab. Then, select the View side by side button. The document is now shown in two windows, one on top of the other. The documents are compared using this. To disable this view, click the "View Side by Side" button once more to return to the default view.

Learn more about command on:

https://brainly.com/question/15218967

#SPJ1

A computer database uses a binary sequence of 5 bits to represent unique user ids. To increase the number of unique ids that the database is able to represent, the database administrator increases the number of bits in a user id to 8 bits. How many times more unique user ids can be represented with the new system?

Answers

2^56 times more unique user ID's can be represented in the system.

For User ID entries, 5 bits will result in a maximum data allocation of 2^10.

The maximum amount of data that can be allocated for User ID entries using 12 bits is 2^66.

The additional unique user IDs that will be represented are therefore 2^(66-10) = 2^56 times.

A single entity within a given system is identified by a string of numbers or letters called a unique identifier (UID). UIDs enable addressing of that entity, enabling access to and interaction with it.

A 128-bit number called a universally unique identifier (UUID) is used to identify data in computer systems. A UUID can be made and used to identify something specifically.

Learn more about systems:

https://brainly.com/question/25594630

#SPJ4

use c , c, java or python (any one) programming language for the following programming exercises. do not call built-in library functions that accomplish these tasks automatically. (examples are sprintf and sscanf from the standard c library.) write a function that receives a string containing a 32-bit hexadecimal integer. the function must return the decimal integer value of the hexadecimal integer. demonstrate your function with a driver program.

Answers

A function that receives a string containing a 32-bit hexadecimal integer. the function must return the decimal integer value of the hexadecimal integer.

The C++ Program

#include<iostream>

#include <cstring>

#include <string>

using namespace std;

int getDecimalForm(string);

int main() {

 // string binary;

 // Reads both 0 and B as int 48 while B should be

 string hexadecimal = "01F12EBA";

 int decimalForm;

 int re = hexadecimal[0], te = hexadecimal[1];

 /*cout << "Input an eight digit binary string of 1s and 0s to find the integer

 value in decimal form:\n"; cin >> binary;

 // Input validation

 while (binary.size() != 8 || ((binary[0] != '0' && binary[0] != '1')

 || (binary[1] != '0' && binary[1] != '1') || (binary[2] != '0' && binary[2] !=

 '1')

 || (binary[3] != '0' && binary[3] != '1') || (binary[4] != '0' && binary[4] !=

 '1')

 || (binary[5] != '0' && binary[5] != '1') || (binary[6] != '0' && binary[6] !=

 '1')

 || (binary[7] != '0' && binary[7] != '1')))

 {

 cout << "Input a valid eight digit binary string of only ones and zeros\n";

 cin >> binary;

 }*/

 cout << "The 32-bit binary integer value is " << hexadecimal << endl;

 cout << re << " " << te << " " << hexadecimal[0] - 55 << endl;

 decimalForm = getDecimalForm(hexadecimal);

 cout << endl

      << decimalForm << " is the same integer value expressed in decimal form";

}

// a function in C++ that receives a string containing a 16 - bit binary integer

int getDecimalForm(string hStr) {

 int value, num = 1, total = 0, exponent = 0;

 // Made adding happen starting from the right side

 for (int i = (hStr.size() - 1); i >= 0; i--) {

   if ('0' <= hStr[i] <= '9') {

     cout << hStr[i] << " cat\n";

    if (exponent != 0) {

       for (int j = 0; j < exponent; j++) {

         num *= 16;

       }

     }

     value = num * (hStr[i] - 48);

   }

   if ('A' <= hStr[i] <= 'F') {

     cout << hStr[i] << " dog\n";

     if (exponent != 0) {

       for (int j = 0; j < exponent; j++) {

         num *= 16;

       }

     }

     value = num * (hStr[i] - 55);

   }

   // Keep adding the value of the binary integer

   total += value;

   num = 1;

   exponent++;

 }

 return total;

}


Read more about C++ program here:

https://brainly.com/question/20339175

#SPJ1

are you in active recovery from a substance use disorder (addiction)? active recovery is defined as being free from an alcohol or other drug use disorder or no longer using alcohol or other drugs.

Answers

No, I am not in active recovery from a substance use disorder (addiction). Active recovery is defined as being free from an alcohol or other drug use disorder or no longer using alcohol or other drugs is a true statement.

What does it mean to be in addiction recovery?

The statement  implies that a person is working very hard to be  successful in handling their addiction and getting back control of your life.

Note that it is not an easy road but one can overcome. Therefore, my response is No, I am not in active recovery from a substance use disorder (addiction) because i do not drink it. Active recovery is defined as being free from an alcohol or other drug use disorder or no longer using alcohol or other drugs is a true statement.

Learn more about Active recovery from

https://brainly.com/question/28027699

#SPJ1

Which option is the best example of a computer algorithm step?
A. Climb out of bed
B. Mix wet ingredients
C. Ask a friend for help
D. Analyze the player’s inputs

Answers

An option which  is the best example of a computer algorithm step is: D. analyze the player’s inputs.

What is a computer?

A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and it processes these data into an output (information), which can be used to perform a specific task through the use of the following computer parts:

KeyboardNetworkMonitor screenMouseHard-disk drive

What is an algorithm?

An algorithm can be defined as a standard formula (procedures) which is made up of a set of finite steps and instructions that are executed on a computer system, so as to enable a software solve a particular problem under appropriate conditions.

Read more on algorithm here: brainly.com/question/24793921

#SPJ1

your organization has recently suffered a data breach due to a server being exploited. as a part of the remediation efforts, the company wants to ensure that the default administrator password on each of the 1250 workstations on the network is changed. what is the easiest way to perform this password change requirement? revoke the digital certificate deploy a new group policy create a new security group utilize the key escrow process see all questions back next question

Answers

The easiest way to perform this password change requirement is: B. deploy a new group policy.

What is a password?

A password can be defined as a string of characters, phrase or word that is designed and developed to distinguish an unauthorized user from an authorized user, especially through an identification and authentication process.

What is a password policy?

A password policy can be defined as a set of rules and standard that are designed and developed by the data security or networking team of an organization, so as to enhance computer security and ensure all password meet the minimum requirements such as:

Password maximum age.Password minimum length.Password combination

In this scenario, we can reasonably infer and logically deduce that the easiest way to perform this password change requirement is to deploy a new group policy because it would apply to all of the company's employees.

Read more on password here: brainly.com/question/19116554

#SPJ1

True or false? a benefit of organic content promotion is the ability to develop and deliver highly targeted content to consumers who will find the content most relevant.

Answers

A benefit of organic content promotion is the ability to develop and deliver highly targeted content to consumers who will find the content most relevant is false statement.

For marketers, this kind of content can offer a variety of advantages. It can specifically assist the following professionals: Create a brand: By offering interesting and educational information on subjects pertaining to the business or industry, this content can assist marketers in building a brand.

There are certain posts that are likely to do better than others because organic content is meant to help you create your personality and voice as a company. The best place to start is by identifying your target demographic for each channel and developing content with them in mind.

A natural social media strategy fosters your connection with your audience or clients. It facilitates: Create and expand a presence for your brand where customers are already interacting with it. Supporting and keeping current clients.

Learn more about consumers:

https://brainly.com/question/380045

#SPJ4

If a change is made to the active
cell, what type of cell will also
change?
Precedents
Dependents

Answers

Answer:

precedents

Explanation:

now suppose that the mp3 file is broken into 3 packets, each of 10 mbits. ignore headers that may be added to these packets. also ignore router processing delays. assuming store and forward packet switching at the router, the total delay is

Answers

It is often assumed that the delay in store and forward packet switching is negligible. However, this is not always the case, as seen in the example above.

The total delay for the three packets to be processed was 4.05 seconds. This can be attributed to the processing time at the router, as well as any headers that may be added to the packets.

While this may not seem like a significant amount of time, it can add up, especially if there are multiple packets to be processed. In general, store and forward packet switching is a reliable way to route data, but there can be delays involved that should be taken into account.

Learn more here:

https://brainly.com/question/24812743

#SPJ4

You want to create a new system account for a server program you’re installing. What option can you pass to useradd when creating the account to ensure that it’s created as a system account?

Answers

When creating the account, you can use the --system option to tell useradd to create it as a system account.

A program or utility that runs from the command line is known as a Linux command. An interface that accepts lines of text and converts them into instructions for your computer is known as a command line.

A graphical user interface (GUI) is simply a command-line program abstraction. For instance, a command is carried out every time you click the "X" to close a window. We can give the command you run options by using a flag.

Learn more about linux https://brainly.com/question/15122141

#SPJ4

The option that ensure that it’s created as a system account is system. The correct option is A.

What is system account?

A local system account is a user account created by an operating system during installation and used for purposes defined by the operating system.

User IDs for system accounts are frequently pre-defined (e.g. the root account in Linux.) The line between system and service accounts is sometimes blurred.

As the person is trying to create a new system account for a server program, System can help to pass to user end when creating the account to ensure that it’s created as a system account.

Thus, the correct option is A.

For more details regarding system account, visit:

https://brainly.com/question/14989055

#SPJ1

Your question seems incomplete, the missing options are:

A. --system

B. --nonuser

C. --sysaccount

D. --shared

E. --nohome

what are the relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease? a. there is no pattern b. they are about the same c. they are lower d. they are higher

Answers

The relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease is that option they are lower.

What is drug susceptible of a disease?

Drug susceptible form of any disease is known to be one is the opposite the other.

Note that If a person is infected with the disease that are fully susceptible, it means that all of the drugs will be effective so long as they are taken  well but that is not the case with  resistant strain.

Therefore, The relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease is that option they are lower.

Learn more about resistant strain from

https://brainly.com/question/27333304

#SPJ1

Question 1 of 10
Which step happens first after a switch receives a message that includes a
MAC address?
OA. The switch receives a reply from the message's receiving device.
B. The switch sends the message to a random device on the
network.
OC. The switch looks up the receiving device's MAC address in a
switching table.
OD. The switch forwards the message to the port of the receiving
device.
SUBMIT

Answers

The step that happens first after a switch receives a message that includes a MAC address is that "The switch looks up the receiving device's MAC address in a switching table." (Option C)

What is a MAC Address?

A media access control (MAC) address is a one-of-a-kind identifier assigned to a network interface controller for use as a network address in intra-network communications. This is a widespread use in most IEEE 802 networking technologies, such as Ethernet, Wi-Fi, and Bluetooth.

What is a switch?

A network switch is a piece of networking gear that links devices on a computer network by receiving and forwarding data to the target device using packet switching.

Learn more about MAC Addresses:
https://brainly.com/question/24812654
#SPJ1

Does the law firm (Mossack Fonseca) hold any ethical responsibility for the leak

Answers

The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

What does Mossack Fonseca do?

Mossback Fonseca is known to be a very famous a law firm based that was said to be based in  Panama that have a lot of employees from about  40 countries.

Note that due to the leak, they stated that there were a responsible members of the world's  financial as well as the business community  and that was it.

Therefore, The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

Learn more about law firm from

https://brainly.com/question/820417

#SPJ1

What program is used to create presentations made up of a collection of slides containing text and other forms of media?
O Key Pages
O PowerPoint Online
O Presentation Notes
O SlideShow Online

Answers

Answer:

PowerPoint Online

Answer:

D. SlideShow Online

Explanation:

I know the answer because this is not the answer so you might be getting it wrong

what are mac os, windows, and linux examples of? question 18 options: hardware smartphones hard drives operating systems

Answers

The examples of operating systems are MacOS, Windows and Linux.  The correct answer of this question is operating systems.

MacOS, Windows and Linux are examples of operating systems. MacOS and Windows are both examples of proprietary operating systems, which are designed and developed by Microsoft and Apple respectively. Whereas, Linux is different from MacOS and Windows in that it is not a proprietary software, but rather offers a family of open source operating systems.  For customized work, Linux is an ideal choice.

Operating system is typically a system software that acts as an interface between computer and the end user. Every computer has at least one operating system installed in it, making them able to work with.

The operating systems provide services for application software at hardware level. Without an operating system, it is not possible to interact with computers.

Some basic functions of the operating systems include managing memory, processes, files, storage, input and output, range of devices, and security.

Other options are not correct because:

Hardware are physical components of computers that provide services to software, such as CPU, RAM, monitors, mouse, keyboards and many others.Smartphones are touchscreen mobile phones with integrated features of a computer, having an operating system making them just like computers.Computer hard drives are non-volatile data storage devices that store operating systems, data files and applications that are used by computers.

You can learn more about operating system at

https://brainly.com/question/26721366

#SPJ4

5. after removing a person’s elastic stockings, how long should you expect to leave them off before reapplying them?

Answers

After removing a person's elastic stockings, you usually leave them off for 30 minutes or as directed by the nurse and the care plan.

Your lower legs will experience pressure from compression stockings, which will help to preserve blood flow, lessen pain, and minimise swelling. If you suffer from a condition that reduces blood flow to your legs, such as varicose veins, your doctor might prescribe them for you (swollen and enlarged veins).

Elastic stockings are hosiery worn on the feet or legs. They are often referred to as support or compression stockings. These support the lower legs and improve circulation while using gradient pressure to alleviate issues brought on by harmed or otherwise dysfunctional veins and vein valves.

He advises against wearing compression socks if you have lower extremity peripheral vascular disease. Compression socks' increased pressure may exacerbate ischemic illness.

Learn more about elastic stockings:

https://brainly.com/question/8038469

#SPJ4

you are reviewing existing network security controls and need to get up to speed on current lateral movement attacks commonly used by malicious users. what should you consult? incident response plan

Answers

The Mitre Att&ck knowledge base will provide details regarding current malicious user techniques used for lateral movement from a compromised host.

The Mitre Att&ck knowledge base is a great resource for understanding current threats and how to protect against them. Attackers frequently employ lateral movement to extend their influence within an organization. Numerous techniques, including stolen credentials, system exploitation, and social engineering, can be used to accomplish this. Organizations can protect their systems and lower the likelihood of a successful attack by understanding these strategies.

The Mitre Att&ck knowledge base provides details regarding current malicious user techniques used for lateral movement from a compromised host. This is incredibly useful information for security professionals, as it can help them better understand the methods used by attackers and how to defend against them.

Learn more on attacks here:

https://brainly.com/question/7449721

#SPJ4

Page 7 of 25

Please read and answer each question carefully.

7. The HAPs 6H rule refers to the EPA's National Emission Standards for Hazardous Air Pollutants: Paint Stripping

and Miscellaneous Surface Coating Operations at Area Sources (NESHAP).

Quit

Answers

Answer:

The Environmental Protection Agency has listed ‘‘Paint Stripping,’’ ‘‘Plastic Parts and Products (Surface Coating),’’ and ‘‘Autobody Refinishing Paint Shops’’ as area sources of hazardous air pollutants (HAP) that contribute to the risk to public health in urban areas under the Integrated Urban Air Toxics Strategy. This final rule includes emissions standards that reflect the generally available control technology or management practices in each of these area source categories.

For the purpose of this standard, paint stripping operations are those that perform paint stripping using methylene chloride (MeCl) for the removal of dried paint (including but not limited to paint, enamel, varnish, shellac, and lacquer) from wood, metal, plastic, and other substrates at area sources.  Miscellaneous surface coating operations are those that involve the spray application of coatings that contain compounds of chromium (Cr), lead (Pb), manganese (Mn), nickel (Ni), or cadmium (Cd).

Implementation of the final standards will achieve a reduction of 6,900 tons per year (tpy) of HAP from surface coating operations.  In addition to the HAP, it is estimated a reduction of 2,900 tpy of PM emissions, and a reduction of approximately 20,900 tpy of VOC emissions.

Which of the following are considered software piracy? Check all of the boxes that apply.
A.burning a music CD to give your friend from a band you both like
B.using works from Creative Commons
C.copying a program to give to someone else to use
D.burning a copy of a DVD to sell

Answers

Copying a program to give to someone else to use will be considered as a  software piracy.

What is Software piracy?Software piracy refers to copying, selling or distributing a software that is legally protected. According to the options given, the action that would not reduce software piracy is making it easy to copy the software as it will facilitate the job for people to get illegal copies of it.

The other options would help reduce software piracy because reducing the cost of software would make it more accessible to people with low income, offering downloads of software would get people to use the official version instead of an illegal copy and using some Commons licensing would allow people to use and share the software for free.

So, Option C is the correct answer.

Learn more about software piracy,

https://brainly.com/question/20828627

#SPJ1

Answer

the answer is in the screenshot below

Explanation:

write a program that computes an integer's checksum. to compute the checksum, break the integer into its constituent

Answers

Using the knowledge in computational language in python it is possible to write a code that computes an integer's checksum.

Writting the code:

def checkSum(n):                    # Function definition

   total = 0                       # total variable which returns sum

   c = 0                           # counter variable which count the even position

   while(n!=0):                    # running a loop while n != 0

       r = int(n%10)               #breaking the number into digits

       c=c+1                       # increase counter

       if c%2==0:                  # if counter is even position then double the number

           r = r*2

           while(r!=0):                            # do the process

               total = total + int(r%10)

               r = int(r/10)

           n=int(n/10)    

       else:                       # if counter is odd position then simple add the digit

           total = total + r       # into total

           n=int(n/10)

   return total                    # in the last return the sum of digits

# Driver code

n = int(input("Enter Number:"))         # asking user to enter the number

print(checkSum(n))                      # calling the function

See more about python at brainly.com/question/18502436

#SPJ1

over time, you have noticed unauthorized configuration changes made to virtual machine cloud settings. you need a way to track who made these changes and when. what should you do?

Answers

One way to track who made these changes to the virtual machine cloud settings and when is to: D. enable cloud resource activity auditing.

What is a cloud?

In Computer technology, a cloud can be defined as the elastic leasing of pooled computer resources such as physical hardware through virtualization and over the Internet, so as to enable the storage and sharing of files and documents virtually and in real-time.

In this scenario, we can reasonably infer and logically conclude that one way to track who made these changes to the virtual machine cloud settings and when is to enable cloud resource activity auditing because it would provide a log of actions such as information about the engineer who made configuration changes.

Read more on a virtual machine here: https://brainly.com/question/12060797

#SPJ1

Complete Question:

Over time, you have noticed unauthorized configuration changes made to virtual machine cloud settings. You need a way to track who made these changes and when. What should you do?

A. Enable virtual machine API integration.

B. Rotate the cloud access keys.

C. Deploy an OSI layer 7 firewall.

D. Enable cloud resource activity auditing.

Question 7 of 10
How is a rhetorical appeal to logic in an advertisement used?
OA. By adding hidden messages that tell the viewer that the product is
superior
B. By having a well-known public figure tell the viewer that the
product is number one
OC. By making statements that tell the viewer why the product is the
best
OD. By showing the viewer that he or she can be as happy as the
people in the ad

Answers

Answer:

By making statements that tell the viewer why the product is the

best

What is the purpose of installing standoffs or spacers between the motherboard and the case?.

Answers

Answer:

to help the mother board not break

Explanation:

Answer:

(3x6/2)v+10=3^2v+9

Other Questions
Four toy cars are moving at a constant speed until they experience an unbalanced force of 12 n each. Which toy car would have an acceleration of 3 m/s2 ?. explain how context influenced artistic decisions about materials and/or content in the creation each of the provided works of art. the science that the emergence on the basis of the movements of the sun and moon and the other planets is. please answer quickly the of a project is the total value of the benefits minus the total value of the costs, with both costs and benefits adjusted to reflect the point in time at which they occur. The simplest hand stitch?A. BastingB. RunningC. BackD. PickE. Slip How many moles of iron(III) oxide will be produced from 30.2 g of oxygen reacting with excess iron?(Balanced Equation): 4Fe + 3O2 > 2Fe2O3 (c) Add: 1010112+110102 Which people chose not to explore the new world?A. MayasB.Spanish C. ArabsD. Chinese (mc) a government facing protests and demonstrations that are supported by most of its citizens and spread across its territory has lost If a capitalist country were to focus on taking care of underprivileged citizens and bridging the income gap, it would be best described as which economy?A. communistB. mixedC. socialistD. stateE. command TELEVISION The screen of a standard television has a width to height ratio of 4:3. Which proportion(s) can be used to find the height of a standard television screen with a width of 15 inches? Select all that apply. A) h/15=3/4 B) h/15=4/3 C) 15/h=3/4 D) 15/h=4/3 E) 3/15=4/h F) 4/15=3/h Which statement is false? which best explains the role of diversity in the study of psychology? only a few minorities have been able to influence this field. diverse populations have made significant contributions to the field. the field is mainly studied and influenced by white men. diverse populations have made minor contributions to the field. Explain what is meant by primeval history. Where do you find an example in the bible?. Joe has some pocket money. He spends three-quarters of it. He has fifty pence left. How much pocket money did he have barry is a business owner who sells high quality drones with hd cameras for personal use. in an effort to improve his skills in social media, he pays to attend an online webinar about pinterest strategy. what is barry engaging in? The title of the poem "Translating Grandfather's House" is important to the meaning of the poem because... Find the difference. 5 1/9 - 3 4/9 A. B. C. D. Which statement best describes population distribution in the US from 18801900? question 5 mr. porter sells 10 bottles of champagne per week at a price of $100 per bottle. he can sell 11 bottles per week if he lowers the price to $90 per bottle. the quantity and the price effects on total revenue would be, respectively: