if indirect access to sensitive data can be achieved through a system, what should be considered when evaluating the critical system functionality?

Answers

Answer 1

Consider access control, data protection, data retention, incident response, third-party risk, and monitoring/audit when evaluating critical system functionality with indirect access to sensitive data.

When evaluating the critical system functionality where indirect access to sensitive data can be achieved, the following should be considered:

Access control: Evaluate the access control mechanisms in place to ensure that only authorized users can access the sensitive data. This includes authentication and authorization processes, as well as any restrictions on the types of actions users can perform.

Data protection: Assess the security measures in place to protect the sensitive data from unauthorized access, such as encryption and data backup procedures.

Data retention: Evaluate the data retention policies and procedures to ensure that sensitive data is not retained for longer than necessary and is disposed of securely when no longer needed.

Incident response: Evaluate the incident response plan and procedures to ensure that the system is able to detect and respond to potential security incidents in a timely manner.

Third-party risk: Assess the risks associated with any third-party systems or services that have indirect access to the sensitive data, including the security measures in place to protect the data.

Monitoring and audit: Evaluate the monitoring and audit mechanisms in place to detect and investigate any unauthorized access to the sensitive data.

By considering these factors, organizations can better understand the risks associated with indirect access to sensitive data and take steps to ensure the protection of the data and the critical system functionality.

Learn more about Third-party risk here:

https://brainly.com/question/30030111

#SPJ4


Related Questions

NEED THIS ASAP!!) What makes open source software different from closed source software? A It is made specifically for the Linux operating system. B It allows users to view the underlying code. C It is always developed by teams of professional programmers. D It is programmed directly in 1s and 0s instead of using a programming language.

Answers

Answer: B

Explanation: Open Source software is "open" by nature, meaning collaborative. Developers share code, knowledge, and related insight in order to for others to use it and innovate together over time. It is differentiated from commercial software, which is not "open" or generally free to use.

Jot down the *good or bad* aspects of committing crime
100 t0 200 130 words paragraph
PLEASE VERY URGENT!

Answers

The good or bad aspects of committing crime is that

On the positive side, some people may commit crimes in order to achieve a perceived benefit or gain, such as financial gain, power, or revenge.

On the negative side, committing a crime can have serious and long-lasting consequences for the individual and for society as a whole. It can result in legal penalties.

What is the act of committing crime?

Committing a crime can have both good and bad consequences, depending on the specific circumstances and the individual's values and priorities.

In all, the decision to commit a crime should not be taken lightly, as it can have significant and far-reaching consequences for the individual and society.

Learn more about committing crime from

https://brainly.com/question/25973385

#SPJ1

Do you believe that Online Activism results in real change, or do you think it is something that people do to make themselves look good/feel better about themselves? Look for some examples of both in recent history to back your point.
Reflect your findings in a 350 word discussion post. Be sure to link to multiple online sources and add in visual and other multimedia resources to help you make your point. Be sure you credit your sources via a linkback. You are considering other’s ideas, so they need to be credited as such.

Answers

Online Activism results in relatively minimal change. The reason behind this matter is because people generally only take action virtually and not in real life. Although there are fewer opportunities to take action in person, there is a relatively strong difference of seeing someone dying of cancer online and seeing someone in person dying of cancer. This can be summed down to sympathetic disconnect, being how virtualization creates a disconnect between people emotionally and causes the static statement of, "There's nothing I can do" when there's donations and organizations to contribute to always there. It's much easier to feel included in person than online, and accordingly, much more often a reason for people to interact and take actual action.

IDENTIFYING VERBS THAT AGREE IN NUMBER WITH THEIR SUBJECTS For each of the following sentences, write the correct form of the verb in parentheses.


Example

1.

The alligators at the wildlife park (sleep, sleeps) most of the day.


sleep


The chipmunks that I saw last night (has, have) returned.

100 points for whoever to solve

Answers

Hey there!

