0%

13-letter words containing n, a, m, y, c

  • complainingly — In a complaining manner; peevishly.
  • complaisantly — (archaic) In a complaisant manner; obligingly.
  • complementary — Complementary things are different from each other but make a good combination.
  • complimentary — If you are complimentary about something, you express admiration for it.
  • concomitantly — existing or occurring with something else, often in a lesser way; accompanying; concurrent: an event and its concomitant circumstances.
  • condylomatous — Relating to condyloma.
  • consimilarity — the condition of being mutually alike
  • consumability — able or meant to be consumed, as by eating, drinking, or using: consumable goods.
  • county family — an old family that has lived in a particular county for several generations
  • dactyliomancy — the use of a suspended finger-ring for divination
  • dance company — a group of dancers, usually including business and technical personnel
  • dicyandiamide — a white, crystalline, rather sparingly water-soluble solid, C 2 H 4 N 4 , produced from cyanamide by polymerization: used in the manufacture of plastics and pharmaceuticals.
  • discriminably — So as to be discriminable; distinguishably.
  • documentarily — Also, documental [dok-yuh-men-tl] /ˌdɒk yəˈmɛn tl/ (Show IPA). pertaining to, consisting of, or derived from documents: a documentary history of France.
  • dual monarchy — the kingdom of Austria-Hungary 1867–1918.
  • dynamic range — the range of signal amplitudes over which an electronic communications channel can operate within acceptable limits of distortion. The range is determined by system noise at the lower end and by the onset of overload at the upper end
  • dynamic scope — (language)   In a dynamically scoped language, e.g. most versions of Lisp, an identifier can be referred to, not only in the block where it is declared, but also in any function or procedure called from within that block, even if the called procedure is declared outside the block. This can be implemented as a simple stack of (identifier, value) pairs, accessed by searching down from the top of stack for the most recent instance of a given identifier. The opposite is lexical scope. A common implementation of dynamic scope is shallow binding.
  • economy class — a low-priced type of accommodation for travel, especially on an airplane.
  • egomaniacally — In an egomaniacal manner.
  • embryonically — In an embryonic way.
  • emergency tax — the tax a person pays on their income when it is not yet clear what tax band they should be assigned to
  • encephalotomy — The dissection of the brain.
  • endolymphatic — (anatomy) Pertaining to, or containing, endolymph.
  • enigmatically — Acting in a manner that suggests an enigma.
  • enzymatically — In terms of, or by using, enzymes.
  • ergonomically — In an ergonomic manner.
  • false economy — an attempt to save money which actually leads to greater expense
  • ferry company — a company that operates a ferry or ferries
  • gray eminence — a person who wields unofficial power, especially through another person and often surreptitiously or privately.
  • gymnastically — In a gymnastic manner.
  • gynaecomastia — abnormal overdevelopment of the breasts in a man
  • haemodynamics — a branch of physiology that deals with the circulation of the blood
  • honey stomach — the crop of an ant, bee, or other hymenopterous insect, serving as a reservoir for honeydew and nectar, especially the enlarged crop of a honeybee in which nectar is acted on by enzymes to form honey.
  • human ecology — ecology (def 4).
  • hydrodynamics — the branch of fluid dynamics that deals with liquids, including hydrostatics and hydrokinetics.
  • hypermagnetic — (physics) Extremely magnetic.
  • hyperromantic — extremely or excessively romantic
  • hyponymically — In a hyponymic way.
  • incrementally — increasing or adding on, especially in a regular series: small, incremental tax hikes.
  • incriminatory — to accuse of or present proof of a crime or fault: He incriminated both men to the grand jury.
  • indeterminacy — the condition or quality of being indeterminate; indetermination.
  • inharmonicity — the quality of being inharmonic
  • inter-company — a number of individuals assembled or associated together; group of people.
  • john mccarthy — (person, artificial intelligence)   A pioneer of artificial intelligence (he coined ther term). He invented Lisp at MIT in the late 1950s and later worked at SAIL. E-mail: <[email protected]>.
  • kinematically — the branch of mechanics that deals with pure motion, without reference to the masses or forces involved in it.
  • laryngectomee — someone who has had a laryngectomy
  • little cayman — an island in the W Caribbean: smallest of the Cayman Islands, NE of Grand Cayman. 10 sq. mi. (26 sq. km).
  • logarithmancy — Divination using logarithms.
  • machinability — The condition of being machinable.
  • machine cycle — (processor)   The four steps which the CPU carries out for each machine language instruction: fetch, decode, execute, and store. These steps are performed by the control unit, and may be fixed in the logic of the CPU or may be programmed as microcode which is itself usually fixed (in ROM) but may be (partially) modifiable (stored in RAM). The fetch cycle places the current program counter contents (the address of the next instruction to execute) on the address bus and reads in the word at that location into the instruction register (IR). In RISC CPUs instructions are usually a single word but in other architectures an instruction may be several words long, necessitating several fetches. The decode cycle uses the contents of the IR to determine which gates should be opened between the CPU's various functional units and busses and what operation the ALU(s) should perform (e.g. add, bitwise and). Each gate allows data to flow from one unit to another (e.g. from register 0 to ALU input 1) or enables data from one output onto a certain bus. In the simplest case ("horizontal encoding") each bit of the instruction register controls a single gate or several bits may control the ALU operation. This is rarely used because it requires long instruction words (such an architecture is sometimes called a very long instruction word architecture). Commonly, groups of bits from the IR are fed through decoders to control higher level aspects of the CPU's operation, e.g. source and destination registers, addressing mode and ALU operation. This is known as vertical encoding. One way RISC processors gain their advantage in speed is by having simple instruction decoding which can be performed quickly. The execute cycle occurs when the decoding logic has settled and entails the passing of values between the various function units and busses and the operation of the ALU. A simple instruction will require only a single execute cycle whereas a complex instruction (e.g. subroutine call or one using memory indirect addressing) may require three or four. Instructions in a RISC typically (but not invariably) take only a single cycle. The store cycle is when the result of the instruction is written to its destination, either a register or a memory location. This is really part of the execute cycle because some instructions may write to multiple destinations as part of their execution.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?