answersLogoWhite

0

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.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How do you install the Hartford loop?

hartford loop design


How does the scientific method compare to the design loop?

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


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 does to loop a vine mean?

Vines play automatically, which means that they loop.


What does it mean to be in the loop?

If somebody was to be out of the loop, they would be lacking critical information or popular knowledge. Now if somebody was IN the loop, this would mean you are up to date on the latest topics of your "loop".


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

Wr


What does loop the loop mean?

When your tying your shoe you loop the loop or some kind of dance. To 'loop the loop' in an aeronautical term. It is a maneuver creating a vertical circle in the sky and was first 'invented' by the pilot Lincoln Beachey prior to 1915


What do you mean by finite and infinite loop explain?

what do you mean by looping?


What do it mean tb1 mean an in knitting?

I think you mean tbl (L instead of 1), which is to knit through the back loop. (Regular knit stitch is through the front loop).


What does lazo mean in spanish?

bond, loop


What is nesting loop?

Nested loop, you mean; one loop in the other loop, eg: for (i=0; i<10; ++i) { for (j=0; j<i; ++j) { printf ("i=%d, j=%d\n", i, j); } }