PYTHON3 ----------------------------
Define a function named
change_values that takes four integers as
parameters and swaps or changes them based on a set of rules. Your
Change Function should follow

Answers

Answer 1

The function "change_values" is designed to take four integers as parameters and swap or change their values based on a set of rules. The function follows the general structure of a Python function, where the parameters are defined within the parentheses.

The purpose of the function is to modify the values of the input integers according to specific rules, which will be explained in detail in the second paragraph.

The "change_values" function can be implemented as follows:

```python

def change_values(a, b, c, d):

   if a > b:

       a, b = b, a

   if c > d:

       c, d = d, c

   if a > c:

       a, c = c, a

   if b > d:

       b, d = d, b

   return a, b, c, d

```

In this function, the parameters `a`, `b`, `c`, and `d` represent the four input integers. The function applies a set of rules to swap or change the values of these integers. The rules are as follows:

1. If `a` is greater than `b`, their values are swapped.

2. If `c` is greater than `d`, their values are swapped.

3. If `a` is greater than `c`, their values are swapped.

4. If `b` is greater than `d`, their values are swapped.

After applying these rules, the function returns the modified values of `a`, `b`, `c`, and `d` using the `return` statement. By calling this function and passing four integers as arguments, you can swap or change their values according to the specified rules.

To learn more about Python function: -brainly.com/question/30763392

#SPJ11


Related Questions

In a typical office, biometric authentication might be used to control access to employees and registered visitors only. We know the system will have some false negatives, some employees falsely denied access, so we need a human override, someone who can examine the employee and allow access in spite of the failed authentication. Thus, we need a human guard at the door to handle problems as well as the authentication device; without biometrics, we would have had just the guard. Consequently, we have the same number of personnel with or without biometrics, plus we have the added cost to acquire and maintain the biometrics system. Explain the security advantage in this situation that justifies the extra expense.

Answers

The security advantage in this situation that justifies the extra expense is that these Biometric devices is one that separates the handling of issues regarding biometric information from the system operating system.

It is one that render it impossible for hackers to alter the authentication process.

What is the aim of biometric authentication?

An biometric authentication is known to be a device that is used to handle access in regards to physical and digital resources, e.g. buildings, rooms and other forms of computing devices.

Note that the security advantage in this situation that justifies the extra expense is that these Biometric devices is one that separates the handling of issues regarding biometric information from the system operating system.

It is one that render it impossible for hackers to alter the authentication process.

Learn more about Biometric devices from

https://brainly.com/question/19096951

#SPJ1

Which of these items can be used as an electronic studying schedule

Answers

What are the items? :D

Most hard drives are divided into sectors of 512 bytes each. Our disk has a size of 16 GB. Fill in the blank to calculate how many sectors the disk has. Note: Your result should be in the format of just a number, not a sentence.
disk_size = 16*1024*1024*1024
sector_size = 512
sector_amount =
print(sector_amount)

Answers

The answer is pretty simple to achieve for this question. Multiply the disk size and then divide by the sector size - this will result in the total number of sectors. The reason the disk size shows “16*1024*1024*1024” is because there are 1024 bytes (B) in one kilobyte (1KB), and 1024KB in one megabyte (1MB), and 1024MB in one gigabyte (1GB). So, once you find out how many total bytes you have and then divide the total number of bytes by sector size (512), you will arrive at the answer.

2.3 pseudocode exercise on edhesive

Answers

Answer:

a=int(input("Enter a numerator: "))

b=int(input("Enter a divisor: "))

quotient=a/b

remainder=a%b

print("Quotient is: " + str(int(quotient)))

print("Remainder is: " + str(int(remainder)))

That's 2.3 question 1

a_ft = int(input("Enter the Feet: "))

a_inc = int(input("Enter the Inches: "))

b_ft = int(input("Enter the Feet: "))

b_inc = int(input("Enter the Inches: "))

sum_inc = a_inc + b_inc

