answersLogoWhite

0


Best Answer

Depends,

if theyre connected alot they probably wont,

but single pieces will most likely for 2 á 5 seconds.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does k'nex float
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Which numeric type field will you choose to store fractional values?

Floating point types are used to represent fractional numbers. In both C and Java the names for these types are float and double. double offers greater precision than float.


What is a binary float?

It is the way computers store irrational numbers. e.g. in a 4-byte binary float, which contains 32 digits of 0 and 1. the first digit says whether the number stored is positive or negative. The next 8 digits store the value of the power of 10 when the number is in scientific notation, and the remaining 23 digits store the actual digits of the number.


What is the difference between level switch and float valve?

The operation is similar but what they control are two very different things. A level switch, just like the word switch implies, either completes or breaks an electrical circuit when a certain condition is reached. This is similar to the mercury switch in most thermostats. When the ambient temperature reaches a certain point, the bimetal spring of the switch tilts one way and the mercury contained inside the glass tube moves toward one end or the other completing the appropriate electrical circuit to trigger the HVAC system to activate. When another point is reached, the mercury switch tips the other way and breaks the connection because the mercury is not at the opposite end of that tube.As for a float valve, it functions similarly but rather than making or breaking an electrical connection, it turns on or shuts off a valve that controls the flow of some substance. An example of this is the float valve that controls the filling of the water tank on the back of a toilet. When you hit the switch to flush the toilet, the flapper valve opens and stays open due to the pressure to keep it aloft by the water rushing by it to go out the hole that it usually seals. Once the water has decreased to a certain level at which there is not enough water to keep the flap up, it flops down and seals the breach. At this point, the float inside the tank is at its lowest point, so the water inlet from your plumbing is allowing the water to flow at its maximum rate. As the water level in the take rises, the float also rises which slowly closes the valve until such time the float is at its maximum level and completely shuts off the flow of water.I hope this helps. If you have any other questions, feel free to drop me a line.


DDA line algorithm to be executed in C?

C Programming Coding For DDA Algorithmvoid linedda(int xa,int ya,int xb,int yb) {int dx=xb-xa,dy=yb-ya,steps,k;float xincrement,yincrement,x=xa,y=ya;if(abs(dx)>abs(dy)) steps=abs(dx);else steps=abs(dy);xincrement=dx/(float)steps;yincrement=dy/(float)steps;putpixel(round(x),round(y),2)for(k=0;k


How does an elevator be an example of weightlessness?

An elevator can drop faster than the force of gravity. That is more than 32 feet per second squared. Push off the floor and float back down. Some express elevators from the 90th floor can scream on down safely.