Bookmark the Dictionary of Words Online

magnetic tape definition from the Dictionary of Words

Home Contact us New words
Web Images MP3/Audio Video Directory News
Help
Terms of Service
RESULTS IN:    English Spanish

Found 5 hits - Term: magnetic tape, Database: *, Strategy: prefix
[1] : The Collaborative International Dictionary of English v.0.48
magnetic \magnet"ic\, magnetical \magnet"ical\, a. l.
   magneticus: cf. f. magn'etique.
   1. pertaining to the magnet; possessing the properties of the
      magnet, or corresponding properties; as, a magnetic bar of
      iron; a magnetic needle.
      1913 webster

   2. of or pertaining to, or characterized by, the earth's
      magnetism; as, the magnetic north; the magnetic meridian.
      1913 webster

   3. capable of becoming a magnet; susceptible to magnetism;
      as, the magnetic metals.
      1913 webster

   4. endowed with extraordinary personal power to excite the
      feelings and to win the affections; attractive; inducing
      attachment.
      1913 webster

            she that had all magnetic force alone. --donne.
      1913 webster

   5. having, susceptible to, or induced by, animal magnetism,
      so called; hypnotic; as, a magnetic sleep. see
      magnetism. archaic
      1913 webster +pjc

   magnetic amplitude, attraction, dip, induction, etc.
      see under amplitude, attraction, etc.

   magnetic battery, a combination of bar or horseshoe magnets
      with the like poles adjacent, so as to act together with
      great power.

   magnetic compensator, a contrivance connected with a ship's
      compass for compensating or neutralizing the effect of the
      iron of the ship upon the needle.

   magnetic curves, curves indicating lines of magnetic force,
      as in the arrangement of iron filings between the poles of
      a powerful magnet.

   magnetic elements.
      a chem. physics those elements, as iron, nickel,
          cobalt, chromium, manganese, etc., which are capable
          or becoming magnetic.
      b physics in respect to terrestrial magnetism, the
          declination, inclination, and intensity.
      c see under element.

   magnetic fluid, the hypothetical fluid whose existence was
      formerly assumed in the explanations of the phenomena of
      magnetism; -- no longer considered a meaningful concept.
      

   magnetic iron, or magnetic iron ore. min. same as
      magnetite.

   magnetic needle, a slender bar of steel, magnetized and
      suspended at its center on a sharp-pointed pivot, or by a
      delicate fiber, so that it may take freely the direction
      of the magnetic meridian. it constitutes the essential
      part of a compass, such as the mariner's and the
      surveyor's.

   magnetic poles, the two points in the opposite polar
      regions of the earth at which the direction of the dipping
      needle is vertical.

   magnetic pyrites. see pyrrhotite.

   magnetic storm terrestrial physics, a disturbance of the
      earth's magnetic force characterized by great and sudden
      changes.

   magnetic tape electronics, a ribbon of plastic material
      to which is affixed a thin layer of powder of a material
      which can be magnetized, such as ferrite. such tapes are
      used in various electronic devices to record fluctuating
      voltages, which can be used to represent sounds, images,
      or binary data. devices such as audio casette recorders,
      videocasette recorders, and computer data storage devices
      use magnetic tape as an inexpensive medium to store data.
      different magnetically susceptible materials are used in
      such tapes.

   magnetic telegraph, a telegraph acting by means of a
      magnet. see telegraph.
      1913 webster + pjc
see also:
magnetism magnetic amplitude attraction dip induction amplitude 
attraction magnetic battery magnetic compensator magnetic curves magnetic elements 
element magnetic fluid magnetic iron magnetic iron ore magnetite 
magnetic needle magnetic poles magnetic pyrites pyrrhotite magnetic storm 
magnetic tape magnetic telegraph telegraph 
[2] : The Collaborative International Dictionary of English v.0.48
magnetic tape \magnetic tape\ n.
   a long thin plastic ribbon coated with iron oxide or other
   ferromagnetic material, used to record audio or video signals
   digital data in the form of small magnetized regions on the
   tape; it is a common digital data storage medium for computer
   information.

   syn: mag tape, tape.
        wordnet 1.5

[3] : WordNet (r) 2.0
magnetic tape
     n : memory device consisting of a long thin plastic strip coated
         with iron oxide; used to record audio or video signals or
         to store computer information; "he took along a dozen
         tapes to record the interview" syn: mag tape, tape
