answersLogoWhite

0


Best Answer

I don't know how the scientific method compares to the design loop. That's why I'm asking you guys.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
User Avatar

Jazmin Lopez

Lvl 1
3y ago
Scientist use the scientific method to make testable explanations and predictions about the world. 

Add your answer:

Earn +20 pts
Q: How does the scientific method compare to the design loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you install the Hartford loop?

hartford loop design


What does design loop mean?

I'm not exactly sure of my answer, because i was just asked today by my teacher to research "technology design loops." But so far from my research I've found that its cycle that is much like a the scientific method. The first part is recognising a problem. Then you create a solution or product that will solve the problem. You then test your solution, evaluate the results, and start from the first step again to improve you solution.


Compare Do-While with While Statements?

A Do-While loop looks like this: do { loop body } while (condition); and a While loop looks like this: while (condition) { loop body } The main difference is that the loop body is always run once in the Do-While loop, then the condition is checked to see if the loop should keep running. In a While loop, the condition is checked first, and it will not run the loop body at all if the condition is false.


How do you design an applicatoin that accepts 10 numbers and displays?

Simply: design an application, that accept one number, then put it in a loop that repeat is ten times.


What mechanism would you implement in the process scheduler to automate the termination of a job that is in an infinite loop?

put a counter in. set it to zero before the loop. add 1 to it inside the loop pick a realistic number for how many times it could possibly go through legitamately and have it exit the loop if the counter goes above that. or if you do not have duplicate data each time through the loop save the data compare it the next time through and if it is the same 2 or 3 times in a row abort the loop.

Related questions

How do you install the Hartford loop?

hartford loop design


What does design loop mean?

I'm not exactly sure of my answer, because i was just asked today by my teacher to research "technology design loops." But so far from my research I've found that its cycle that is much like a the scientific method. The first part is recognising a problem. Then you create a solution or product that will solve the problem. You then test your solution, evaluate the results, and start from the first step again to improve you solution.


Why is the teardrop elliptical loop a much better design for roller coasters than the circle loop design?

A teardrop loop helps equally distribute the forces around the loop, as you end up slowing down as you crest, so it will get tighter as it goes up. In a circular loop, there is A: Ejector airtime at the top and B: Increased, and possible dangerous, G-Forces at the bottom of the loop.


What is the loop attached to the belt called?

The loop that is attached to a belt is called a D ring. This loop was put on the belt as part of the design and to use the belt properly.


What is the loop henle?

The loop of Henle takes part in the transport of ions and reabsorbes urea.


What scientific reason is there for measuring air pressure?

loop is funny


How do you write a c program to design calculator using loop?

Wr


What is a convection loop?

basically the scientific fact that heat rises and cold temperatures sink. A convection loop happens in air and water.


What are the explanation steps for palindrome program?

If you want to check whether a string is a palindrome, you can reverse the string (for example, the Java class StringBuffer has a reverse() method), and then compare whether the two strings - the original string and the reverted string - are equal. Alternately, you could write a loop that checks whether the first character of the string is equal to the last one, the second is equal to the second-last one, etc.; that is, you have a counter variable (in a "for" loop) that goes from zero to length - 1 (call it "i"), and compare character #i with character #(length-i-1) inside the loop.


What is the criteria for a good quality streak plate?

In scientific circles, the streak plate method is considered to be a rapid qualitative isolation method. To be effective, one must reduce the number of organisms in the inoculums by spreading a loop of culture over an agar plate. This ensures that individual cells are properly separated on the surface for the purpose of differentiating various species. The method is as follows: Using a sterile loop, microbes are initially transferred to the plate with one swipe. On the subsequent swipes, the loop is heated in the flame of a Bunsen burner to lessen the population of microbes being transmitted. Streak patterns are also done in via T-streak or by applying the loop to four quadrants of the plate.


Compare between single loop circulation and double loop circulation?

well you see a single loop circulation only goes through the heart and body one at a time meanwhile a double loop circulation does it all at the same time ,,, suss


Compare Do-While with While Statements?

A Do-While loop looks like this: do { loop body } while (condition); and a While loop looks like this: while (condition) { loop body } The main difference is that the loop body is always run once in the Do-While loop, then the condition is checked to see if the loop should keep running. In a While loop, the condition is checked first, and it will not run the loop body at all if the condition is false.