Bookmark the Dictionary of Words Online

icon 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: icon, Database: *, Strategy: exact
[1] : The Collaborative International Dictionary of English v.0.48
icon \i"con\ imac"ko^n, n. also spelled ikon. l., fr.
   gr. e'ikw`n.
   1. an image or representation; a portrait or pretended
      portrait.
      1913 webster

            netherlands whose names and icons are published.
                                                  --hakewill.
      1913 webster

   2. gr. ch. a sacred picture representing the virgin mary,
      christ, a saint, or a martyr, and having the same function
      as an image of such a person in the latin church. the term
      is used especially for a highly stylized and
      conventionalized representation of a holy person, rich in
      symbolism and used in devotional services in many of the
      eastern orthodox churches, especially the greek and
      russian orthodox churches.
      webster 1913 suppl. +pjc

   3. a symbol, especially a symbol whose form suggests its
      meaning or the object it represents.
      pjc

   4. computers a graphical symbol for a data object whose
      form suggests the nature or function of the object;
      especially, such a symbol as viewed on the computer
      screen.

   note: in a graphical user interface, pointing to and clicking
         on an icon may cause any of several types of actions,
         such as opening a file or executing a program,
         depending on how the icon properties are defined.
         pjc

   5. any object of uncritical devotion.
      pjc

            the former congresswoman and vice-presidential
            candidate geraldine ferraro is still an icon to many
            party members.                        --the new york
                                                  times, april
                                                  16, 1998
      pjc

   6. an outstanding example of something which has come to
      represent the class of things to which it belongs; a
      paragon; used of persons as well as objects.
      pjc
see also:
ikon 
[2] : WordNet (r) 2.0
icon
     n 1: computer science a graphic symbol usually a simple
          picture that denotes a program or a command or a data
          file or a concept in a graphical user interface
     2: a visual representation of an object or scene or person or
        abstraction produced on a surface; "they showed us the
        pictures of their wedding"; "a movie is a series of images
        projected so rapidly that the eye integrates them" syn: picture,
         image, ikon
     3: a conventional religious painting in oil on a small wooden
        panel; venerated in the eastern church syn: ikon
see also:
picture image ikon 
[3] : Moby Thesaurus II by Grady Ward, 1.0
141 moby thesaurus words for "icon":
   agnus dei, holy grail, host, pieta, sanctus bell, sangraal,
   abstract, abstraction, altarpiece, ark, asperger, asperges,
   aspergillum, bambino, beadroll, beads, block print, candle, censer,
   certified copy, chaplet, ciborium, collage, color print, companion,
   copy, counterfeit, cross, crucifix, cruet, cyclorama, daub,
   dead ringer, diptych, double, duplicate, ectype, effigy, engraving,
   eucharistial, exact likeness, fair copy, faithful copy, fake,
   fellow, forgery, fresco, glosseme, holy cross, holy water,
   holy-water sprinkler, idol, illumination, illustration, image,
   imitation, incensory, lexeme, lexical form, likeness, living image,
   living picture, match, mate, matzo, menorah, mezuzah, mikvah,
   miniature, mirroring, model, monstrance, montage, morpheme, mosaic,
   mural, osculatory, ostensorium, panorama, paschal candle,
   pasticcio, pastiche, pax, phony, photograph, phrase, phylacteries,
   picture, portrait, prayer shawl, prayer wheel, print, pyx,
   reflection, relics, representation, reproduction, resemblance,
   rood, rosary, rubbing, sacramental, sacred relics, sacring bell,
   semasiological unit, semblance, sememe, shadow, shofar, sign,
   signifiant, significant, similitude, simulacrum, spit and image,
   spitting image, stained glass window, stencil, still life, sukkah,
   symbol, tabernacle, tableau, tallith, tapestry, term, thurible,
   token, trace, tracing, triptych, twin, type, urceole, veronica,
   very image, very picture, vigil light, votive candle,
   wall painting, word




[4] : The Free On-line Dictionary of Computing (27 SEP 03)
icon
     
         a small picture intended to represent something a
        file, directory, or action in a graphical user interface.
        when an icon is clicked on, some action is performed such as
        opening a directory or aborting a file transfer.
     
        icons are usually stored as bitmap images.  microsoft
        windows uses a special bitmap format with file name extension
        ".ico" as well as embedding icons in executable ".exe" and
        dynamically linked library dll files.
     
        the term originates from alan kay's theory for designing
        interfaces which was primarily based on the work of jerome
        bruner.  bruner's second developmental stage, iconic, uses a
        system of representation that depends on visual or other
        sensory organization and upon the use of summarising images.
     
        ieee publication
       
     http://www.ieee.org/organizations/history_center/cht_papers/barnes.pdf.
     
        what ms tool can create .ico files?
     
        2003-08-01
     
     