see also:
mag tape tape 
[4] : Moby Thesaurus II by Grady Ward, 1.0
41 moby thesaurus words for "magnetic tape":
   flexowriter typewriter, teleplotter, alphabetical printer,
   bulletin board, card, catalog card, digital graph plotter, disc,
   file, filing card, film, hard copy, index card, library catalog,
   magnetic recorder, microcard, microcards, microdot, microfiche,
   microfilm, motion-picture film, oscillograph recorder,
   oscilloscope, phonograph record, platter, printout, punch cards,
   punched tape, reader, readout, recorder, relay register,
   scoreboard, scorecard, scoresheet, slip, tape, tape reader,
   teletypewriter, ticker tape, videotape




[5] : The Free On-line Dictionary of Computing (27 SEP 03)
magnetic tape
     
         or "magtape", "tape" - paper tape is now
        obsolete a data storage medium consisting of a magnetisable
        oxide coating on a thin plastic strip, commonly used for
        backup and archiving.
     
        early industry-standard magnetic tape was half an inch wide
        and wound on removable reels 10.5 inches in diameter.
        different lengths were available with 2400 feet and 4800 feet
        being common.  dectape was a variation on this "round
        tape".
     
        in modern magnetic tape systems the reels are much smaller and
        are fixed inside a cartridge to protect the tape and for
        ease of handling "square tape" - though it's really
        rectangular.  cartridge formats include qic, dat, and
        exabyte.
     
        tape is read and written on a tape drive or "deck" which
        winds the tape from one reel to the other causing it to move
        past a read/write head.  early tape had seven parallel tracks
        of data along the length of the tape allowing six bit
        characters plus parity written across the tape.  a typical
        recording density was 556 characters per inch.  the tape had
        reflective marks near its end which signaled beginning of tape
        bot and end of tape eot to the hardware.
     
        data is written to tape in blocks with inter-block gaps
        between them.  each block is typically written in a single
        operation with the tape running continuously during the write.
        the larger the block the larger the data buffer required in
        order to supply or receive the data written to or read from
        the tape.  the smaller the block the more tape is wasted as
        inter-block gaps.  several logical records may be combined
        into one physical block to reduce wastage "blocked
        records".  finding a certain block on the tape generally
        involved reading sequentially from the beginning, in contrast
        to magnetic disks.  tape is not suitable for random
        access.  the exception to this is that some systems allow
        tape marks to be written which can be detected while winding
        the tape forward or rewinding it at high speed.  these are
        typically used to separate logical files on a tape.
     
        most tape drives now include some kind of data compression.
        there are several algorithms which provide similar results:
        lz most, idrc exabyte, aldc ibm, qic and
        dlz1 dlt.
     
        see also cut a tape, flap, group code recording,
        spool, macrotape, microtape, non return to zero
        inverted, phase encoded.
     
        1997-04-05
     
     
see also:
paper tape backup archiving dectape round tape cartridge 
square tape qic dat exabyte parity 
blocks inter-block gaps buffer records blocked records 
magnetic disks random access tape marks data compression algorithms 
lz idrc aldc ibm dlz1 
dlt cut a tape flap group code recording spool 
macrotape microtape non return to zero inverted phase encoded 

Results 1 - 10 of 35 found about magnetic tape:

Magnetic Tape >> M Words
Magnetic Tape, definition of term: Magnetic Tape
magnetic+tape_pag1.html

Magnetic >> M Words
Magnetic, definition of term: Magnetic
magnetic_pag1.html

Magnetic Levita >> M Words
Magnetic Levita, definition of term: Magnetic Levita
magnetic+levita_pag1.html

Magnetic North >> M Words
Magnetic North, definition of term: Magnetic North
magnetic+north_pag1.html

Magnetic Induct >> M Words
Magnetic Induct, definition of term: Magnetic Induct
magnetic+induct_pag1.html

Magnetic Poles >> M Words
Magnetic Poles, definition of term: Magnetic Poles
magnetic+poles_pag1.html

Magnetic Resona >> M Words
Magnetic Resona, definition of term: Magnetic Resona
magnetic+resona_pag1.html

Magnetic Force >> M Words
Magnetic Force, definition of term: Magnetic Force
magnetic+force_pag1.html

Magnetic Permea >> M Words
Magnetic Permea, definition of term: Magnetic Permea
magnetic+permea_pag1.html

Magnetic Flux >> M Words
Magnetic Flux, definition of term: Magnetic Flux
magnetic+flux_pag1.html

Page 1 2 3 4 Next


Last accessed:2008/07/25 14:40:29 [Total processing time: 0 seconds]
Myspace Layouts for Girls My Space
Middle East Business España México Puerto Rico Costa Rica Argentina Directorio
Dictionary online database provided by dict.org