The word "verb" simply means 'description of an action, assert, or event that is made into the main purpose of your predicate in your judgement' Now that we have the definition of the word verb we can answer your question"Has" is past tense but it is THIRD person present "Have" is when you own something Answer: HAS

BECAUSE "I SAW last night"

Note: usually people read the sentence to themselves until it makes easier sense to them or use context clues in the sentence to answer the particular question(s)

Good luck on your assignment and enjoy your day!

~LoveYourselfFirst:)

Assume that a large number of consecutive IP addresses are available starting at 192.16.0.0 and suppose that two organizations, A, B, C, and D, request 8010, 4000, 4005, and 2000 addresses, respectively, in that order. For each of these, give the first possible IP address within the assigned subnet, the last possible IP address within the assigned subnet, and the subnet representation in slash notation (w.x.y.z/s).
Please enter your answers using the exact format shown in the sample row. Do not include any spaces.
Organization First possible IP Address in Assigned subnet Last possible IP Address in Assigned subnet Subnet representation using Slash Notation
Sample Answer 100.100.10.0 100.100.10.255 100.100.10.0/24
Organization A Organization B Organization C Organization D

Answers

According to the scenario, the selected IP address to the given network address is found to be 192.16.0.0.

What is an IP address?

An IP address may be defined as a sequence of numbers that significantly identify any device on a network. It stands for Internet protocol. Computers effectively utilize IP addresses in order to communicate with each other both over the internet as well as on other networks.

According to the context of this question, the given network address is 192.16.0.0. The given IP addresses will be allocated in blocks of power of 2. Now, we have to classify the given information on the basis of IP addresses in order to facilitate the branching and sub-categorization of the data and information.

To learn more about IP addresses, refer to the link:

https://brainly.com/question/24930846

#SPJ1

Which statement describes lossless compression?
OA. It is a method that converts temporary files into permanent files
for greater storage capacity.
B. It is a technique that accesses memory addresses to retrieve data.
C. It is a method that results in the loss of all the original data in a
file.
D. It is a technique that allows all of a file's data to be restored from
compressed data.
its d

Answers

D. It is a technique that allows all of a file's data to be restored from

compressed data. Lossless compression shrinks the image without sacrificing any crucial information.

More about lossless compression

A type of data compression known as lossless compression enables flawless reconstruction of the original data from the compressed data with no information loss. Since most real-world data exhibits statistical redundancy, lossless compression is feasible.

By utilizing a sort of internal shorthand to denote redundant material, lossless compression "packs" data into a smaller file size. Depending on the type of information being compressed, lossless compression can reduce an initial file that is 1.5 MB to roughly half that size.

Learn more about lossless compression here:

https://brainly.com/question/17266589

#SPJ1

Write a program that prompts the user for two integers and then prints


•The sum


•The difference


•The product


•The average


•The distance (absolute value of the difference)


•The maximum (the larger of the two)


•The minimum (the smaller of the two)


Hint: Python defines max and min functions that accept a sequence of values, each separated with a comma

Answers

Here is an example program in Python that prompts the user for two integers and then prints the requested information:

num1 = int(input("Enter the first integer: "))

num2 = int(input("Enter the second integer: "))

# Perform calculations

sum = num1 + num2

difference = num1 - num2

product = num1 * num2

average = (num1 + num2) / 2

distance = abs(difference)

maximum = max(num1, num2)

minimum = min(num1, num2)

# Print results

print("Sum: ", sum)

print("Difference: ", difference)

print("Product: ", product)

print("Average: ", average)

print("Distance: ", distance)

print("Maximum: ", maximum)

print("Minimum: ", minimum)

This program uses the input() function to prompt the user for two integers, which are then stored in the variables num1 and num2. The program then performs the calculations for the sum, difference, product, average, distance, maximum, and minimum, and assigns the results to the corresponding variables. Finally, the program uses the print() function to output the results.

Learn more about the code, here https://brainly.com/question/497311

#SPJ4

