You are an IT network architect. Your firm has been hired to perform a network security audit for a shipping company. One of the company's warehouses has a server room containing one Windows server and two Linux servers. After interviewing the server administrators, you learn they have no idea what to do if the Linux servers cease to function. What is needed here

Answers

Answer 1

When you need to quickly reference how to connect, you can utilize this. the most typical method of reaching a remote Linux server.

What should you do while keeping backup tapes for servers offsite?

Keep all of your backup tapes and other media in a safe, climate-controlled, and most critically, fireproof location. Your offsite storage facility should be reasonably close to your primary location, whether you back up a single file or a complete system.

What does server disaster recovery entail?

Disaster recovery is the process used by a company to regain functioning and access to its IT infrastructure following a natural disaster, cyberattack, or even business interruptions brought on by the COVID-19 pandemic. various disaster recovery methods A disaster recovery strategy may include a number of different disaster recovery (DR) techniques.

To know more about Linux servers visit:-

https://brainly.com/question/23841223

#SPJ4


Related Questions

Write and test a function called calcPrice that calculates and returns the price of an item.The function receives the wholesale and the markup percentage as arguments and returns the retail price.

Answers

Here is an example of a Python function that calculates and returns the price of an item, based on its wholesale price and markup percentage:

def calcPrice(wholesale, markup):

   retail = wholesale + (wholesale * (markup / 100))

   return retail

print(calcPrice(100, 50)) # 150

You can test the function by calling it with different inputs and print the result.

print(calcPrice(100, 50)) # 150

print(calcPrice(200, 25)) # 250

The function takes two arguments, wholesale and markup, which represent the wholesale price of the item and the markup percentage, respectively. The function calculates the retail price by adding the markup percentage (expressed as a decimal) of the wholesale price to the wholesale price, and then returns this value.

Learn more about Phyton here https://brainly.com/question/16757242

#SPJ4

An Information Technology department is looking for a new inventory management system. Which of the following would be the most accurate choice: A) Schematic
B) Spreadsheet
C) Network Diagram
D) Radio Frequency Identification (RFID) database system

Answers

The D: "Radio Frequency Identification (RFID) database system" is an Information Technology department looking for a new inventory management system.

Radio Frequency Identification (RFID) technology has been designed to keep track of individual elements in inventory, even if these items are not visible or are moving around quite a bit, Radio Frequency Identification (RFID) database system is a perfect tool for practicing airtight inventory control. After all, this technology can sense when an element leaves a warehouse or store, provided the RFID tag remains in place.

Thus, Radio Frequency Identification (RFID) database system offers an optimal inventory control.

You can learn more about Radio Frequency Identification (RFID) at

https://brainly.com/question/1933883

#SPJ

Write a procedure ConvertToBinary that takes an input as a number from 0 to 16 (including 0 but not 16) and converts it to a binary number. The binary number should be returned as a list.

Answers

Answer:function ConvertToBinary(n) {

console.log(n.toString(2).split(''));

}

ConvertToBinary(13);

Explanation:

Which of the following is not an objective that drove the development and 2 evolution of database technology? The desire to require programmers to write all file handling functionality The desire to manage increasing complex data types and structures The need to provide greater independence between programs and data The need to provide ever more powerful platforms for decision support applications

Answers

The goal of database technology's development was not to make it necessary for programmers to create every capability for handling files.

What exactly is data management, and why is it crucial?

Industry Editor: Craig StedmanJack Vaughan Data management refers to the procedure of consuming, storing, organizing, and managing the data produced and gathered by an organization. The deployment of IT systems that support business applications and offer analytical data to aid in operational decision-making and strategic planning by corporate executives requires effective data management as a key component.

What is SQL, or Structured Query Language?

Almost all relational databases employ the programming language SQL for access control, data definition, and querying. Oracle was a key component of the original SQL development at IBM in the 1970s.

To know more about database technology visit :-

https://brainly.com/question/14223630

#SPJ4

This processing activity involves pre-cooking.​

Answers

Answer:

