answersLogoWhite

0

segement used for solidify liquid metal

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Educational Theory

How many segments are there in front of the clittelum?

There are 14 segments in front of the clitellum in an earthworm.


What is a math segments?

a line with two dots on the end


A basic technique in thematic development is the fragmentation of themes into?

smaller motifs or segments, which are then developed and recombined in various ways to create a cohesive musical structure. This process allows for exploration and expansion of musical material while maintaining a sense of unity and coherence throughout the composition.


What is the Point of concurrency of the medians of a triangle?

The point of concurrency of the medians of a triangle is called the centroid. It is the point where all three medians intersect each other. The centroid divides each median into two segments, with the segment closer to the vertex being twice as long as the other segment.


What are segment registers?

In the x86 processor architecture, memory addresses are specified in two parts called the segment and the offset. One usually thinks of the segment as specifying the beginning of a block of memory allocated by the system and the offset as an index into it. Segment values are stored in the segment registers. There are four or more segment registers: CS contains the segment of the current instruction (IP is the offset), SS contains the stack segment (SP is the offset), DS is the segment used by default for most data operations, ES (and, in more recent processors, FS and GS) is an extra segment register. Most memory operations accept a segment override prefix that allows use of a segment register other than the default one.