explain the concept of “survival of the fittest”

Answers

Answer 1

Answer:

i think thats a line from  the lorax

Explanation:


Related Questions

Which functions are available in a Word table? Check all that apply.
Data Sort
Images
Formulas in Cells
Header Row
Page Numbers

Answers

Answer:

Hello! I think the answer is formula in cell

1.Menciona tres factores o variables que consideras influirán en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se incluyen opciones o incisos para responder a la pregunta, podemos comentar lo siguiente.

Los tres factores o variables que considero influyen en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie son los siguientes.

1.- La exposición al elemento "oxígeno" cuando están a la intemperie.

2.- La temperatura del medio ambiente que afecta directamente al alimento.

3.- Los minerales y los metales que constituyen al alimento cuando tienen contacto con el medio ambiente.

En estos momentos, las sustancias que componen al alimento comienzan a tener reacciones químicas y se empiezan a oxidar cuando permanecen abiertas a temperaturas ambiente.

Es por eso que los expertos recomiendan que una vez abierta la comida -la fruta, la verdura- tiene que refrigerarse lo más pronto posible para poderse conservar un poco más de tiempo.

Each menu title in an application does not need to have a unique access key.

Answers

Answer:

Explanation:

True

what is computer memory measured in​

Answers

Answer:

MB I think I learned it actually.

Explanation:

9. A convex lens of focal length 8 cm forms a real image of the same size as th
object. What will the distance between the object and its image be:
1) 32cm
2) 8cm
3)16cm
4)24cm​

Answers

Answer: 32cm

Explanation:

Since the focal length of the convex lens is 8cm, the distance between the object and its image be 4f which will be:

= 4 × f

= 4 × focal length

= 4 × 8

= 32cm

The distance between the object and its image is 32cm.

Can someone please answer these, I'm tired of wasting points on questions that no one answers.

Describe the respective benefits of participatory design and contextual design, with examples of situations in which each might be preferred.

Outline which activities involve mathematical reasoning skills..

Explain the most appropriate methods to use in designing a product for the user in the following scenario, including aspects of the user interface that might need special attention.
Situation: A researcher approaches a designer with a request for a computer interface that will allow the evaluation of the ways children process spatial relationships and the various changes as they learn and develop. The computer interface will not have to perform any task but to play visual spatial games, recording and analyzing all elements in how children between the ages of 2 and 5 manipulate visual objects on a screen.

Answers

What format do you need it in?

Differentiate between a window and Windows​

Answers

Answer:

A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system

Explanation:

The 60-watt light bulb has a 400 hour life expectency how much will it cost to operate during its time

Answers

Answer:

$2.40

Explanation:

the unit electricity bill is kilo watt hour.

The 60-watt light bulb has a 400 hour life expectency means it will consume

60×400/1000 = 24 KWh units of electricity. Let us suppose each unit of electricity costs is 10 cents.

Then 24×10 = 240 cents  = $2.40

how can you turn on a light switch and it not work, without turning off the power to the whole house?

Answers

Answer:

Go to the beaker box and turn off the power to that one room. Duh

Explanation:

Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv

Answers

Answer:

= PMT(B4/B2, B2 * B3, B1)

Explanation:

The syntax to use is:

= PMT(Rate,NPER, PV)

To answer this question, the following assumptions will be made.

B1 = Present Value i.e. PV

B2 = Number of Payment Period i.e n

B3 = Duration (in years)

B4 = Rate

So, the formula to enter in B6 is:

= PMT(B4/B2, B2 * B3, B1)

The above formula will return the monthly payment in cell B6

1) "Information systems are revolutionizing the way businesses function in the 21st century," Do you agree or disagree with this statement? Provide evidence to support your position, (2 points)​

Answers

Answer:

true

Explanation:

everything is computerized. banks, shopping, financial business records, ect

Where was basketball invented?

Answers

Answer:

Springfield, Massachusetts

Basketball was invented by James Naismith on or about December 1, 1891, at the International Young Men's Christian Association (YMCA) Training School, Springfield, Massachusetts, where Naismith was an instructor in physical education. who invented James Naismith

Explanation:

Springfield College

Basketball is built into the fabric of Springfield College. The game was invented by Springfield College instructor and graduate student James Naismith in 1891, and has grown into the worldwide athletic phenomenon we know it to be today.

have a good day

When a 30-year-old physical education teacher from the International YMCA Training School in Springfield, Massachusetts created a game that could be played indoors in between the football and baseball seasons, basket ball was born in the winter of 1891.