# select the whole and the fractional part

inc_to_ft = sum_inc // 12

rem_from_div = sum_inc % 12

sum_ft = a_ft + b_ft + inc_to_ft

print("Feet: {} Inches: {}".format(sum_ft, rem_from_div))

That's 2.3 question 2

Explanation:

I wasn't sure which one you needed so I added both.



1-the principle of recycling applies only to open systems

True/False


2-It is important that measurements be consistent in engineering because

A-There is only one established system of measurement available

B-there is one unit that is used to measure weight, length and distance

C-engineers often work together internationally and replicate each others' results


Answers

Answer:

The answer to this question can be described as follows:

In question 1, the answer is False.

In question 2, Option C is correct.

Explanation:

Recycling seems to be the concept of organizing life by making use of as little resources as possible. The recycling approach enables us to live and reconstruct in modules that are closed, it use everywhere not only in the open system. Measurements must be accurate in engineering because engineers often operate independently globally and repeat the findings of one another.

Why do companies collect information about consumers? A. Because they want to meet new friends on social networks B. Because they take consumers' best interests to heart C. Because they want to effectively advertise to consumers D. Because they are looking for good employees to hire​

Answers

Answer:

C. Because they want to effectively advertise to consumers.

Explanation:

Companies collect info for more accurate advertisements, which are designed to make people interact with them more commonly.

The separation of the logical properties of the operations on an object from their implementation is?

Answers

Procedural abstraction exists in the separation of an action's logical properties from the elements of how the action exists carried out.

Abstraction exists in the separation of the logical properties of operations on an object from their implementation.

What is meant by Abstraction?The definition of abstraction is focusing on the essentials while ignoring the details. Some people define abstraction as "remembering the 'what' and ignoring the 'how.'" The two types of abstraction that computing scientists are interested in are procedural abstraction and data abstraction. The separation of an action's logical properties from the details of how the action is carried out is known as procedural abstraction. The separation of data's logical properties from the specifics of how the data is represented is known as data abstraction. Control abstraction and data abstraction are supported by the majority of programming languages, including C++, C#, and Java. The process of concealing an application's internal details from the outside world is known as abstraction. Abstraction is used to describe something in simple terms.Procedural abstraction exists in the separation of an action's logical properties from the elements of how the action exists carried out.

To learn more about abstraction, refer to:

https://brainly.com/question/7994244

#SPJ4

5 evaluation criteria

Answers

Answer:

relevance, efficiency, effectiveness, impact and sustainability. 

Whats the best way to make a video game?

Answers

Answer:

Step 1: Do Some Research & Conceptualize Your Game. ...

Step 2: Work On A Design Document. ...

Step 3: Decide Whether You Need Software. ...

Step 4: Start Programming. ...

Step 5: Test Your Game & Start Marketing

When you turn on your computer, a message appears on your display that says, "Keyboard Error." You press the ENTER key to bypass the message and continue the startup process, but nothing happens.
How will you attempt to troubleshoot the problem before calling technical support?

Answers

Answer:

Firstly, I'd unplug and plug the keyboard back in, and if that doesn't help immediately, I'd restart the computer.

If that still doesn't work, I'd try another keyboard.

If even after that it doesn't work, I'd probably then call tech support.

A device that allows you to talk to someone else in another location, is called?

Answers

A device that allows you to talk to someone else in another location is called a telephone.

 

Telephones are electronic devices that use a network of wires, cables, and other infrastructure to transmit the human voice over long distances. These devices have been in use for over a century and have undergone significant changes in terms of design and functionality. Modern telephones can be classified into several types, such as landlines, mobile phones, and VoIP (Voice over Internet Protocol) phones.

Landlines are connected to the telephone network via a wired connection, mobile phones use wireless networks, and VoIP phones use an internet connection for communication. Telephones are widely used for personal and professional communication and have become an essential part of our daily lives.

Learn more about mobile phones here: brainly.com/question/23433108