what processing activity ? xd

Explanation:

Answer:

no

Explanation:

4.02.
Forever and repeat can be used for iteration (repeating a series of instructions)

Answers

Answer:

D is the answer

Explanation:

Loops (Iteration): Forever and repeat can be used for iteration (repeating a series of instructions) To create a program you have to think carefully about the order of steps. The example here shows that a Loop will repeat forever a move of set number of steps contained within a speed variable.

Your customer is having problems printing from an application. You attempt to send a test page to the printer. Which of the following statements best describes why a test page should be used to troubleshoot the issue

Answers

It confirms connection and highlights any potential application issues. You make an effort to print a test page.

What does fundamental problem-solving entail?

A methodical approach to problem-solving is troubleshooting. The objectives of troubleshooting include identifying the root of an issue and offering suggestions for fixing it. A clear explanation of the issue serves as the initial step in the troubleshooting procedure.

Troubleshoot or Troubleshot, which is it?

The past tenses of the verbs troubleshoot and troubleshooted are both valid. Troubleshot may be used more frequently because shooted is not the past tense of shoot. Example: Despite my efforts to fix the program, it simply isn't functioning properly.

To know more about troubleshoot visit:

https://brainly.com/question/30048504

#SPJ4

Which term describes a character used to separate items in a text file?

extension

delimiter

csv

path

Answers

Answer:

delimiter

Explanation:

on gosh

Harrison worked on a spreadsheet to show market trends of various mobile devices. The size of the file has increased because Harrison used a lot of graphs and charts. Which file extension should he use so that the workbook takes less storage space?
Pilihan jawaban
xltx file extension
xlsm file extension
xlsb file extension

Answers

The file extension should he use so that the workbook takes less storage space is xlsm file extension.

What is xlsm file extension?Office Open XML file formats are a collection of file formats that can be used to represent electronic office documents. There are formats for word processing documents, spreadsheets, and presentations in addition to distinct forms for content like mathematical calculations, graphics, bibliographies, and other items. xlsx" and may be opened with Excel 2007 and later. xlsm" is essentially the same as ". xlsx" Only the macro's start command, ". xlsm," differs. The most popular software application for opening and editing XLSM files is Microsoft Excel (versions 2007 and above). However, you must first install the free Microsoft Office Compatibility Pack in order to utilize them in earlier versions of Excel.

To learn more about xlsm file extension refer to:

https://brainly.com/question/26438713

#SPJ4

When this operator is used with string operands it concatenates them, or joins them together.
Select one:
a. &
b. *
c. %
d. +
e. None of these

Answers

+ concatenates or joins string operands together when used with string operands.

Does C++ attempt to convert the operands to the same type when using an operator?

A preprocessor directive must contain the iosetwidth header file when a program uses the setw manipulator. It is difficult to display the number 34.789 with two decimal places in a field of 9 spaces in C++.

when there are two different data types as operands for an operator?

Before completing the operation, C++ always converts both of the operands of an operator that has two operands of a different data type to a double. 3.5 will be displayed as a result of the next two C++ statements.

To know more about string operands visit :-

https://brainly.com/question/29602356

#SPJ4

Which part of project management involves determining the required materials? (5 points)
Money
Resources
Scope
Time

Answers

The part of project management that involves determining the required materials are known as resources. Thus, the correct option for this question is B.

What is Project management?

Project management may be characterized as the process that involves the discipline of applying specific processes and principles to initiate, plan, execute and manage the way that new initiatives or changes are implemented within an organization.

Project management is the application of knowledge, skills, tools, and techniques applied to project activities in order to meet the project requirements. The project's tasks and resource requirements are identified, along with the strategy for producing them. This is also referred to as “scope management.

Therefore, the part of project management that involves determining the required materials is known as resources. Thus, the correct option for this question is B.

To learn more about Project management, refer to the link;

https://brainly.com/question/16927451

#SPJ1

Cathy works for a large organization. The organization has separate servers for managing different types of resources, such as data, files, and printers. What are servers that manage only one type of resource called?

