0%

24-letter words containing f, e, s, t, y

  • assembly of the notables — notable (def 5).
  • assembly-of-the-notables — a prominent, distinguished, or important person.
  • atanasoff-berry computer — (computer)   (ABC) An early design for a binary calculator, one of the predecessors of the digital computer. The ABC was partially constructed between 1937 and 1942 by Dr. John Vincent Atanasoff and Clifford Berry at Iowa State College. As well as binary arithmetic, it incorporated regenerative memory, parallel processing, and separation of memory and computing functions. The electronic parts were mounted on a rotating drum, making it hybrid electronic/electromechanical. It was designed to handle only a single type of mathematical problem and was not automated. The results of a single calculation cycle had to be retrieved by a human operator, and fed back into the machine with all new instructions, to perform complex operations. It lacked any serious form of logical control or conditional statements. Atanasoff's patent application was denied because he never have a completed, working product. Ideas from the ABC were used in the design of ENIAC (1943-1946).
  • bay of mont-saint-michel — an inlet of the Gulf of St Malo
  • bull information systems — (company)   A multinational I.T. group based in Europe with 21,000 people and operations in more than 85 countries. In 1997, Bull earned revenues of over $4 billion, including over 65% outside of France, its country of origin. The company is ranked as the third largest systems integrator in Europe.
  • chronic fatigue syndrome — Chronic fatigue syndrome is an illness that is thought to be caused by a virus, and which affects people for a long period of time. Its symptoms include tiredness and aching muscles. The abbreviation CFS is often used.
  • coefficient of viscosity — the measure of the viscosity of a fluid, equal to the force per unit area required to maintain a difference of velocity of one unit distance per unit time between two parallel planes in the fluid that lie in the direction of flow and are separated by one unit distance: usually expressed in poise or centipoise.
  • 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.
  • east riding of yorkshire — a county of NE England, a historical division of Yorkshire on the North Sea and the Humber estuary: became part of Humberside in 1974; reinstated as an independent unitary authority in 1996, with a separate authority for Kingston upon Hull: chiefly agricultural and low-lying, with various industries in Hull. Administrative centre: Beverley. Pop (excluding Hull): 321 300 (2003 est). Area (excluding Hull): 748 sq km (675 sq miles)
  • erythroblastosis fetalis — an anaemic blood disease of a fetus or newborn child, characterized by erythroblasts in the circulating blood: caused by a blood incompatibility between mother and fetus
  • false lily of the valley — a low-growing woodland plant, Maianthemum canadense, of the lily family, native to northeastern North America, having a cluster of small white flowers.
  • family income supplement — a benefit formerly paid to low-income families
  • fight like kilkenny cats — to fight until both parties are destroyed
  • finger-pointing syndrome — (programming)   All-too-frequent result of bugs, especially in new or experimental configurations. The hardware vendor points a finger at the software. The software vendor points a finger at the hardware. All the poor users get is the finger.
  • flexible assembly system — A flexible assembly system is a set of machines or robots that can assemble many different kinds of products.
  • 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.
  • fray at/around the edges — If you say that something is fraying at the edges or is fraying around the edges, you mean that it has an uncertain or unsteady quality, for example because it is gradually being spoiled or destroyed.
  • great crested flycatcher — a North American flycatcher, Myiarchus crinitus, noted for its use of the castoff skins of snakes in building its nest.
  • gregorio lopez y fuentes — Gregorio [gre-gaw-ryaw] /grɛˈgɔ ryɔ/ (Show IPA), 1895–1966, Mexican writer.
  • hierarchical file system — (file system)   A file system in which the files are organised into a hierarchy. The nodes of the hierarchy are called directories while the leaves are the files themselves. See also root directory. Compare flat file system.
  • high-fructose corn syrup — corn syrup to which enzymes have been added to change some of the glucose to fructose, making the product sweeter than regular corn syrup. Abbreviation: HFCS.
  • information superhighway — internet
  • iterated function system — (graphics)   (IFS) A class of fractals that yield natural-looking forms like ferns or snowflakes. Iterated Function Systems use a very easy transformation that is done recursively.
  • ministry of the interior — a government department that deals with the domestic or internal affairs of a country, esp law and order
  • pretty amazing new stuff — (humour, communications)   (PANS) What PSTN is evolving into.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • referential transparency — (programming)   An expression E is referentially transparent if any subexpression and its value (the result of evaluating it) can be interchanged without changing the value of E. This is not the case if the value of an expression depends on global state which can change value. The most common example of changing global state is assignment to a global variable. For example, if y is a global variable in: f(x) { return x+y; } g(z) { a = f(1); y = y + z; return a + f(1); } function g has the "side-effect" that it alters the value of y. Since f's result depends on y, the two calls to f(1) will return different results even though the argument is the same. Thus f is not referentially transparent. Changing the order of evaluation of the statements in g will change its result. We could make f above referentially transparent by passing in y as an argument: f(x, y) = x+y Similarly, g would need to take y as an argument and return its new value as part of the result: g(z, y) { a = f(1, y); y' = y+z; return (a + f(1, y'), y'); } Referentially transparent programs are more amenable to formal methods and easier to reason about because the meaning of an expression depends only on the meaning of its subexpressions and not on the order of evaluation or side-effects of other expressions. We can stretch the concept of referential transparency to include input and output if we consider the whole program to be a function from its input to its output. The program as a whole is referentially transparent because it will always produce the same output when given the same input. This is stretching the concept because the program's input may include what the user types, the content of certain files or even the time of day. If we do not consider global state like the contents of files as input, then writing to a file and reading what was written behaves just like assignment to a global variable. However, if we must consider the state of the universe as an input rather than global state then any deterministic system would be referentially transparent! See also extensional equality, observational equivalence.
  • rocky mountain whitefish — mountain whitefish.
  • shadow foreign secretary — the member of the main opposition party in Parliament who would hold the office of Foreign Secretary if their party were in power
  • sorrows of young werther — German Die Leiden des Jungen Werther. a romantic novel (1774) in epistolary form by Goethe.
  • telephony user interface — (communications)   (TUI) Either a software interface to telephony (e.g. a phone-capable PC) or a DTMF-based interface to software (e.g. voicemail).
  • the realm of possibility — If you say that something is not beyond the realms of possibility, you mean that it is possible.
  • thorn in your side/flesh — If you describe someone or something as a thorn in your side or a thorn in your flesh, you mean that they are a continuous problem to you or annoy you.
  • to tie yourself in knots — If you tie yourself in knots, you get very confused and anxious.
  • twenty-four-hour service — a banking service that is always available
  • under the sway of sb/sth — If you are under the sway of someone or something, they have great influence over you.
  • under-secretary of state — any of various high officials subordinate only to the minister in charge of a department
  • unfederated malay states — a former group of native states in the Malay Peninsula that became British protectorates between 1885 and 1909. All except Brunei joined the Malayan Union (later Federation of Malaya) in 1946. Brunei joined the Federation of Malaysia in 1963 but later became an independent nation
  • virtual software factory — (programming, tool)   (VSF) A product from Systematica which allows users to develop CASE tools appropriate to any software engineering methodology.
  • water of crystallization — water of hydration, formerly thought necessary to crystallization: now usually regarded as affecting crystallization only as it forms new molecular combinations.

On this page, we collect all 24-letter words with F-E-S-T-Y. It’s easy to find right word with a certain length. It is the easiest way to find 24-letter word that contains in F-E-S-T-Y 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?