#SPJ4

please help me with this please

please help me with this please

Answers

Answer:

The 3rd answer.

Explanation:

You're welcome pa.

Answer:

Answer is C: You are using a series of commands multiple times in a ducument

Explanation:

z 1
-- = --
7 21
solve​

Answers

Answer:

\(z= \frac{1}{3}\)

Explanation:

Given

\(\frac{z}{7} = \frac{1}{21}\)

Required

Solve

\(\frac{z}{7} = \frac{1}{21}\)

Multiply both sides by 7

\(7 * \frac{z}{7} = \frac{1}{21} * 7\)

\(z= \frac{1}{21} * 7\)

Rewrite as:

\(z= \frac{1 * 7}{21}\)

\(z= \frac{7}{21}\)

Simplify fraction

\(z= \frac{1}{3}\)

Write a pseudocode to calculate the factorial of a number

Answers

Answer:

Answer CODE from C# Sharp  Language

Explanation:

using System;

namespace test

{

   class Program

   {

       public void silnia()

       {

           decimal liczba;

           decimal silnia = 1;

           Console.WriteLine("Obliczanie Silni ");

           Console.WriteLine("Podaj liczbę: ");

           liczba = Convert.ToInt32(System.Console.ReadLine());

           //liczba = int.Parse(Console.ReadLine());

           for (int i = 1; i <= liczba; i++)

               silnia *= i;

           Console.WriteLine("Wynik Silni Wynosi :  " +silnia +" \n ");

       }

       static Program ćwiczeniaA;

       static void Main(string[] args)

       {

           ćwiczeniaA = new Program();

           ćwiczeniaA.silnia();

       

           Console.WriteLine("Koniec Programu");

           System.Console.ReadLine();

       }                                

   }

}

How did tribes profit most from cattle drives that passed through their land?
A.
by successfully collecting taxes from every drover who used their lands
B.
by buying cattle from ranchers to keep for themselves
C.
by selling cattle that would be taken to Texas ranches
D.
by leasing grazing land to ranchers and drovers from Texas

Answers

The way that the tribes profit most from cattle drives that passed through their land is option D. By leasing grazing land to ranchers and drovers from Texas.

How did Native Americans gain from the long cattle drives?

When Oklahoma became a state in 1907, the reservation system there was essentially abolished. In Indian Territory, cattle were and are the dominant economic driver.

Tolls on moving livestock, exporting their own animals, and leasing their territory for grazing were all sources of income for the tribes.

There were several cattle drives between 1867 and 1893. Cattle drives were conducted to supply the demand for beef in the east and to provide the cattlemen with a means of livelihood after the Civil War when the great cities in the northeast lacked livestock.

Lastly, Abolishing Cattle Drives: Soon after the Civil War, it began, and after the railroads reached Texas, it came to an end.

Learn more about cattle drives from

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

What is output by the following line of code? print(5*2 + 9)

Answers

The output of the given line of code is 19.

What is a Computer Code?

This refers to the sequence of instructions that are given to a computer system in order to perform an action or execute a task.

Hence, we can see that the given computer code tells the computer to print the value of the mathematical operation 5 * 2 + 9 which would be given down below.

Using the BODMAS/PEMDAS rule,

5 * 2= 10

Then 10 + 9 = 19.

This is what the output of the computer code would be as the print function would be executed.

Read more about computer codes here:

https://brainly.com/question/23275071

#SPJ1

which is most harmful computer virus define​

Answers

Answer:

Spyware is the most harmful virus.

It enters into someones computer as a spy and steals the ones personal information, data and other codes.

Explanation:

Which of the following is not a true statement regarding a relation? Each relation consists of a set of named columns and an arbitrary number of unnamed rows Each column in a relation corresponds to an attribute of that relation An entry at the intersection of each row and column has a single value The columns may not be interchanged or stored any sequence The rows may be interchanged or stored in any sequence

Answers