Servers that manage only one type of resource are called ________ servers.

Answers

Answer:

It's called application server.

Explanation:

Application means it can be file server, data server, network server, mail servers, and many more.

There isnt a photoshop catagory for this but I was wondering if anyone knows the answer to this. Thank you guys! ^-^

Answers

Answer:

Hi, there I'm currently certified in Photoshop and recently I pass Adobe Illustrator

Explanation:

The last one with red blue and yellow is primary

The first one Secondary

The second one is Tertiary

Hope this helps :)

Answer:

hey Lori its been a while I miss you. can we talk again?

Nerve fibre Life science grade 10
Please who ever answers within 24 hours gets point
Pleass strictly right answers​

Answers

Answer:

ExplanaA nerve is a cable-like structure within the body designed to conduct nerve impulses that relay information from one part of the body to another.

A typical nerve is made up of a bundle of fibres which are wrapped around layers of tissue and fat, and they stretch throughout the body. These nerves transmit information along the axons to the respective organs. These are the basic elements that constitute a nerve.

Nerves are a part of the nervous system. They are primarily involved in control and the coordination of all the parts of the body.

The nervous system not only sends and receives messages but also processes them into chemical signals called impulses in the human body. A wide network of nerves is spread throughout our body, which also runs through the brain, the spinal cord and many organs.

Nerves are the organs that make up the peripheral nervous system. It consists of a cord-like structure with multiple nerve fibres (also called axons) wrapped in layers of tissue and fat. This axon has layers of connective tissue around it. This connective tissue is called the endoneurium. This entire nerve is further enclosed in another layer of connective tissue called the epineurium.

The structure of a nerve is explained below:

A group of neurons is organized into bundles inside the nerves. This bundle is known as fascicles.

The perineurium surrounds and holds together each fascicle.

The perineurium is concentrically laminated and composed of flattened cells collagen fibres and basement membranes.

Neurons and blood vessels are held inside the fascicles by a loose connective tissue known as endoneurium. It covers and holds the outer surface of the nerves together.

Arteries and veins are present between the fascicles. These blood vessels supply nutrients and gases to the neurons inside the fascicles.

Types of Nerves

There are three types of nerves in the human body which are classified based on their functions. These are the sensory nerves, motor nerves and mixed nerves.

Sensory Nerves

These are the nerves that send messages to the brain or the spinal cord from the sense organs. These are enclosed in the form of a bundle like structures or nerve fibres in the peripheral nervous system. They carry information from the PNS to the CNS( Central Nervous System).

Motor Nerves

Motor nerves are those nerves those that carry the messages in the form of a response from the brain or the spinal cord to other parts of the body such as the muscles and glands. They are responsible for carrying the information from the CNS to the PNS.

Mixed Nerves

Mixed nerves are the nerves that perform both the action of sensory nerves as well as a motor nerve. They transform electrical impulses from the central nervous system to the muscles of the body. Generally, the mixed nerves transmit impulses at the rate of 120 metres per second or 432 kilometres per hour.

Function of Nerves

The primary function of nerves to conduct an electrochemical impulse and convey information. These impulses are carried by the individual neurons that make up the nerve.

These impulses travel from one neuron to another by crossing a synapse. The messages are converted from electrical to chemical and then back to electrical.

The sensory nerves carry information from the receptor to the central nervous system where the information gets processed.

The motor nerves, on the other hand, carry information from the central nervous system to the muscles.

Nerve Disorders

Nerve disorders include:

1.Pain

2.Muscle Malfunction

3.Changes in sensation

4.Changes in the senses

5.Vertigo

6.Dysarthria

7.Sleeping problems

8.Mental disability

What makes an App different than others?

Answers

Answer:

codes

Explanation:

the technique to code different codes matters alot in making your app unique

Design, coding, feature, efficiency

You cannot install a driver on a 64-bit version of Windows when which of the following is true?
O The Devices and Printers folder
O It removes a system's name and SID.
O The driver lacks a digital certificate.
O You should roll back the driver.

