0%

21-letter words containing d, e, c, i, v, n

  • active record pattern — (programming)   Martin Fowler's name for object relational mapping viewed as a software architecture pattern.
  • administrative county — a principal administrative division in Great Britain, usually not coextensive with traditional county boundaries.
  • advanced audio coding — (audio)   (AAC) A successor to MP3, allowing lower bit rates and more stable quality. See MPEG-2 AAC Low Profile and MPEG-4 AAC Main Profile.
  • advanced risc machine — (processor)   (ARM, Originally Acorn RISC Machine). A series of low-cost, power-efficient 32-bit RISC microprocessors for embedded control, computing, digital signal processing, games, consumer multimedia and portable applications. It was the first commercial RISC microprocessor (or was the MIPS R2000?) and was licensed for production by Asahi Kasei Microsystems, Cirrus Logic, GEC Plessey Semiconductors, Samsung, Sharp, Texas Instruments and VLSI Technology. The ARM has a small and highly orthogonal instruction set, as do most RISC processors. Every instruction includes a four-bit code which specifies a condition (of the processor status register) which must be satisfied for the instruction to be executed. Unconditional execution is specified with a condition "true". Instructions are split into load and store which access memory and arithmetic and logic instructions which work on registers (two source and one destination). The ARM has 27 registers of which 16 are accessible in any particular processor mode. R15 combines the program counter and processor status byte, the other registers are general purpose except that R14 holds the return address after a subroutine call and R13 is conventionally used as a stack pointer. There are four processor modes: user, interrupt (with a private copy of R13 and R14), fast interrupt (private copies of R8 to R14) and supervisor (private copies of R13 and R14). The ALU includes a 32-bit barrel-shifter allowing, e.g., a single-cycle shift and add. The first ARM processor, the ARM1 was a prototype which was never released. The ARM2 was originally called the Acorn RISC Machine. It was designed by Acorn Computers Ltd. and used in the original Archimedes, their successor to the BBC Micro and BBC Master series which were based on the eight-bit 6502 microprocessor. It was clocked at 8 MHz giving an average performance of 4 - 4.7 MIPS. Development of the ARM family was then continued by a new company, Advanced RISC Machines Ltd. The ARM3 added a fully-associative on-chip cache and some support for multiprocessing. This was followed by the ARM600 chip which was an ARM6 processor core with a 4-kilobyte 64-way set-associative cache, an MMU based on the MEMC2 chip, a write buffer (8 words?) and a coprocessor interface. The ARM7 processor core uses half the power of the ARM6 and takes around half the die size. In a full processor design (ARM700 chip) it should provide 50% to 100% more performance. In July 1994 VLSI Technology, Inc. released the ARM710 processor chip. An ARM800 chip is also planned.
  • advanced video coding — H.264
  • adverse drug reaction — An adverse drug reaction is a harmful effect associated with the use of a medication at a normal dosage.
  • aerodynamic wave drag — the restraining force on a supersonic aircraft caused by shock waves.
  • aleksandr-nikolaevichAlexander (Aleksandr Nikolaevich) 1899–1977, Russian pianist and composer, in the U.S.
  • application developer — (job)   Someone who does application development.
  • atrioventricular node — a small mass of muscular fibers at the base of the wall between the atria, conducting impulses received from the sinoatrial node by way of the atrioventricular bundles and, under certain conditions, functioning for the sinoatrial node as pacemaker of the heart. Abbreviation: A-V node.
  • aversive conditioning — a type of behavior conditioning in which noxious stimuli are associated with undesirable or unwanted behavior that is to be modified or abolished, as the use of nausea-inducing drugs in the treatment of alcoholism.
  • behavior modification — a technique that seeks to modify animal and human behavior through application of the principles of conditioning, in which rewards and reinforcements, or punishments, are used to establish desired habits, or patterns of behavior
  • cantilever foundation — a building foundation supporting its load partly or wholly upon cantilevers.
  • civilian review board — a quasi-judicial board of appointed or elected citizens that investigates complaints against the police.
  • cognitive development — the process of acquiring intelligence and increasingly advanced thought and problem-solving ability from infancy to adulthood.
  • collimator viewfinder — a type of viewfinder in a camera
  • competitive advantage — an advantage based on success in competition
  • conductivity improver — A conductivity improver is a substance used to get rid of static electrical charge in fuel, and improve the flow of the fuel.
  • conventional medicine — the type of medicine that is generally used in the US and Europe which uses drugs and surgery as a form of treatment
  • convertible debenture — a convertible bond that is not secured with collateral.
  • deprovincialization's — to make provincial in character.
  • development education — an area of study that aims to give pupils an understanding of their involvement in world affairs
  • devil's walking-stick — Hercules'-club (sense 1)
  • devil's-walking-stick — Hercules-club (def 2).
  • displacement activity — a behavior performed out of its usual context and apparently irrelevant to the prevailing situation, as eating when an unknown individual approaches, tending to occur when appropiate behaviors, as attacking or fleeing, are in conflict or obstructed.
  • disruptive technology — A disruptive technology is a new technology, such as computers and the Internet, which has a rapid and major effect on technologies that existed before.
  • distinctiveness ratio — the ratio of the relative frequency of some event in a given sample to that in the general population or another relevant sample
  • dynamic drive overlay — (storage, software)   (DDO) Software to allow a system BIOS that does not support Logical Block Addressing to access drives larger than 528 MB. The alternatives are to update the system BIOS or install an EIDE controller card with a suitable on-board BIOS.
  • enhanced oil recovery — any of several techniques that make it possible to recover more oil than can be obtained by natural pressure, such as the injection of fluid or gases into an oilfield to force more oil to the surface
  • food conversion ratio — a ratio expressing the weight of food required to produce a unit gain in the live weight of an animal
  • fraudulent conversion — conversion committed with the intent to defraud
  • green river ordinance — a local ordinance banning door-to-door selling.
  • have the inside track — If you say that someone has the inside track, you mean that they have an advantage, for example special knowledge about something.
  • hazard warning device — an appliance fitted to a motor vehicle that operates the hazard lights
  • inclusive disjunction — See under disjunction (def 2a).
  • induced radioactivity — artificial radioactivity.
  • keep one's voice down — If someone tells you to keep your voice down, they are asking you to speak more quietly.
  • keyboard send receive — (hardware)   (KSR) Part of a designation for a hard-copy terminal, manufactured by Teletype Corporation. The KSR range were lower cost versions of the ASR models.
  • lafcadio's adventures — French Les Caves du Vatican. a novel (1914) by André Gide.
  • magneto-optical drive — magneto-optical disk
  • mariage de convenance — marriage entered into for a personal or family advantage, as for social, political, or economic reasons, usually without love and sometimes without the expectation of sexual relations.
  • model-view-controller — (programming)   (MVC) A way of partitioning the design of interactive software; a software architecture pattern. The "model" is the internal workings of the program (the data objects and algorithms), the "view" is how the user sees the state of the model and the "controller" is how the user changes the state or provides input. MVC was the original kind of what is now sometimes called an MV* pattern. Trygve Reenskaug introduced it into Smalltalk-76 while visiting Xerox PARC in the 1970s.
  • nonexecutive director — a director of a commercial company who is not a full-time member of the company but is brought in to advise the other directors
  • overcurrent detection — Overcurrent detection is a method of establishing that the value of current in a circuit exceeds a particular value for a particular length of time.
  • primitive dicotyledon — any living relative of early angiosperms that branched off before the evolution of monocotyledons and eudicotyledons. The group comprises about 5 per cent of the world's plants
  • privacy enhanced mail
  • progressive education — any of various reformist educational philosophies and methodologies since the late 1800s, applied especially to elementary schools, that reject the rote recitation and strict discipline of traditional, single-classroom teaching, favoring instead more stimulation of the individual pupil as well as group discussion, more informality in the classroom, a broader curriculum, and use of laboratories, gymnasiums, kitchens, etc., in the school.
  • radius of convergence — a positive number so related to a given power series that the power series converges for every number whose absolute value is less than this particular number.
  • record of achievement — a statement of the personal and educational development of each pupil
  • royal victorian order — (in Britain) an order of chivalry founded by Queen Victoria in 1896, membership of which is conferred for special services to the sovereign

On this page, we collect all 21-letter words with D-E-C-I-V-N. It’s easy to find right word with a certain length. It is the easiest way to find 21-letter word that contains in D-E-C-I-V-N to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?