0%

24-letter words containing a, c, r, e, d

  • data encryption standard — (DES) The NBS's popular, standard encryption algorithm. It is a product cipher that operates on 64-bit blocks of data, using a 56-bit key. It is defined in FIPS 46-1 (1988) (which supersedes FIPS 46 (1977)). DES is identical to the ANSI standard Data Encryption Algorithm (DEA) defined in ANSI X3.92-1981. DES has been implemented in VLSI. SunOS provides a des command which can make use of DES hardware if fitted. Neither the software nor the hardware are supposed to be distributed outside the USA.
  • data structures language — (language)   A dialect of MAD with extensions for lists and graphics, on Philco 212.
  • decentralized processing — the use of word processing or data processing units in stand-alone or localized situations
  • definite relative clause — a relative clause with a definite relative pronoun as subordinating word, as that they said in We heard the things that they said.
  • dejeuner a la fourchette — a luncheon or light meal, especially one at which eggs, meat, etc., are served.
  • delayed control-transfer — (architecture)   A technique used on the SPARC processor to reduce the effect of pipeline breaks by executing the instruction after a branch instruction (the "delay instruction" in the "delay slot"). If there is no useful instruction which can be placed in the delay slot then the "annul bit" on the control transfer instruction can be set, preventing execution of the delay instruction (unless the control transfer is conditional and is taken). Annulled branches are indicated in SPARC assembler language by appending ",A" to the operation code. For example, LOOP: ... CMP %L0,10 BLE,A LOOP ADD %L2, %L3, #L4 If the delay instruction is also a control transfer instruction then it gets more complicated. Both control transfer instructions are executed (but not the following instruction) and, assuming they are both taken, control is transferred briefly to the destination of the first and then immediately to the destination of the second.
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • destructive distillation — the decomposition of a complex substance, such as wood or coal, by heating it in the absence of air and collecting the volatile products
  • detoxification programme — a programme of treatment for alcoholism or drug addiction
  • dictionary and thesaurus — a dictionary that includes a separate section listing terms with synonyms and antonyms. An online reference site, such as Reference.com, provides immediate electronic access to several dictionaries and a thesaurus as well as to other reference sources.
  • differential association — a theory that criminal and deviant behavior is learned through close and frequent association with criminal or deviant behavior patterns, norms, and values.
  • differential coefficient — derivative (def 6).
  • digital switched network — (communications)   (DSN) The completely digital version of the PSTN.
  • diphenylaminechlorarsine — adamsite.
  • display screen equipment — Visual Display Unit
  • disturbance of the peace — a malicious and willful intrusion on the peace and quiet of a community or neighbourhood
  • domestic relations court — in some states, a court with jurisdiction over matters involving relations within the family or household, as between husband and wife or parent and child
  • domestic-relations court — court of domestic relations.
  • double overhead camshaft — a pair of overhead camshafts, one to operate the intake valves and the other to operate the exhaust valves. Abbreviation: DOHC.
  • double-crested cormorant — a North American cormorant, Phalacrocorax auritus, having tufts of black and white feathers on the sides of the head.
  • dream of the red chamber — Chinese Hung Lou Mêng or Hong Lou Meng. an 18th-century Chinese novel by Ts'ao Hsüeh-ch'in, completed by Kao E, in 120 chapters.
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • effort adjustment factor — (programming)   (EAF) A term used in COCOMO to calculate a cost driver attribute's effect on a project. It is the product of the effort multipliers corresponding to each of the cost drivers for the project.
  • electrocardiographically — By means of electrocardiography.
  • electronic whiteboarding — audiographic teleconferencing
  • endotracheal anaesthesia — a method of administering gaseous anaesthetics to animals through a tube inserted into the trachea
  • entry sequenced data set — (database)   (ESDS) An IBM straight sequential flat file (like QSAM) but externally managed via IDCAMS. ESDS is used in VSAM.
  • failure-directed testing — (programming)   (Or "heuristics testing") Software testing based on the knowledge of the types of errors made in the past that are likely for the system under test.
  • federal power commission — FPC.
  • federal reserve district — the district served by a certain Federal Reserve Bank.
  • federal trade commission — FTC.
  • ferdinand lewis alcindor — (Ferdinand) Lew(is, Jr.) original name of Abdul-Jabbar.
  • footloose and fancy-free — If you describe someone as footloose and fancy-free, you mean that they are not married or in a similar relationship, and you therefore consider them to have very few responsibilities or commitments.
  • forward error correction — (algorithm)   (FEC) A class of methods for controling errors in a one-way communication system. FEC sends extra information along with the data, which can be used by the receiver to check and correct the data. A CPU writing data to RAM is a kind of one-way communication - see error correcting memory and error checking and correction.
  • free and accepted masons — a member of a widely distributed secret order (Free and Accepted Masons) having for its object mutual assistance and the promotion of brotherly love among its members.
  • geographical determinism — the theory that human activity is determined by geographical conditions
  • get hot under the collar — If someone gets hot under the collar about something, they get very annoyed, angry, or excited about it.
  • glycogen storage disease — any of several inherited disorders of glycogen metabolism that result in excess accumulation of glycogen in various organs of the body.
  • graduated pension scheme — (between 1961 and 1975) an earnings-related pension scheme which was based on the amount of an employee's National Insurance contributions
  • grand unification theory — a possible future quantum field theory that would encompass both the electroweak theory and quantum chromodynamics. Abbreviation: GUT.
  • great crested flycatcher — a North American flycatcher, Myiarchus crinitus, noted for its use of the castoff skins of snakes in building its nest.
  • guaranteed annual income — Also called guaranteed income. compensation provided by the government to any family or individual whose annual income falls below a specified level.
  • hardware circular buffer — (programming, hardware)   digital signal processors which support hardware circular buffers automatically generate and increment pointers for memory accesses which wrap to the beginning of the buffer when its end is reached, thus saving the time and instructions otherwise needed to ensure that the address pointer stays within the boundary of the buffer, and speeding the execution of repetitive DSP algorithms.
  • have (or get) cold feet — to be (or become) timid or fearful
  • have carnal knowledge of — to have sexual intercourse with
  • have had a drop too much — to be drunk
  • hierarchical data format — (file format, data)   (HDF) A library and multi-object file format for the transfer of graphical and numerical data between computeres. The freely available HDF distribution consists of the library, command line utilities, test suite source, Java interface, and the Java-based HDF Viewer (JHV). HDF supports several different data models, including multidimensional arrays, raster images, and tables. Each defines a specific aggregate data type and provides an API for reading, writing, and organising the data and metadata. New data models can be added by the HDF developers or users. HDF is self-describing, allowing an application to interpret the structure and contents of a file without any outside information. One HDF file can hold a mixture of related objects which can be accessed as a group or as individual objects. Users can create their own grouping structures called "vgroups". HDF files can be shared across most common platforms, including many workstations and high performance computers. An HDF file created on one computer can be read on a different system without modification.
  • ichthyophthirius-disease — ich.
  • implicit differentiation — a method of finding the derivative of an implicit function by taking the derivative of each term with respect to the independent variable while keeping the derivative of the dependent variable with respect to the independent variable in symbolic form and then solving for that derivative.
  • in someone's good graces — elegance or beauty of form, manner, motion, or action: We watched her skate with effortless grace across the ice. Synonyms: attractiveness, charm, gracefulness, comeliness, ease, lissomeness, fluidity. Antonyms: stiffness, ugliness, awkwardness, clumsiness; klutziness.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?