Answers

A driver cannot be installed on a 64-bit version of Windows if it is missing a digital certificate.

On Windows 10 64-bit, how do I install drivers?

Click Device Manager after entering "device management" into the taskbar's search box. Select a category, then right-click (or press and hold) the item you want to alter to see the names of the devices.

How can I install 32-bit drivers on Windows 10's 64-bit platform?

On 64-bit OSs, 32-bit drivers cannot be installed. In order to print to it, your only practical choice would be to use a virtual machine or a vintage PC running 32-bit XP. If it really only has an INF file, it suggests that the device is actually using a generic "printer" driver.

To know more about Device Manager visit:-

https://brainly.com/question/11599959

#SPJ4

Single-Select Questions with Reading Passage #1 Grocery Grabbr The following passage will be used to answer questions #1 - #5 Markus is finding that it takes too long to track down all of the groceries he needs to buy from a given store. Grocery Grabbr to the rescue! The app allows Markus to input his shopping list and search for his local grocery store in Grocery Grabbr's database. If his grocery store is there, Markus is all set to go! The database stores grocery items, cost, and item location information for each grocery store. When Markus walks into the store, a notification pops up on his smartphone letting him know that Grocery Grabbr is ready to get to work. Each of Markus' grocery items is displayed one at a time, along with the aisle number and shelf location. After Markus grabs his items off the shelf, he hits a button on the app to navigate to the next item. The list of items is arranged so that Markus follows the most efficient path through the grocery store. When Markus finishes shopping, the total amount of money his groceries cost is displayed, which allows him to double check the total cost with the cashier. Grocery Grabbr pays grocery stores a small amount of money for each user who successfully uses the app and checks out of the store with over one hundred dollars worth of groceries.
Question: Which of the following data must be obtained from the user's smartphone in order for Grocery Grabbr to suggest the order for picking up groceries?
A. the grocery list the user input
B. the location of the grocery store
C. the user's photo album on their smartphone
D. the user's current location

Answers

Answer:

A. the grocery list the user input

D. the user's current location

Explanation:

In the passage provided the only actual user inputs that is needed is the grocery list and then the user must choose from a list of available grocery stores. They do not need to enter the location of the grocery store. Therefore, the only actual pieces of data that the app would need are the grocery list that the user inputs and the user's current location in order to provide the list of available nearby grocery stores for picking up the groceries. This is done through the GPS on the smartphone.

True or false: Sports teams are superior to other forms of entertainment, and do. Do not directly compete with others such as video games and movie theaters

Answers

Because concessions have grown to comprise a significant portion of professional sports teams' overall profits, they have been steadily rising prices in a monopolistic environment, which is why the cost of food and drink in sports stadiums is so high.

Do you mean food by concession?

Some gatherings or locations enter into agreements with third parties to sell food. These agreements are frequently referred to as concessions, which is also the term for a food stand.

What makes food a concession?

A ballpark or other venue's concessions are known as such because the venue has given a certain vendor permission to serve food there. Think about that the next time you're eating peanuts at a sporting event.

To know more about profits visit:-

https://brainly.com/question/15044847

#SPJ4

Which type of firewall policy calls for a firewall to deny all traffic by default?
a. restrictive policy
b. demilitarized policy
c. perimeter policy
d. permissive policy

Answers

The restrictive firewall policy requires a firewall to block all traffic by default.

What kind of attack brings down the operating system?

Ping of Death, also known as PoD, is a sort of Denial of Service (DoS) assault in which the attacker uses the straightforward ping command to launch numerous or corrupted packets at the targeted computer or service in an effort to crash, destabilize, or freeze it.

Which firewall safeguards the whole network?

Hardware-based firewalls are very practical for securing a number of machines and managing network traffic that attempts to get through them. Hardware-based firewalls have the benefit of adding another line of defense against attacks that target desktop computing systems.

To know more about firewall visit:-

https://brainly.com/question/13098598

#SPJ4