see also:
graphical user interface bitmap microsoft windows dynamically linked library alan kay lt;ieee publicationgt; 
[5] : The Free On-line Dictionary of Computing (27 SEP 03)
icon
     
         a descendant of snobol4 with pascal-like
        syntax, produced by griswold in the 1970's.  icon is a
        general-purpose language with special features for string
        scanning.  it has dynamic types: records, sets, lists,
        strings, tables.  if has some object oriented features but
        no modules or exceptions.  it has a primitive unix
        interface.
     
        the central theme of icon is the generator: when an expression
        is evaluated it may be suspended and later resumed, producing
        a result sequence of values until it fails.  resumption takes
        place implicitly in two contexts: iteration which is
        syntactically loop-like 'every-do', and goal-directed
        evaluation in which a conditional expression automatically
        attempts to produce at least one result.  expressions that
        fail are used in lieu of booleans.  data backtracking is
        supported by a reversible assignment.  icon also has
        co-expressions, which can be explicitly resumed at any time.
     
        version 8.8 by ralph griswold  includes
        an interpreter, a compiler for some platforms and a
        library v8.8.  icon has been ported to amiga, atari,
        cms, macintosh, macintosh/mpw, ms-dos, mvs, os/2,
        unix, vms, acorn.
     
        see also ibpag2.
     
        ftp://cs.arizona.edu/icon/, ms-dos ftp
        ftp://bellcore.com norman/iconexe.zip.
     
        usenet newsgroup: news:comp.lang.icon.
     
        e-mail: , .
     
        mailing list: icon-group@arizona.edu.
     
        "the icon programmming language", ralph e. griswold and madge
        t. griswold, prentice hall, seond edition, 1990.
     
        "the implementation of the icon programmming language", ralph
        e. griswold and madge t. griswold, princeton university press
        1986.
     
        1992-08-21
     
     
see also:
snobol4 pascal object oriented modules exception unix 
backtracking assignment co-expression interpreter platform 
amiga atari cms macintosh macintosh/mpw 
ms-dos mvs os/2 vms acorn 
ibpag2 lt;ftp://cs.arizona.edu/icon/gt; lt;ms-dos ftpgt; usenet lt;news:comp.lang.icongt; 

Results 1 - 10 of 19 found about icon:

Icon >> I Words
Icon, definition of term: Icon
icon_pag1.html

IconBAZAAR
...A gallery of free clipart, graphics, images, webdings and..
http://www.iconbazaar.com/, score=100, date indexed=October 5, 2005, 9:23 am

The Icon Programming Language
...Icon is an imperative, procedural language with a syntax reminiscent of C and Pascal, but.....icon-project@cs.arizona.edu.....Current status report (last updated April 16, 2003) Icon 9.4 for Unix ..Icon 9.4 for..
http://www.cs.arizona.edu/icon/, score=95, date indexed=October 5, 2005, 2:08 am

The Iconfactory: Your Quality Freeware Icons Hub (news.asp)
...Vintage Halloween, by David Lanham, is an icon set based on the Halloween designs of the.....The filter also offers a host of new features that icon artists everywhere will appreciate.....Logica is a new versatile stock icon collection that brings vibrancy and style to both..
http://www.iconfactory.com/, score=94, date indexed=October 5, 2005, 8:55 am

Anthony's Icon Library
...Anthony's Icon Library" Version 1.9 -- Est. 1991 .. Directory Navigator ... Up.. ReadMe..
http://www.sct.gu.edu.au/~anthony/icons/, score=93, date indexed=October 5, 2005, 10:27 am

Leo's Icon Archive moved to [www.iconarchive.com]
...Leo's Icon Archive moved to: www.iconarchive.com.. Please update your links! 10,000..
http://www.silverpoint.com/leo/lia/, score=93, date indexed=March 27, 2005, 9:07 pm

Kids Domain - Icon Mania
...Icon Mania.. Kidcon Icons.. Dinosaurs.. Sports.. Pets.. Circus.. Alphabets.. Flowers and..
http://www.kidsdomain.com/icon/index.html, score=93, date indexed=October 5, 2005, 6:10 am

ICON Health & Fitness
...NAME="main" SCROLLING = "auto" MARGINWIDTH=0 FRAMESPACING="0"> ICON Health & Fitness..
http://www.iconfitness.com/, score=93, date indexed=October 5, 2005, 7:40 pm

ICON OF COIL ONLINE
...official icon of coil web page....icon of coil..
http://www.iconofcoil.com/, score=93, date indexed=October 5, 2005, 9:33 am

Leo's Icon Archive - 10,000+ free icons, desktop icons, clip art, cartoons,...
...Leo's Icon Archive.. We offer 10,000+ free icons in gif & ico format. Desktop icons and.....But you can reach all the icon sets also from the Text-based Sitemap. Thank you..
http://www.iconarchive.com/, score=92, date indexed=October 5, 2005, 8:58 am

Page 1 2 Next


Last accessed:2008/07/25 13:36:51 [Total processing time: 1 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