Write a program that prompts the user for two integers and then printsThe sumThe differenceThe productThe

what is the importance of the international employment​

Answers

Answer:

People who went overseas to work can learn different skills and technologies which can be beneficial for the development of our own country.

Such industries provide job opportunities in the country. People who went overseas to work can learn different skills and technologies which can be beneficial for the development of our own country. Foreign employment reduces the unemployment problem of a country.

Is used to find the sum of the values in a column?

Answers

AutoSum is used to find the sum of the values in a column.

Select the cell directly below the last number in the column to get the total for the column of numbers. Choose the cell that is immediate to the right of a row of numbers to add them.

There are two locations for AutoSum: Home > Formulas and AutoSummaries > AutoSummary.

Instead of repeatedly inputting a formula, you can duplicate it to additional cells once you've created it. The formula in cell C9, for instance, automatically adapts to the new location and computes the values in cells C3–C8 if you copy the formula from cell B9 to cell C9.

Additionally, you can apply AutoSum to multiple cells at once. For instance, you may choose cell B9 and cell C9, choose AutoSum, and total both columns simultaneously.

To learn more about Autosum click here:

brainly.com/question/24214483

#SPJ4

What are recommended practices when practicing a speech using presentation technology?

Answers

The recommended practices when practicing a speech using presentation technology are:

Decide exactly when to change slidesRehearse with the mouse or keyboard until their use requires only a glance at the equipmentMark cues in the speaking notes to indicate slide changes

What is meant by the act of giving a presentation?

When a person is known to often gives a presentation, they are seen to often give a formal talk.

Note that  a lot of times, in order to be able to pass or sale something or get support for what we calla proposal. One need to use a Powerpoint presentation of what is to be done.

Hence, The recommended practices when practicing a speech using presentation technology are:

Decide exactly when to change slidesRehearse with the mouse or keyboard until their use requires only a glance at the equipmentMark cues in the speaking notes to indicate slide changes

Learn more about presentation from

https://brainly.com/question/24653274

#SPJ1

Which of the following is not a characteristic of a large database?
a) Optstore items in a filing cabinet.
b) Stores items in a computer such as music.
c) stores large amounts of items such as an online store.
d) can be used as a small recipe book.​

Answers

C is the correct answer

Which of the following operators has the lowest precedence?
||
!
=
&&

Answers

The operator with the lowest precedence among the given options is the logical OR operator (||).

In mathematics and computer programming, operators have different levels of precedence, which determines the order in which they are evaluated in an expression. The operator with the lowest precedence is the one that is evaluated last.

Among the given operators, the logical OR operator (||) has the lowest precedence. This means that it is evaluated after all the other operators in the expression.

For example, consider the expression:

a || b && c

In this expression, the logical AND operator (&&) has higher precedence than the logical OR operator (||). Therefore, the expression is evaluated as:

a || (b && c)

This means that the logical AND operation between b and c is evaluated first, and then the logical OR operation between a and the result of the previous operation is evaluated.

Learn more:

About operator precedence here:

https://brainly.com/question/30637106

#SPJ11

The operator with the lowest precedence is the is the assignment operator (=).Therefore, the correct option is (c).

The assignment operator (=) is a fundamental operator used in programming languages to assign a value to a variable. It is used to store a value or an expression result into a variable. In most programming languages, the assignment operator has a right-to-left associativity, meaning that the value on the right-hand side of the operator is assigned to the variable on the left-hand side. The  the assignment operator does not test for equality.

Thus, the ideal selection is option (c).

Learn more about  assignment operator (=) here:

https://brainly.com/question/32917248

#SPJ4

The complete question might be:

Which of the following operators has the lowest precedence?

(a) ||

(b) !

(c) =

(d) &&

typically, the first iteration or two of the up produces documentation and a ____ system

Answers

The first iteration or two of the up produces documentation and a prototype system. Prototyping involves the production of a partial implementation of the system.