__________ is a design principle that addresses the agreement or visual connection among design elements in a drawing.

Answers

Harmony the effectiveness with which a composition's visual components interact with one another. One of the most fundamental and crucial design elements is alignment. Through the creation of a visual link between them, it aids in unifying the elements on a page.

Which of the following best describes the visual route that the eye takes?

The eye of the viewer travels around the work of art, usually focusing on certain areas. Within the artwork, this visual components might be focused on the lines, borders, shapes, and colours.

What visual aspect describes the space surrounding, above, or beneath an object or objects?

The area between and around objects is known as space. Negative space is the term for the area surrounding objects; negative space

To know more about visual components visit:-

https://brainly.com/question/19584494

#SPJ4

Select the correct answer from each job down menu

Ben is writing an assignment on feasibility study. Help him complete the following sentences

The _____ feasibility Study an evolution of the effectiveness of the product to meet clients requirements. This study requires a board visualization of how the product will operate once it is ______ and ready to use.

Options for the first box are: operational, social, and technical

Options for the second box: researched, installed, and proposed

Answers

Answer:

The Operational feasibility Study an evolution of the effectiveness of the product to meet clients requirements. This study requires a board visualization of how the product will operate once it is installed and ready to use.

Explanation:

A feasibility study is an inquest on the possibility of launching a project. It determines whether a project should be continued or discontinued. The operational feasibility study determines the usability of the project by clients after it is completed.

If the project will not meet the client's requirement, then the project has failed the operational feasibility study and should be discontinued. We also have the technical and economical feasibility studies.

Read the following selection from the section "The North Atlantic Deep Water." As the warm surface water of the Mediterranean evaporates, the water grows saltier and denser. This water exits the Mediterranean through the Strait of Gibraltar, the narrow channel between Spain and Morocco that connects the sea to the Atlantic Ocean. Which answer choice is the BEST definition of the word "evaporates" as used in the selection?

Answers

The  answer choice that is the BEST definition of the word "evaporates" as used in the selection is option (B) to lose moisture.

What is evaporation?

The word "evaporates" as used in the selection means to lose moisture, which is the process of liquid changing into a gas or vapor form, typically due to an increase in temperature or pressure.

Evaporation is a physical process by which a liquid changes into a gaseous state, typically due to an increase in temperature or pressure. In this context, the warm surface water of the Mediterranean loses its moisture due to heat and it becomes saltier and denser, this process is called evaporation.

Therefore,  In the above context, it refers to the warm surface water of the Mediterranean becoming a gas or vapor due to the process of evaporation.

Learn more about evaporation from

https://brainly.com/question/24258

#SPJ1

See full question below

Read the following selection from the section "The North Atlantic Deep Water. As the warm surface water of the Mediterranean evaporates, the water grows saltier and denser This water exits the Mediterranean through the Strait of Gibraltar, the narrow channel between Spain and Morocco that connects the sea to the Atlantic Ocean. Which answer choice is the BEST definition of the word "evaporates" as used in the selection? (A) to become saltier (B) to lose moisture (C) to condense (D) lo dissolve​

Build Map Submitted an Today at 2:53 PM : We are going to complete a function called map. It should behave similarly to the native array method of the same name from the previous lesson. However, your implementation should not use Array.prototype.map, i.e. should not look like this: function map(array, callbackFunction) { return array.map(callbackFunction); } Here is an example to get a sense of what map should do. var input = [1, 2, 3, 4); var output = map(input, function(value) { return value + 1; }) console.log(output); // [2, 3, 4, 5] JAVASCRIPT 1. function map(array, callbackFunction) { 2 // your code here 3 } X Err, try again... RESET INPUT RUN TESTS

Answers

Reset input run tests and the outcome of Javascript, according to the statement, are supposed to produce the displaying the data: Array [2, 4, 6, 8].

What is the purpose of JavaScript?

Programmers all over the world use Javascript to make dynamic and interactive online apps and browsers. With 97.0% of all websites using it as an user programming language, JavaScript is the most widely used language in the world.The software is run using a binary file that was produced from the application's original source code. An easy-to-use interpreted programming language is JavaScript. The JavaScript code is sent to the web browser in text form, where it is then executed.