What is physical education?

Physical education is a subject that is taught in schools all over the world. It is frequently abbreviated as Phys Ed or P.E. In order to enhance health and physical fitness, it is typically taught in primary and secondary education.

It emphasizes psychomotor learning by employing a play and movement exploration context. Football, netball, hockey, rounders, cricket, four square, racing, and several other kid-friendly games are among the exercises included in physical education.

Additionally, nutrition, healthy practices, and individual needs are taught in physical education. The world over, there are several physical education curricula.

When taught properly, physical education classes can have a favorable impact on students' behavior, health, and academic achievement. The dissemination of knowledge about illness prevention, control, and treatment is a component of health education.

Physical educators must encourage and reinforce students' growing motor abilities and give kids and teenagers a foundational skill set that expands their movement repertory.

Learn more about physical education, here

https://brainly.com/question/28271935

#SPJ6

Can anyone tell me how this is a SyntaxError! (Python/coding)

Answers

Answer:

The expression on line 9 requires 2 brackets

Explanation:

Given

The attached code

Required

Why syntax error.

On line 9 of the program, we have::

amount = int(input("Enter cheese order weight: ")

The instruction on line 9 gets an integer input from the user. However, this is incorrectly done

To get an integer input, the syntax is:

variable-name = int(input("Prompt"))

By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.

In Python 3, this is counted as a syntax error

Which of these is a programming best practice?
Use general variable names such as V1 and V2.
Use lots of comments in the code.
Make lines of code as long as possible.
If you need to repeat a function, paste a copy of it each time you need it.

Answers

Answer:

B

Explanation:

You should question C. That looks like a very poor practice, but sometimes it can't be helped. Try and make short lines

D also looks questionable. You'll wind up with pages and pages of code. A better practice is to create subroutines (functions and procedures in the language I use) and then learn how to pass parameters.

A is not a good idea either because if you look at the code a month later, chances are you won't know the difference between v1 and v2.

The best answer is B. But how many programmers do it?

Answer:

B. use lots of comments in the code

Explanation:

Help please
Who will give the answer I'll mark him/her as brainlist..​

Answers

Answer:

We will be using Average function of Excel Calculation sheet.

Its Syntax in Calc sheet is : =AVERAGE (number1, [number2], ...)

or you can use =Average and then click on the first cell and drag the whole row till end and close the brackets. It will calculate the average of that row.

Once you have applied average function on first row, you can drag this cell down the column and it will replicate the same function for respective rows.

what do you mean by formatting the document?​

Answers

Answer: See explanation

Explanation:

Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.

During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.

Would be easier to divide/fold a rectangular sheet of paper into 22 equal pieces or 24 equal pieces? Explain your answer. Please help !!!!!

Answers

Answer:

24 equal.

Explanation:

Give 3 features and uses of
Desktop
laptop
palmtop computer

Answers

Answer:

A Palmtop or hand-held personal computer is small enough to hold in one hand and operate with the other. Also called a handtop, these ultra-small computers may have specialized keyboards or keypads for data entry applications or have small qwerty keyboards.

• Palmtops are also called PDAs, hand-held computers and pocket computers.

• Palmtop or hand-held personal computer, lightweight, small, battery-powered, general-purpose programmable computer. It typically has a miniaturized full-function, typewriter like keyboard for input and a small, full color, liquid-crystal display for output. In addition to an operating system that is compatible with that of a desktop computer, a palmtop will typically contain a word processor, a spreadsheet program, and a calendar and phone book. A variety of other programs can be loaded and executed, and data can usually be transferred to and from a desktop computer. Although some palmtops are like personal digital assistants in that they accept handwritten or touch screen input, they generally differ in that the palmtop has more memory, a keyboard, and a greater variety of available programs.

Explanation:

how was kapilvastu named​

Answers

Answer:  Kapilvastu was named after Vedic sage Kapilamuni

NEED ANSWERS ASAP 50 POINtTS!!!!
Katie wants to use VLOOKUP for a column in a table. Which value of the mode parameter should she use to look for an exact match of the searched data?
Katie should use the __ value of mode parameter for an exact match with the searched data.

Answers

Answer:

The exact match mode is the mode parameter that Katie should use to look for an exact match of the searched data

Further Explanation:

The VLOOKUP function in Excel helps us search for and retrieve information from a particular column in a table and lookups a value in the left-most column of the table. It has two modes of matching.

Exact matching – When you perform a range_lookup, an argument FALSE is defined to mean that there is an exact match of the return value.

To achieve this, select a cell in your Excel worksheet

Type =VLOOKUP in the type bar of the Excel sheet

Select the value to look up and then select the data range

Type the column number that you want to search and then type FALSE

Press enter

Answer:

The exact match mode is the mode parameter that Katie should use to look for an exact match of the searched data

Explanation:

The VLOOKUP function in Excel helps us search for and retrieve information from a particular column in a table and lookups a value in the left-most column of the table. It has two modes of matching.

Exact matching – When you perform a range_lookup, an argument FALSE is defined to mean that there is an exact match of the return value.

To achieve this, select a cell in your Excel worksheet

Type =VLOOKUP in the type bar of the Excel sheet

Select the value to look up and then select the data range

Type the column number that you want to search and then type FALSE

Press enter

Does anyone know how to do 8.3 Code Practice on Edhesive?

Answers

Answer:

nums = [14, 36, 31, -2, 11, -6]

print(nums)

Explanation: That should be 100%.

The Code Practice on Edhesive will be represented with the language of python language. there will be arrays and lists that will be presented. Thus, option A is correct.

What is code?

A collection of commands that will be presented is referred to as computer code. It's also the name that was given to the source code.  The translator has prepared for computer execution that will be presented.

Code is usually presented with a focus on producing various code-correct internet, application forms as well as a phone application.

The inputs will be

numbers = input()

Splits of numbers will be presented as

numList = numbers.split(' ')

Iterates will be presented with the list:

for i in range(len(numList)):

Conversion of every agreement will be;

 numList[i] = int(numList[i])

The final line will be:

print(numList)

Learn more about code, here:

https://brainly.com/question/20712703

#SPJ6

The question is incomplete, Complete question probably will be  is:

8.3 code practice adhesive

Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.

14 36 31 -2 11 -6

Sample Run

[14, 36, 31, -2, 11, -6]

Sharon wants to include her name on each slide in her science presentation. Where in the Header and Footer dialog box would she type her name?

Answers

Answer:

She will type her name in the Footer

Explanation:

To answer this question, I will assume Sharon is using the Microsoft Office PowerPoint package to handle her presentation.

In PowerPoint, the footer helps users to add names or any other details on every slide.

To do this:

Go to INSERT in the menu barThen, go to Text menuSelect Header & Footer to open the boxCheck the Footer optionEnter the text in the provided text box(This is where Sharon will enter her name)Lastly, click Apply to All to effect the changes

Activity in September 2014, the Federal Bureau of Investigation (FBI) announced that is next generation Idenufication system was fully functional The FBI named it the integrated Automated Fingerprint Identification system (IAFIS), Conduct online research on this system and answer the following questions 1. Which elements can be stored in IAFIS? 2. What is the response time of this system? 1. How has this system benefited the FBI​

Answers

Answer:

(Answers may vary.)

In addition to fingerprints, IAFIS stores criminal histories, mug shots, and physical information like scars, tattoos, eye color, hair color, weight, and height. It also stores fingerprints of individuals who are or were employed by the US military and the federal government.

The system’s average response time for criminal fingerprint processing is about 27 minutes. Civil fingerprint processing takes over an hour.

Previously, the tenprint submission and identification was a manual, tedious process. It took the FBI weeks or months to process a single fingerprint submission. IAFIS has automated this process and added advanced identification capabilities. The submission and processing takes just few minutes. This has helped the FBI solve and prevent crime and tighten holds on criminals and terrorists.

Explanation:

What is one example of a pan lan man and a wan

Answers

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.

Explanation:

i hope this helps

Here is the API for a robot library.
// moves the robot forward
function moveForward();

// turns the robot to the left
function rotateLeft();

// turns the robot to the right
function rotateRight();

// checks if a robot can move in any direction
// direction {string} - the direction to be checked
// return {Boolean} - true if the robot can move in that direction, otherwise returns false
function canMove(direction);
Which code segment will guarantee that the robot makes it to the gray square without hitting a wall or a barrier (black square)?



A.
B.
C.
D.

Answers

Answer:

hi

Explanation:

The programs that run on a computer are called:

Answers

Software.............

Can someone write this in java? Also, does anyone know how to do Edhesive assignments? I NEED HELP!!!!!

Answers

Answer is in the file below

tinyurl.com/wpazsebu

HOW CAN YOU GET THE COOLEST FONTS ON GOGGLE SLIDES???

Hint: Im looking for like bubble letters or like stuff to like install for goggle slides, now mind u i do have a/am using a Chromebook so ya

Answers

i would love to help. but if you could text my number i could help more. i have a chromebook

Answer:

mhmm. you can go to www.bubbleimages.com

Explanation:

HELP MY TABLET KEEPS ON REBOOTING I TRIED TO FACTORY RESET BUT IT KEEPS ON REBOOTING

Answers

Answer: try to restart It

Explanation:Random reboots can happen because of problems with the firmware, but can also be due to some app you installed that is making the system unstable, or perhaps some bad bit of data that is in the system cache. A corrupt SD card can also cause problems.

Answer: it most likely a thrid party app that is causing this

Explanation: Random restart problems are sometimes caused by a bad third party app. To check if that's the case here, try running your tablet on safe mode and observe. If it works normally and won't restart on safe mode for some time, that can mean that an app is causing the trouble.Mar 6, 2021

materials used in front office

Answers

Answer:

A Telephone, Printer, Computers, Security Monitor

Other Questions
Original Sin is the suffering of innocent people that comes from natural events like a tsunami.True or False . /12 . . . . . . will give brainliestClick to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions.Online Content: Site 1Describe the abilities of someone with analytical/research skills. in the cube column becauseI put the. Help me please like right now I am working on a new app what should i do should i call it, its a app to make new friends and not be lonely A foot spa machine is an electronic gadget used for soaking,bathing and massaging the feet. What is Satan's last name? what is 2(3x+2)=2x+28 Amir pits 3035 into a bank account. The account pays 4% compound interest each year. Work out how much money amir will have in the account after 6 years MUST HELP!!!! (100POINTS) +BRAINLEST +5 STARS +THANKS ON PROLFILE!!!!Create ONE COMPOUND sentence with an appositive phrase.Chocolate is the best Halloween candy.Snickers are the most popular candy.Peggy doesnt like them. A sample in a laboratory starts with 8 bacteria. The bacteria grow at a rate of 3.2% every hour. How many hours until the sample has grown to 140,000bacteria? (Round to the nearest whole number)A 46B 3C) 305D 133 The point (3,-1) is on the line given by which equation below?HELPP MEE PLSS 7(5+2c)+3c I need help Generating Win-Win SolutionsPurpose: In any interpersonal conflict, you have a choice. You can look for solutions in which one person wins, usually you, and one person loses, usually the other person (win-lose solutions). Or you can look for solutions in which you and the other person both win (win-win solutions). Although, win-win solutions are obviously the more desirable, people often fail to even consider if there are possible win-win solutions and what these might be. This exercise will help you in developing conflict management skills and how to resolve interpersonal differences.Directions: To get into the habit of looking for win-win solutions, consider the following conflict situations. For each situation, generate as many possible win-win solutions that you feel the individuals involved in the conflict could reasonably accept. Give yourself a few minutes for each case. Write down all win-win solutions that you think of; don't censor yourself. Please make sure to provide a response to the question at the end of the exercise.1. Pat and Mark plan to take a two week vacation in August. Pat wants to go to the shore and relax by the water. Mark wants to go the mountains, hiking and camping.2. Pat recently got a $3000 totally unexpected bonus. Pat wants to buy a new computer and printer to augment the office; Mark wants to take a much needed vacation.3. Pat leaves clothes all around the house and they sometimes sit there for days. Mark really hates this and they argue about it almost daily.4. Workers at the local bottling plant want a 20% raise to bring them into line with the salaries of similar workers at other plants. Management has repeatedly turned down their requests.From this experience it should be clear that win-win solutions exist for most conflict situations but not necessarily all. And, of course, some situations will allow for the easy generation of a lot more win-win solutions than others. Not all conflicts are equal.How might you incorporate win-win strategies into your own conflict management behavior? A roll of quarters is shaped like a cylinder and contains 40 each quarter has a thickness of 1.75 and a diameter of 24.26 mm What measurement would be the closest to the volume of one roll of quarters in cubic millimeters A) 5,335mmB) 6,256mmC) 129,428mmD) 32,357mm empires! i need help! answer my question m_VSR =Help meeeeeeeee Which of the following clarifies the IOP( indirect object pronoun)?Les duele la cabeza a mis tasA. A mis tas B. Cabeza C. Duele D. La GIVING 15 POINTS AND BRAINIEST ANSWER Write 20 test review questions about the Civil Rights Movement