ITS 116 DATA STRUCTURES

TTH 4:00-:530 p.m. ITS 116 DATA STRUCTURES Teacher: Francis Rey Bracamonte

E-PYLON





116 C Survey KH19

LINEAR AND NON-LINEAR STRUCTURES!!!!

A. LINEAR STRUCTURES:
  1. Of, relating to, or resembling a line; straight.
    1. In, of, describing, described by, or related to a straight line.
    2. Having only one dimension.
  2. Characterized by, composed of, or emphasizing drawn lines rather than painterly effects.
  3. Botany. Narrow and elongated with nearly parallel margins: a linear leaf.

In a line.

  • l. assessment — a method of expressing an assessment result as a score out of a possible perfect score of 10, or some other number. Used in body condition scoring, showring judging of conformation.
  • l. dodecyl benzene sulfonic acid teat dip — see teat dip.
  • l. energy transfer — expresses the quality of electronic radiation. It is concerned with the spatial distributions of energy transfers which occur in the tracks of particles as they penetrate matter.
  • l. program — a management program used to determine the best mix of ingredients or services to be used in a particular situation to maintain the highest level of productivity or profitability or other similar parameter.
  • l. regression — statistical method used to study the relationship between independent and dependent variables when the dependent variable consists of continuous data.
  • l. score — for somatic cell counts in milk (SCCs) convert SCC logarithmically from cells per milliliter to a linear score from 0–9. The linear score has a straight line, inverse relationship with milk yield. An increase of one in the linear score is associated with a 400-pound decrease in lactation milk yield or a 1.5 pound drop in daily yield.

Linear structures are constructs which form a linear chain. Such a chain consists of elements which are linked in direct succession and the order of the elements is fixed. For instance, one type of action results in one response, which then produces another certain type of action that results in another response and so on.
SAMPLE OF LINEAR STRUCTURES.

B. NONLINEAR STRUCTURES:

  1. Not in a straight line.
  2. Mathematics.
    1. Occurring as a result of an operation that is not linear.
    2. Containing a variable with an exponent other than one. Used of an equation.
    1. Of or relating to a system of equations whose effects are not proportional to their causes. Such a set of equations can be chaotic.
    2. Of or relating to a device whose behavior is described by a set of nonlinear equations and whose output is not proportional to its input.
    3. Of or relating to the output of such a device.

1. Behaving in an erratic and unpredictable fashion; unstable. When used to describe the behavior of a machine or program, it suggests that said machine or program is being forced to run far outside of design specifications. This behavior may be induced by unreasonable inputs, or may be triggered when a more mundane bug sends the computation far off from its expected course.

2. When describing the behavior of a person, suggests a tantrum or a flame. “When you talk to Bob, don't mention the drug problem or he'll go nonlinear for hours.” In this context, go nonlinear connotes ‘blow up out of proportion’ (proportion connotes linearity).



A tree is just one example of a nonlinear data structure. Two other examples are multidimensional arrays and graphs. In the next few lessons, we will examine these data structures to see how they are represented using the computer's linear memory. Remember that in the last lesson we saw that we could create a logical representation of a circular queue. Although the actual memory locations were just an array (a group of linear memory cells), we made them seem to be circular by wrapping our pointers around to the front of the array each time they reached the end. This example demonstrated that there are two ways of representing our data structure. The logical representation was a circle or a loop, while the physical representation was a simple linear array.

For each of the data structures we examine, we will look at a simple implementation for the data structure to see how it can be represented in physical memory. Then we will compare this physical representation with the logical representation of the data structure.

116 C Survey KH13

A. The structure f the Earth






The interior of the Earth, similar to the other terrestrial planets, is chemically divided into layers. The Earth has an outer silicate solid crust, a highly viscous mantle, a liquid outer core that is much less viscous than the mantle, and a solid inner core. Many of the rocks now making up the Earth's crust formed less than 100 million (1×108) years ago; however the oldest known mineral grains are 4.4 billion (4.4×109) years old, indicating that the Earth has had a solid crust for at least that long.
Much of what is known about the interior of the Earth has been inferred. The force exerted by Earth's gravity is one measurement of its mass. After measuring the volume of the planet, its density can be calculated. Astronomers also have performed similar planetary measurements. Calculation of the mass and volume of the surface rocks and bodies of water allow estimation of the mass, volume and density of surface rocks. The mass which is not in the atmosphere, oceans, and surface rocks must be in deeper layers.


B. Structure of an Egg.


Egg is Composed of 3 layers:




  1. egg shell-The thin, brittle, exterior covering of the egg of a bird or reptile.


  2. egg white-The white of an egg is in three layers: an outer layer of thin white, a layer of thick white, richer in ovomucin, and an inner layer of thin white surrounding the yolk.


  3. yolk-An egg yolk is the part of an egg which serves as the food source for the developing embryo inside

B. Coputer System Hardware.

  1. mother Board
  2. imput devices
  3. ouput devices
  4. processor
  5. monitor
  6. keyboard
  7. CPU
  8. mouse

Its just the assembly, procedures, methods, routines, and equipment united by some form of interaction. or its just simply how computer works in a certain task.