Briefing :

const array1 = [1, 2, 3, 4];

//pass a function to map

const map1 = array1.map(x => x * 2);

console.log(map1);

//expected output: Array [2, 4, 6, 8]

To know more about Javascript visit :

https://brainly.com/question/28448181

#SPJ4

Ben has to type a long letter to his friend. What is the correct keying technique that Ben should use

Answers

Using rapid, snappy strokes is the proper keystroke technique. The body should be sufficiently upright in front of the keyboard for proper keyboarding posture.

Why is accurate keying so crucial?

Your general health will benefit from touch typing as well. It stops you from hunching over your keyboard in order to find the proper keys. Instead, you maintain eye contact with the screen in front of you. Correct typing encourages excellent posture and helps to avoid back or neck pain.

What is an example of a keystroke?

The pressing of a single key on a keyboard, whether real or virtual, or on any other input device is referred to as a keystroke. In other words, a single key push is regarded as a keystroke.

To know more about proper keystroke technique visit :-

https://brainly.com/question/29808656

#SPJ4

both pc1 and server 1 have a default gateway. what is the purpose of a default gateway?

Answers

A default gateway's primary function is to route packets to another subnet.

Which one most accurately sums up a default gateway's function?

When a device is unable to determine the destination, it will use the default gateway to pass information. A router that links your host to distant network segments is a default gateway, to put it simply.

What ought to be the default gateway?

Typically, the IP address of your router will serve as your default gateway. Yes, your WiFi router has an own, distinctive IP address. It's important to know where to look for this identification code so that information can reach your network.

To know more about default gateway's visit :-

https://brainly.com/question/29213945

#SPJ4

You are creating a document that you know will be placed in a binder, which layout option could you change to make sure that the words do not lost when you punch holes on the sides of your document? (K12 for Microsoft word)

Answers

Answer:

answer is a indent

Explanation: I took the k-12 test and got it right!

The layout option that you can change is indent. The correct option is A.

What is layout option?

The Layout Choices dialogue offers a number of options that let you modify how the notation is shown on the pages of each layout.

You can alter both the notation, such as note spacing or staff labels, as well as the layout's physical characteristics, such as page size, staff size, and margins.

The space between the left-hand margin and the start of the text on a page or screen is referred to as indentation.

If you are preparing a document that will be bound, using the indent layout option will prevent the words from being lost when the page's sides are punched out.

Thus, the correct option is A.

For more details regarding layout, visit:

https://brainly.com/question/29742034

#SPJ2

Pls answer as fast as you can I will give brainliest

What aspect of the initial database planning process would the formula
(0 + Pt × 3 + p)/5 be used in?

A. Time estimation
B. Budgeting
C. Workforce forecasting
D. Entity prediction

Answers

I believe it would be “A” it would make the most sense...

You need a fast, secure, and reliable multihomed network perimeter solution that is designed to prevent specific types of network traffic from entering your corporate network. Which solution should you deploy

Answers

Using a ( VPN) virtual private network is the best approach to grant users access to private resources via the internet since encryption of all data assures a secure connection between the client and server.

What network security protocol enables the use of a single setup to encrypt all network traffic?

Contrary to application security protocols like HTTPS, which are only applicable to web servers and require a PKI certificate for each server, IPSec can be configured to secure some or all network traffic with a single setup.

Which of the following has the greatest chance of preventing buffer overflow attacks?

By making sure you are up to current with system and application fixes, buffer overflow threats can frequently be reduced.

To know more about VPN visit:-

https://brainly.com/question/29733551

#SPJ4

A customer has reported that when using a cable to connect an older laptop to a 100Mbps switch that the link light does not illuminate. When testing the same cable with a newer 1Gbps switch, it works fine. Which of the following is the MOST likely cause of the problem?

Answers

