0%

16-letter words containing g, r, a, s, p

  • graphics adapter — graphics adaptor
  • graphics adaptor — (hardware, graphics)   (Or "graphics adapter", "graphics card", "video adaptor", etc.) A circuit board fitted to a computer, especially an IBM PC, containing the necessary video memory and other electronics to provide a bitmap display. Adaptors vary in the resolution (number of pixels) and number of colours they can display, and in the refresh rate they support. These parameters are also limited by the monitor to which the adaptor is connected. A number of such display standards, e.g. SVGA, have become common and different software requires or supports different sets.
  • grasp the nettle — If you grasp the nettle, you deal with a problem, or do something that is unpleasant, quickly and in a determined way.
  • great depression — the economic crisis and period of low business activity in the U.S. and other countries, roughly beginning with the stock-market crash in October, 1929, and continuing through most of the 1930s.
  • great soil group — according to a system of classification that originated in Russia, any of several broad groups of soils with common characteristics usually associated with particular climates and vegetation types.
  • gynandromorphism — an individual exhibiting morphological characteristics of both sexes.
  • gynandromorphous — an individual exhibiting morphological characteristics of both sexes.
  • harvard graphics — (graphics, tool)   A presentation graphics product by Software Publishing Corporation (SPC) for creating presentations, speeches, slides, etc..
  • herpes genitalis — genital herpes.
  • high-pass filter — a filter that allows high-frequency electromagnetic signals to pass while rejecting or attenuating others below a specific value.
  • high/great hopes — If you have high hopes or great hopes that something will happen, you are confident that it will happen.
  • historiographies — Plural form of historiography.
  • hyperandrogenism — (medicine) An abnormally high production of androgens.
  • hypersexualizing — Present participle of hypersexualize.
  • image processing — (graphics)   Computer manipulation of images. Some of the many algorithms used in image processing include convolution (on which many others are based), FFT, DCT, thinning (or skeletonisation), edge detection and contrast enhancement. These are usually implemented in software but may also use special purpose hardware for speed. Image processing contrasts with computer graphics, which is usually more concerned with the generation of artificial images, and visualisation, which attempts to understand (real-world) data by displaying it as an artificial image (e.g. a graph). Image processing is used in image recognition and computer vision. See also Pilot European Image Processing Archive.
  • import surcharge — a tax imposed on all imported goods, adding to any established tariffs
  • integer specrate — SPECrate_int92
  • isoplastic graft — syngraft.
  • james oglethorpeJames Edward, 1696–1785, British general: founder of the colony of Georgia.
  • javaserver pages — (programming, web)   (JSP) A freely available specification for extending the Java Servlet API to generate dynamic web pages on a web server. The JSP specification was written by industry leaders as part of the Java development program. JSP assists developers in creating HTML or XML pages that combine static (fixed) page templates with dynamic content. Separating the user interface from content generation allows page designers to change the page layout without having to rewrite program code. JSP was designed to be simpler than pure servlets or CGI scripting. JSP uses XML-like tags and scripts written in Java to generate the page content. HTML or XML formatting tags are passed back to the client. Application logic can live on the server, e.g. in JavaBeans. JSP is a cross-platform alternative to Microsoft's Active Server Pages, which only runs in IIS on Windows NT. Applications written to the JSP specification can be run on compliant web servers, and web servers such as Apache, Netscape Enterprise Server, and Microsoft IIS that have had Java support added. JSP should soon be available on Unix, AS/400, and mainframe platforms.
  • keep on a string — to have control or a hold over (someone), esp emotionally
  • learning process — a process of learning
  • legal separation — judicial separation.
  • leptosporangiate — (of ferns) having each sporangium developing from a single cell, rather than from a group, and normally with specialized explosive spore dispersal
  • magnetic pyrites — Mineralogy. pyrrhotite.
  • magnetoreceptors — Plural form of magnetoreceptor.
  • mangrove snapper — gray snapper.
  • maremma sheepdog — a large strongly-built sheepdog of a breed with a long, slightly wavy, white coat
  • marseille prolog — (language)   One of the two main dialects of Prolog, the other being Edinburgh Prolog. The difference is largely syntax. The original Marseille Interpreter (1973) was written in Fortran.
  • megacorporations — Plural form of megacorporation.
  • megasporogenesis — the formation and development of megaspores.
  • metamorphosising — Present participle of metamorphosise.
  • microphotographs — Plural form of microphotograph.
  • misappropriating — Present participle of misappropriate.
  • neuropathologies — the pathology of the nervous system.
  • neuropathologist — A specialist who practices neuropathology.
  • oesophagogastric — (anatomy) Of or pertaining to the oesophagus and the stomach.
  • operating system — (operating system)   (OS) The low-level software which handles the interface to peripheral hardware, schedules tasks, allocates storage, and presents a default interface to the user when no application program is running. The OS may be split into a kernel which is always present and various system programs which use facilities provided by the kernel to perform higher-level house-keeping tasks, often acting as servers in a client-server relationship. Some would include a graphical user interface and window system as part of the OS, others would not. The operating system loader, BIOS, or other firmware required at boot time or when installing the operating system would generally not be considered part of the operating system, though this distinction is unclear in the case of a rommable operating system such as RISC OS. The facilities an operating system provides and its general design philosophy exert an extremely strong influence on programming style and on the technical cultures that grow up around the machines on which it runs. Example operating systems include 386BSD, AIX, AOS, Amoeba, Angel, Artemis microkernel, BeOS, Brazil, COS, CP/M, CTSS, Chorus, DACNOS, DOSEXEC 2, GCOS, GEORGE 3, GEOS, ITS, KAOS, Linux, LynxOS, MPV, MS-DOS, MVS, Mach, Macintosh operating system, Microsoft Windows, MINIX, Multics, Multipop-68, Novell NetWare, OS-9, OS/2, Pick, Plan 9, QNX, RISC OS, STING, System V, System/360, TOPS-10, TOPS-20, TRUSIX, TWENEX, TYMCOM-X, Thoth, Unix, VM/CMS, VMS, VRTX, VSTa, VxWorks, WAITS.
  • operating-system — the collection of software that directs a computer's operations, controlling and scheduling the execution of other programs, and managing storage, input/output, and communication resources. Abbreviation: OS.
  • organ transplant — an operation in which an organ is transplanted from a donor
  • organophosphates — Plural form of organophosphate.
  • organophosphorus — Denoting synthetic organic compounds containing phosphorus, especially pesticides and nerve gases of this kind.
  • overcompensating — Present participle of overcompensate.
  • pacific sturgeon — a dark gray sturgeon, Acipenser transmontanus, inhabiting marine and fresh waters along the northwestern coast of North America, valued as a food and sport fish.
  • parallel sailing — sailing along a parallel of latitude.
  • parents' evening — an occasion when the parents of children at a school and their teachers come together (outside normal school hours, in the evening) in order to discuss the progress or work of the children
  • parser generator — A program which takes a formal description of a grammar (e.g. in BNF) and outputs source code for a parser which will recognise valid strings obeying that grammar and perform associated actions. Unix's yacc is a well known example.
  • passenger pigeon — an extinct pigeon, Ectopistes migratorius, once found in great numbers in North America, noted for its sustained migratory flights.
  • past progressive — a verb form consisting of an auxiliary be in the past tense followed by a present participle and used especially to indicate that an action or event was incomplete or in progress at a point of reference in the past, as was sleeping in I was sleeping when the phone rang.
  • pelican crossing — place to cross road
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?