The statement "each column in a relation corresponds to one of that relation's attributes" is untrue in this case.

What one of the following phrases denotes an unknown property value?

Additionally, since their significance is not always clear, nulls in the database should be avoided. unidentified attribute value an attribute value that is known but absent.

Which phrase best sums up a column in a relational database table?

A column in a table in the context of relational databases is a group of data values that are all of the same kind. While rows add data to the table, columns specify the data in a table. The majority of databases permit columns to include sophisticated data, including whole papers, photos, and even video recordings.

To know more about relation's attributes visit :-

https://brainly.com/question/28392032

#SPJ4

The Danger zone around a robot is?

Answers

maybe a EMP. tell me if im right

Answer:

the area the robot can reach or the work envelope and where all the robots tasks takes place. ... OSHA, the system had an E-stop on it to shut down the robot if needed

What is the windows defender used for in windows 10

Answers

Answer:

Windows Defender is a built-in antivirus and anti-malware software in Windows 10 that helps protect your computer from viruses, malware, and other malicious software. It constantly scans your computer for any threats and provides real-time protection by blocking any suspicious activity. It also includes features such as firewall and network protection.

Explanation:

Brainliest Plssss

Design a program that ask the user to enter a series of positive numbers. The user should enter a negative number to the series. After all the positive numbers have been entered the program should display their sum

Answers

Answer:

total = 0

while True:

   number = float(input("Enter a number: "))

   

   if number < 0:

       break

   

   total += number

   

print("The total of the positive numbers entered is", total)

Explanation:

*The code is in Python.

Initialize the total as 0

Create a while loop. Inside the loop:

Ask the user to enter a number. Check the number. If it is smaller than 0 (This means it is a negative number), stop the loop using break. Add the number to the total (cumulative sum). (This way your program keeps summing numbers until you enter a negative number)

When the loop is done, print the total

list and describe the three major steps in executing the project plan.

Answers

The three major steps in executing a project plan are initiation, implementation, and closure.

Initiation involves defining the project's goals, objectives, and scope, as well as identifying key stakeholders and creating a project charter. This step sets the foundation for the project by establishing its purpose, expected outcomes, and success criteria.

Implementation is the phase where the project plan is put into action. It includes activities such as assigning tasks to team members, executing project activities, monitoring progress, managing resources, and addressing any issues or risks that arise. This step focuses on executing the project tasks according to the defined schedule and quality standards.

Closure marks the final phase of the project where its completion is formally acknowledged. It involves conducting a project review, documenting lessons learned, obtaining client approval, and delivering the final product or service. Closure ensures that all project objectives have been met, stakeholders are satisfied, and any remaining administrative tasks (such as archiving project documents) are completed.

You can learn more about project plan at

https://brainly.com/question/15410378

#SPJ11

You have been looking at numerous newly built homes. the headaches and fatigue you are attributing to the stress of buying a new house may actually be due to exposure to?

Answers

You have been looking at numerous newly built homes. The headaches and fatigue you are attributing to the stress of buying a new house may actually be due to exposure to Formaldehyde.

What is Fatigue?

Fatigue may be defined as a health disorder that is noticeable by actions such as extreme tiredness and inability to function normally due to scarcity of energy. Fatigue may be of two types, i.e. acute and chronic.

The newly built houses excessively contain fumes of formaldehyde. This is because the newly built hose has freshly painted with colors that contain formaldehyde as well as the manufacture of composite wood products.

Therefore, exposure to formaldehyde causes headaches and fatigue you are attributing to the stress.

To learn more about Formaldehyde, refer to the link:

https://brainly.com/question/15385187

#SPJ4

What is the most advanced micro processor in 2022?

Answers

Answer:

AMD Ryzen 7 5800X3D Pricing and Availability

AMD Ryzen 7 5800X3D Pricing and AvailabilityAt CES 2022, AMD announced the Ryzen 7 5800X3D processor, an 8-core processor that is the first to feature AMD's 3D V-Cache technology, delivering the fastest 1080p gaming across select titles when compared to others in the market3.