Prototyping enables users to assess the system’s usability and verify that the requirements have been correctly interpreted. Prototyping can be utilized as part of iterative development, allowing the system to be constructed in smaller increments.Prototyping is a method for creating prototypes or models of a system, as well as a tool for developing and refining requirements and design. It is used to confirm that the software will meet user expectations and that it will function properly. A prototype is a limited model of a product or system that is created for testing and development purposes. It’s a small version of the end product that includes only the key features or functions. As a result, a prototype may be created in a variety of formats, including sketches, wireframes, mockups, or working software. A prototype can be used to evaluate a system’s functionality and usability and to gather feedback from users.

To know more about first iteration visit:

https://brainly.com/question/32215783

#SPJ11

Think back on the Font Tester App. Can you think of an example of another app or feature of an app which would use a


loop to control different elements on a screen?

Answers

Answer:

The search bars in search engines to find the most reliable information.  

Explanation:

Several people work with data at Erica’s office. She enters data. One of her coworkers enters new product numbers. Another coworker searches for parts that need to be ordered. Erica’s company uses a _____.

Answers

Answer:

a software program for storing, managing, and retrieving information

Explanation:

How to fix window load event listener retrieves values from query string in co_credit.js?

Answers

Summary: To fix the window load event listener that retrieves values from the query string in 'co_credit.js', you need to ensure that the listener is properly implemented and that the query string is parsed correctly.

Explanation:

1. Implementing the window load event listener: Make sure that the event listener is attached to the window's 'load' event, ensuring that it executes after the page has finished loading. This can be done using the 'addEventListener' method, like so: 'window.addEventListener('load', functionName);'.

2. Retrieving values from the query string: The query string contains key-value pairs that are appended to the URL after a question mark. To retrieve values from the query string in JavaScript, you can use the 'URLSearchParams' or 'URL' object. For example, you can create a new 'URLSearchParams' object with the query string and use the 'get' method to retrieve specific values:

csharp

const queryString = window.location.search;

const params = new URLSearchParams(queryString);

const value = params.get('parameterName');

By ensuring the proper implementation of the window load event listener and correctly parsing the query string, you can fix the issue in 'co_credit.js' and retrieve values from the query string successfully.

Learn more about event listener here: brainly.com/question/32032360

#SPJ11

true/false. using only the data provided above, calculate the capacity of the process stated in contracts per day. this is the theoretical capacity of this system.

Answers

The statement "using only the data provided above, calculate the capacity of the process stated in contracts per day. this is the theoretical capacity of this system" is False because without any data provided, it is not possible to calculate the capacity of the process stated in contracts per day. Theoretical capacity refers to the maximum amount of output that a system can produce under ideal conditions.

In order to calculate this, data such as the number of resources, time taken for each process, and efficiency of the system would need to be provided. Therefore, we need more information about the process, such as the production time per contract, the number of resources available, and the efficiency of the process, to calculate its theoretical capacity in contracts per day.

Learn more about theoretical capacity here: https://brainly.com/question/30831394

#SPJ11

what are the answers for theses question?

what are the answers for theses question?
what are the answers for theses question?
what are the answers for theses question?
what are the answers for theses question?
what are the answers for theses question?

Answers

Answer: me no comprende coding

Explanation:

sorry

The ____ function returns true when the end of the file has been reached. The ____ function returns true if a translation or other logical error has occurred on a stream. The ____ function returns true when something has happened to the physical medium of a stream.

Answers

Answer:
espero te ayude yo creo que no pero ahi te va

Explanation:
¿Qué función devuelve verdadero si alguno de sus argumentos es verdadero?
FUNCIÓN O. Descripción: Comprueba si alguno de los argumentos es VERDADERO y devuelve VERDADERO o FALSO. Devuelve FALSO si todos los argumentos son FALSO.

The trunk lines of the Internet are typically owned by network service providers.
a. true
b. false

Answers