The cable is pinned as a crossover. Crossover cables move the wire from pin 1 at one end to pin 3 at the other connector, as the name implies.

What is Crossover cables ?An Ethernet cable used to directly connect computing devices is known as a crossover cable. The RJ45 crossover cable uses two separate wiring standards instead of just one, using the T568A wiring standard on one end and the T568B wiring standard on the other.The transmit signals at one end of the crossover wire are connected to the receive signals at the other end by purposefully crossed cabling. The transmit signals at one end of the crossover wire are connected to the receive signals at the other end by purposefully crossed cabling.A patch cable can be used in place of a crossover cable or vice versa, and the receive and transmit signals are automatically adjusted within the device to give a functional connection, thanks to the auto MDI-X functionality that is supported by many network devices today.

To learn more about Crossover cables refer :

https://brainly.com/question/14325773

#SPJ4

what are the application area of the computer?explain in brief.​

Answers

Answer:

In short, every corner of the world

Explanation: Take a look at the world around you, every job sector atleast owns a computer system for one work or the other. Computers can be found in military, hospitals, schools and universities, banks and every sector around you

Other Questions
Stephen has to drive 8 miles south and 3 miles east to get to work.What is his distance and displacement? Which of these four Texas leaders did NOT serve in the United States Congress? A. Sam Rayburn b. Henry Gonzalez c. Ann Richards d. Phil Gramm Consider the quadratic function defined by:f (x) = 3(x 1)(x + 6)a. State the zeros of the function: ____________________b. Express this function in standard form by expanding & simplifying. What is the shariah? Which of the following headlines deal with what, how, and for whom questions? A. Coach earns more than Prof!B. Smoking is on the decline C. Health food craze takes off A. Statement A deals with how, B deals with what, and C deals with what B. Statement A deals with for whom, B deals with what, and C deals with how. c. Statement A deals with what, B deals with how, and C deals with how. D. Statement A deals with how, B deals with what, and C deals with for whom. E. Statement A deals with for whom, B deals with what, and C deals with what. Plz help its my last grade How many haploid sets of chromosomes are present in a diploid individual cell with a chromosome number of 32 What is synergistic interaction? A. when two medicines work together in a positive way without causing any harm B. when the effect of one medicine is reduced or cancelled by another one C. when one medicine boosts the effect of the other one 'Money is what money can buy 'Explain this statement in at least 10 lines Which variation is represented by this situation:Martha earns $375 when she works 5 hours. How much will she earnif she works 12 hours? Is it direct variation or inverse variation? Find a saint who lived a Eucharistic way of life. This might include theTruth of their teaching (others) about the Eucharist, the Beauty of their worship, and the Goodness of their accompaniment of persons in poverty and those who are vulnerable. Research their life and write an essay. le .... la vrit tout le temps.12.Les touristes vont la piscine de l'htel pour.......13. Le .....Le ............est couvert de nuages; il va pleuvoir.14.Ma mere est ............. au centre ville; elle vend des chaussures et des15..............est-ce que vous n'allez pas l'cole?16. J'ai soif alors, je veux...17.Le bb est content ..............il voit sa mere18. Les malades vont ..........pour voir le docteur.19. L'orange est le .....que j'aime bien.20.Il y a beaucoup de maisons..................dans ce village. Which graph represents a function? Which substances are neuropeptides that inhibit pain impulse transmission in the brain and spinal cord Given the table of values, determine the the constant of proportionality, then write the equation of the proportion. Two unequal masses are dropped simultaneously from the same height. The two masses will experience the same change in(A) acceleration(B) kinetic energy(C) potential energy(D) velocity what is the equation of the line graphed below? Which of the following methods ofhuman land use is LEAST LIKELY to causeharm to the environment?A. waste disposalB. recreationC. drillingD. mining which of the following changes will increase the period of an oscillating spring mass system? a. an increase in the mass on the spring. b. an increase in the initial displacement of the spring. c. an increase in the spring constant. d. more than one of the above. e. none of the above. explain your answer in your own words. NO LINKS. Help ASAP please its due