you likely forgot to export your component from the file it's defined in

Answers

If you are getting an error that says "you likely forgot to export your component from the file it's defined in," it means that you have defined a component in a file but have not exported it properly.  In React, when you define a component in a file, you need to export it so that you can use it in other parts of your application.

If you forget to export the component or export it incorrectly, you will get the error message "you likely forgot to export your component from the file it's defined in." To fix this error, you need to make sure that you export your component correctly. Here is an example of how to export a component: In this example, we have defined a component called `MyComponent`. To export this component, we add the line `export default MyComponent;` at the bottom of the file. This tells React that we want to make this component available for use in other parts of our application.

The reason why you need to export your components in React is because it allows you to use them in other parts of your application. When you export a component, you are essentially making it available for other files to import and use. If you forget to export your component or export it incorrectly, React will not be able to find the component when you try to use it in other parts of your application. This is why you get the error message "you likely forgot to export your component from the file it's defined in." By exporting your components correctly, you can avoid this error and make your components available for use in other parts of your application.

To know more about application visit :

https://brainly.com/question/31164894

#SPJ11

hris has received an email that was entirely written using capitalization. He needs to paste this text into another document but also ensure that the capitalization is removed.

What should Chris do?

Answers

He should un caps lock it

A(n) ____________________ is a special character that can stand for any other character or, in some cases, a group of characters.

Answers

The answer is wildcard

Draw the flowchart to accept three numbers check if they are same then display sum otherwise display product

Answers

The required flow chart is depcied as follows

Start

Input three numbers, A,B, and C

Compare A, B,   and C

If A, B, and C are the same, then

 Display the sum of A, B, and C

Else

 Display the product of A, B, and C

End

What is the explanation for the above?

The program starts by inputting three numbers, A, B, and C.

The program then compares A, B, and C.

If A, B, and C are the same, then the program displays the sum of A, B, and C.

Otherwise, the program displays the product of A, B, and C.

The program ends.

Learn more about Flow Chart at:

https://brainly.com/question/6532130

#SPJ1

Draw the flowchart to accept three numbers check if they are same then display sum otherwise display

Give five examples of top level domain​

Answers

Answer:  .com — Commercial businesses.

.org — Organizations (generally charitable).

.net — Network organizations.

.gov — U.S. government agencies.

.mil — Military.

.edu — Educational facilities, like universities.

Explanation:

ANSWER BELOW.com — Commercial businesses.  .org — Organizations (generally charitable). .net — Network organizations. .gov — U.S. government agencies. .edu — (Educational facilities, like universities.)

Hope this helps!!! :)

Given the following code snippet: let myMath = new AntraMath(10); myMath.add(5); myMath.multiply(2); let res = myMath.done(); console.log(res); Write a constructor function called AntraMath() so that the value of res printed is 30. Does your approach create new add() and multiply() functions for every single object. If so, how can you solve this problem?

Answers

Yes, this approach creates new add() and multiply() functions for every single object. To solve this problem, we can use the prototype property to add methods to the constructor function. This way, all instances of the object will share the same methods instead of creating new ones.

What is constructor function?

A constructor function is a special type of function that is used to create an instance of an object. It is usually named after the object it is creating and typically starts with a capital letter to differentiate it from other functions. Constructor functions are used to create and initialize the properties of an object, allowing the object to be used and manipulated by other functions. Constructor functions are also useful for creating a large number of objects that share the same properties. By using a constructor function, multiple objects can be created quickly and easily.

//Constructor function for AntraMath

function AntraMath(num){

 this.num = num;

 //Instance methods for adding and multiplying

 this.add = function(num2){

   this.num += num2;

 }

 this.multiply = function(num2){

   this.num *= num2;

 }

 //Instance method for returning the current sum

 this.done = function(){

   return this.num;

 }

}

let myMath = new AntraMath(10);