A. true, The trunk lines of the Internet are typically owned by network service providers. These providers maintain and operate the high-capacity backbone infrastructure that facilitates global data transmission.

The trunk lines of the Internet are the high-capacity communication lines that form the backbone of the Internet. They carry vast amounts of data traffic between different regions and countries, linking together the many networks that make up the global Internet.

These trunk lines are typically fiber optic cables, which use light to transmit data at extremely high speeds. Fiber optic cables have replaced older technologies such as copper cables and microwave links, due to their much higher bandwidth and reliability.

There are several major trunk lines of the Internet that cross oceans and continents, connecting different regions of the world. For example, the Transatlantic Cable System connects North America and Europe, while the Asia-America Gateway connects Asia and North America. These trunk lines are owned and operated by major telecommunications companies, and are essential for international communication and commerce.

To learn more about Trunk lines Here:

https://brainly.com/question/10953298

#SPJ11

Explain the difference between the term ‘computer’ and ‘computer system

Answers

Answer:

a computer exists in a single place and does a primitive set of functions. A computer system combines a computer with many other things to perform a complex set of functions. It can also exist in a single place, but it may exist in many places at the same time.

Explanation:

this device does not get any acceleration when it: group of answer choices O moves with constant velocity. O brakes to a stop. O turns a corner. O starts from a traffic stop.

Answers

The culprits include a blocked fuel tank strainer, a dirty fuel filter, a clogged or broken fuel injector, or a broken fuel pump. The majority of automobiles allow for do-it-yourself gasoline filter replacement.

What is meant by acceleration?The pace at which speed changes is known as acceleration. Acceleration typically, but not always, indicates a change in speed. Because the direction of an object's velocity is shifting even while it follows a circular course, it continues to accelerate.It is possible for an object's velocity to alter by increasing, decreasing, or changing its direction of motion. A few instances of acceleration include an apple falling to the ground, the moon orbiting the earth, and a car coming to a stop at a set of traffic lights. How quickly velocity changes is called acceleration. increased speed. speeding up (also called deceleration) Modifying course.

To learn more about acceleration, refer to:

https://brainly.com/question/26408808

what are some technologies that professional coders use to be better at their job

please list at least 5

Answers

Answer:

Software application developer.

Web developer.

Computer systems engineer.

Database administrator.

Computer systems analyst.

Software quality assurance (QA) engineer.

Business intelligence analyst.

Computer programmer.

Explanation:

Software application developer.

Web developer.

Computer systems engineer.

Database administrator.

Computer systems analyst.

Software quality assurance (QA) engineer.

Business intelligence analyst.

Computer programmer.

C++

Javascript

Coding Training Courses

write a program to output a big A like the one below

write a program to output a big A like the one below

Answers

hope this helps, i'm a beginner so this might not be the most concise method

write a program to output a big A like the one below

HURRY GIVING BRAINLIEST AND ALL MY POINTS and I only have 40


Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:


1. Decide on the message you would like to display to the screen. Some ideas include:

1. Your favorite book title or TV show and why you like it

2. A few sentences sharing information about you

3. Your favorite sport and team or athlete

4. Use two variables to store your message.

Answers

Answer:

Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:

1. Decide on the message you would like to display to the screen. Some ideas include:

1. Your favorite book title or TV show and why you like it

2. A few sentences sharing information about you

3. Your favorite sport and team or athlete

4. Use two variables to store your message

Explanation:

Answer:

A few sentences about you .

Explanation:

Identify at least five different Arts, A/V Technology, and Communications careers that you could pursue in your home state, and choose the three that appeal to you the most. Out of the three, write a one-page essay describing which one would be your career choice and the educational pathway that you would have to follow in order to obtain that career. Finally, identify at least three colleges, universities, or training programs that are suited to that career choice. You can use the following resources to help you:

Answers

Answer:

Five careers in the Arts, A/V Technology, and Communications cluster that would be interesting to me are choreographer, museum conservator, reporter, singer, and fashion designer. Of those careers, being a museum conservator, singer, or fashion designer sounds the most appealing to me. Out of all those choices, I think that being a fashion designer seems the most interesting and would allow me to use my creativity.