myMath.add(5);

myMath.multiply(2);

let res = myMath.done();

console.log(res);

// Output: 30

//


To learn more about constructor function
https://brainly.com/question/13486785
#SPJ4

Other Questions
4) IC Design a) Explain the cross section and layout design of a CMOS inverter, how it works, and which Factors you might adjust as a design engineer? b.) Explain the overall process of designing an IC c) As a design engineer, how will you know if your design meets all of the requirements (there are many steps in this process)? 5) R&D, Product Development and Qualification, IoT, professional Societies, Standards Organizations 1 a) How does research differ from device design and chip design? b) Explain the major business concerns and project management principles, besides the R&D And qualification work that are involved in a successful new product launch c) What is loT? How does it relate to semiconductor and MEMS engineering? d) In general, what is going on right now in the semiconductor and MEMS industries? e) Explain why professional societies exist, and any benefits to joining; should you join as a student? f) Why do standards organizations exist, and how do standards come about? California Assessment of Student Performance and Progress Question 31(Multiple Choice Worth 1 points)Infants should begin solid foods when:O They are four months oldO They are six months oldO They are developmentally ready and parents indicate a desire to start solidsO They are eight months oldO They are two months old Which philosopher believed that people were inherently evil and that government should control them? by the end of the 1950s, how many americans had television sets? World Price DefinitionWorld price can be defined as the price of a good or service in any other country, except ones own. It affects international trade, and generally countries export goods with local prices lower than their world price, and import goods where the local price is higher than the world price. What is the value of x in the system of equations below? 3x+ y + 2z = -10 X + 5y + 2x = -12 - 2x + 3y = -1 Read the excerpt from the play Apple Picking:Characters:- Mischa- Luke- Mom- DadScene OneOn an overcast autumn afternoon in the middle of a field with many apple trees. A brother and a sister have a ladder up against an apple tree. One is picking apples and placing them in a sack tied around her waist. The other is holding the ladder steady.Mischa: (standing on the ladder and looking at an apple) I'm not so sure about these. They have a ton of spots and are not quite ripe.Luke: That's alright, we're just making a pie for Sunday dinner anyway. No one will see the spots, and we can add sugar to sweeten them up.Mischa: (Nodding in approval) Yeah, I guess you're right. Mom always likes her pie apples to be a little firm anyways.Suddenly, the wind begins to blow strongly making the ladder tip back and forth slightly.Mischa: (With an alarmed look on her face.) What's going on? There isn't supposed to be a storm today! We'll never make it back to our house before it hits!Luke: (Holding onto the ladder as hard as he can) You need to come down! I can't hold the ladder much longer!Mischa carefully but swiftly climbs down the ladder while the wind is still blowing. Luke holds on to the ladder as it sways back and forth. Mischa makes it to the bottom. They both look toward dark clouds rolling in quickly with thunder and lightning.Luke: (Yelling over the storm) We'd better find some shelter! (Pointing toward a rundown old farmhouse.) I think there's an old farm house that way!Mischa: (Also yelling) You lead the way. I'm too scared!Luke: (Grabbing her by the hand) It's going to be okay! Run with me!Both children run to the old farmhouse holding each other's hand. When they make it there, they enter through an open window.Scene TwoIn the kitchen of the old farmhouse. There is an old dusty table and chairs, but everything else including the stove is gone. The windows are broken, the curtains tattered, and the wallpaper peeling. The wind is picking up and blowing through. The children are calming down. Mischa looks out the broken window where a large dead tree sits close to the house, while Luke sits at the old table. The sack of apples sits on the table.Mischa: It's almost here Luke. The branches on the trees are swaying all over the place.Luke: (Looking at the old tree through the window) Come away from the window Mischa. It's a really bad storm, that's for sure.Mischa: (sitting down in the chair opposite Luke.) I think it's a tornado.Luke: It's not a tornado, but those are some heavy winds.The wind picks up and the curtains sway violently. Something smacks up against the side of the house.Luke: What was that? It's picking up.Mischa: Where are Mom and Dad? Why aren't they here to help us?Luke: Never mind that. We need to worry about ourselves right now. I think we should go down to the ...Suddenly, a tree branch hits the window smashing it even more than it was. Luke and Mischa scream.Mischa: (Yelling) To the basement!The children run toward the basement when Mischa stops and turns back.Luke: (Still yelling) What are you doing? Come back!Mischa: (Still yelling) The apples! I need to grab the apples!Luke: Mischa no!Mischa runs to grab the apples. She gets a hold of the sack and turns around toward the basement again. As she gets to the basement door, the old large tree snaps, cracks, and falls through the kitchen wall. She is okay, but shaken.How does the structure in scene one complement the events in scene two?A. Scene one describes only two of the characters that will appear in the next scene. Nothing tells the reader about their relationship in scene one.B. Scene one describes the setting, introduces the characters, and introduces a storm that calms down in in the scene.C. The first scene describes the setting, introduces the characters, and introduces the storm that the characters will face in scene two.D. Scene one introduces the characters, and introduces the outdoor setting that the characters interact in throughout the play. Today, the price of a new cell phone is$129. In 2000, the price of a similar cellphone was $240. What is the percent ofchange in the price of a cell phone from2000 to today? Give two examples of how homeostasis helps regulate the human body. Explain why W.E.B Dubois did not agree with Booker T. Washington's stance on the progression of African American people in America. In terms of Reward power, what isthe power of big media and how has it changed given technologicalchanges in thelast twenty years? The 2017 balance sheet of Kerber's Tennis Shop, Inc., showed long-term debt of $6.4 million, and the 2018 balance sheet showed long-term debt of $6.8 million. The 2018 income statement showed an interest expense of $180,000. What was the firm's cash flow to creditors during 2018? (A negative answer should be indicated by a minus sign. Enter your answer in dollars, not millions of dollars, e.g., 1,234,567.) Answer is complete but not entirely correct. PLEASE HELPSimplify4/5/10. Give the answer in simplest form. At the end of winter, water containing very high concentrations of road salt used to deice roadways runs off and some of it enters a very small freshwater pond that contains many aquatic organisms including paramecium. What do you suppose will happen to the paramecium?aThe paramecium's environment will become hypertonic causing paramecium cells to burstbThe paramecium's environment will become hypotonic causing paramecium cells to burstcThe paramecium's environment will become hypotonic causing paramecium cells to shriveldThe paramecium's environment will become hypertonic causing paramecium cells to shrivel An area near a hazardous materials incident that is upwind from the incident and on the same level is a good location for a:________ What was the model of order created by this 1648 peace settlement, and what was the lesson of the failure of this model of order (as seen by the Napoleonic Wars) a) Creep. (i) What is the creep and explain stages of creep through sketch? Which stage of creep is more important for design purpose and why? [4 Marks] (ii) Why does temperature affect creep? [3 Marks] (iii) Explain, how do we prevent jet engine turbine blades from creep (in combustion zone? [3 Marks] answerrrrr me.................... COMPLETE ANSWER THE ANSWER TO THE QUESTION IS I'M GOING TO VOTE BRAINLIEST YOU NEED TO PROVE YOUR ANSWER Direction: Read each statement carefully. Write True in the blank if the statement is right and False if it is wrong and prove it. 1. Intemal Forces refers to set of elements which affects organization's or firm's behavior. 2. External Forces is unpredictable and uncontrollable.3. Poor corporate image is a strength of the firm. 4. Money is the lifeblood of every business. 5. Customers are the king of the market. 6. Demographic aspects are the characteristics of the people in which the organization can be found. 7. Macro and micro environment are types of internal environment. 8. Technological includes the use of robots and online commerce. 9. Improper plans and policies help the firm to accomplish its objectives. 10. Socio-cultural are the characteristics of the population of a certain place.