Fashion designers create patterns and construct sample garments for a target market. They use models to determine how the garments will fit and modify them as necessary to get the desired look. In order to excel in this position, I would need to be able to think creatively; establish working relationships with models, designers, and others in the industry; and organize my time in order to accomplish the necessary work and meet deadlines.

There are several schools that offer a degree in fashion design, such as Savannah College of Art and Design, Academy of Art University in San Francisco, Kent State University, and the University of Cincinnati. Several technical schools also focus on fashion design, such as the Fashion Institute of Design & Merchandising. I think I would choose to attend Parsons in New York, which has turned out many famous fashion designers, such as Marc Jacobs, Jenna Lyons, and Tom Ford.

Explanation:

plato answer

Computerized spreadsheets that consider in combination both the
risk that different situations will occur and the consequences if
they do are called _________________.

Answers

risk assessment spreadsheets or risk analysis spreadsheets

Both answers are correct

The given statement refers to computerized spreadsheets that consider in combination both the risk that different situations will occur and the consequences if they do which are called decision tables.

A decision table is a form of decision aid. It is a tool for portraying and evaluating decision logic. A decision table is a grid that contains one or more columns and two or more rows. In the table, each row specifies one rule, and each column represents a condition that is true or false. The advantage of using a decision table is that it simplifies the decision-making process. Decision tables can be used to analyze and manage complex business logic.

In conclusion, computerized spreadsheets that consider in combination both the risk that different situations will occur and the consequences if they do are called decision tables. Decision tables can help simplify the decision-making process and can be used to analyze and manage complex business logic.

To know more about spreadsheets visit:

https://brainly.com/question/31511720

#SPJ11

You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month?

Answers

Answer: Only 1 string is entered

str(dayWeek) is the only string entered into the function.

str(return) is outputted, not inputted.

Numbers are not strings.

// calculate birth month based on the day of the month, day of the week, and the birth year

// dayMonth {number} - a day of a month from 1 to 31

// dayWeek {string} - the name of the day of the week

// year {number} - the birth year

// return {string} - the month you were born

BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);

the answer is : 1

the guy above me has a good explanation    

You hide three worksheets in a workbook and need to unhide them. How can you accomplish this?.

Answers

Answer:

Nevermind, I didn't get that this was for a computer.

Explanation:

To unhide the worksheets in a workbook. Choose View > Unhide from the Ribbon. The PERSONAL XLSB workbook and the book are hidden. After selecting the worksheet to reveal it, click OK.

What is a worksheet?

Created in Excel, a workbook is a spreadsheet programme file. One or more worksheets can be found in a workbook. Cells in a worksheet (sometimes referred to as a spreadsheet) can be used to enter and compute data. Columns and rows have been used to arrange the cells.

Choose the worksheets you want to conceal. How to choose a worksheet.Click Format > under Visibility > Hide & Unhide > Hide Sheet on the Home tab.The same procedures must be followed, except choose Unhide to reveal worksheets.

Therefore, steps are written above for unhiding a workbook.

To learn more about the worksheet, refer to the link:

https://brainly.com/question/15843801

#SPJ2




Determine the specific citation for each of the following items. Please enter only the ASC number and label your answers by requirement #. Your answers to questions two through four should have four n

Answers

To provide an accurate and informative response, I would need the complete question with all the requirements specified.

Additionally, it would be helpful if you could provide the subject or context of the question to better understand the specific citation format required. I will be more than happy to assist you with a clear and concise answer.


Once you provide the complete question and any additional details, I will be more than happy to assist you with a clear and concise answer. it would be helpful if you could provide the subject or context of the question to better specified. Additionally, it would be helpful if you could provide the subject or context of the question to better understand the specific citation format required. I will be more than happy to assist you with a clear and concise

To know more about provided visit :-

https://brainly.com/question/29824956

#SPJ11

Other Questions
Andre is teaching a class about the software development cycle. While teaching the analysis phase, which task should Andre mention?. Name the top portion of this bone A. sacrumB.coccyxC.manubriumD.sternum The student council needs posters for the Winter Carnival. The print shop charges $15 for each print job. Each poster will cost an additional$1.35. ____________ is a musical procedure in which a fugue subject is imitated before it is completed. The wildlife conservation group is interested in the health of reproducing female wallabies. The wildlife group has established that 83% of female wallabies have a joey in their pouch. The group also know that 68% of wallabies in the region are female You may assume that the sex and joey status of wallabies are independent wallaby to wallaby. (a) Use the conditional probability rule to argue that the probability of a randomly chosen wallaby having a joey in their pouch is 0.5644. (b) On average, how many wallabies does a team in the field have to check before finding six that have a joey? (c) What is the probability that the team checks fewer than three wallabies before finding the first with a joey? (d) Use an appropriate limiting distribution to estimate the probability that at least 600 walla- bies from a sample of 1000 have a joey. (e) The gestation period (that is, the time from conception to birth) of wallabies is, on average, SH SESE 33 days, with a standard deviation of 2 days. Assuming that the gestation period is nor- mally distributed, what is the probability that a particular joey had a gestation period of within 2 days of the mean? (f) From birth, joeys spend an average of 280 days in their mothers pouch. To answer the following, you may assume that the time a joey spends in the pouch is exponentially dis- tributed i. What is the probability that a joey spends more than 300 days in their mothers pouch? ii. You have determined from the size of the joey that it has been in the pouch more than 100 days. What is the probability that it has been in the pouch for more than 150 days? CHALLENGE Randi and her sister made balloon animals and sold them for $0.50 each ata school carnival. They made $48.00. If Randi made twice as many balloon animals asher sister, how many balloon animals did each girl make? Show your work. Excess fat around what area of the body is associated with a greater risk to health than excess fat located elsewhere on the body? How is the nitrogen cycle important to humans A baseball is traveling ( 30 m/s) and is hit by a bat. it leaves the bat traveling (40 m/s). what is the change in the velocity? remember that direction is what makes velocity different than speed. responses 10 m/s negative 10 meters per second, 30 m/s negative 30 meters per second, 40 m/s negative 40 meters per second, 70 m/s Differentiate between chemical and biological agents. Identify a biological or chemical agent present in your workplace or in a workplace with which you are familiar (either by knowing someone who works there or by being a customer/patient). Explain the route of entry, type(s) of toxicity involved, and the health effects that this specific agent can have on the human body. Describe the controls that should be put in place to control this hazard. Which of the following is NOT a thought that Harry has when he feels he is close to death?His fiance, GretchenHis house on KonigstrasseHis motherThe goal of the trip Which of these was created as a direct result of the Nuremberg Trials following World War II?ResponsesA League of NationsLeague of NationsB United NationsUnited NationsC International Criminal CourtInternational Criminal CourtD Amnesty International what precious object did Atreus promise to sacrifice to the goddess Artemis, then kept to himself and broke his promise?a. a golden urn b. a golden fleecec. a four- horse chariot d. the sun After using a 15% off coupon, the price of a sheet cake is $30.94. What was the original price? What is the relationship between photosynthesis and primary productivity? Select all the correct answers a rain gutter is made from sheets of aluminum that are 10 inches wide by turning up the edges to form right angles. Determine the depth of the gutter that will maximize its cross-sectional area and allow the greatest amount of water to flow.What is the maximum? ASAP?!!!!!!!!!!!!IMAGE IS ATTACHED What is the genotype ratio for this cross? What is the phenotype ratio for this cross? answerb this please asap All four ancient civilizations emerged in the valleys of the big rivers. Which territory was named Mesopotamia -"the land between the rivers?" The animal-like parasite plasmodium causes the disease