0%

23-letter words containing re

  • (get in) under the wire — (to arrive or accomplish something) barely on time or at the last minute
  • a gentleman's agreement — A gentleman's agreement or a gentlemen's agreement is an informal agreement in which people trust one another to do what they have promised. The agreement is not written down and does not have any legal force.
  • a pleasure/the pleasure — If you meet someone for the first time, you can say, as a way of being polite, that it is a pleasure to meet them. You can also ask for the pleasure of someone's company as a polite and formal way of inviting them somewhere.
  • abstract interpretation — (theory)   A partial execution of a program which gains information about its semantics (e.g. control structure, flow of information) without performing all the calculations. Abstract interpretation is typically used by compilers to analyse programs in order to decide whether certain optimisations or transformations are applicable. The objects manipulated by the program (typically values and functions) are represented by points in some domain. Each abstract domain point represents some set of real ("concrete") values. For example, we may take the abstract points "+", "0" and "-" to represent positive, zero and negative numbers and then define an abstract version of the multiplication operator, *#, which operates on abstract values: *# | + 0 - ---|------ + | + 0 - 0 | 0 0 0 - | - 0 + An interpretation is "safe" if the result of the abstract operation is a safe approximation to the abstraction of the concrete result. The meaning of "a safe approximation" depends on how we are using the results of the analysis. If, in our example, we assume that smaller values are safer then the "safety condition" for our interpretation (#) is a# *# b# <= (a * b)# where a# is the abstract version of a etc. In general an interpretation is characterised by the domains used to represent the basic types and the abstract values it assigns to constants (where the constants of a language include primitive functions such as *). The interpretation of constructed types (such as user defined functions, sum types and product types) and expressions can be derived systematically from these basic domains and values. A common use of abstract interpretation is strictness analysis. See also standard interpretation.
  • acquired characteristic — a characteristic of an organism that results from increased use or disuse of an organ or the effects of the environment and cannot be inherited
  • ada software repository — (language)   A collection of Ada programs?
  • all his geese are swans — he constantly exaggerates the importance of a person or thing
  • approbate and reprobate — to accept part of a document and reject those parts unfavourable to one's interests
  • arthur jeffrey dempsterArthur Jeffrey, 1886–1950, U.S. physicist.
  • astronomical refraction — refraction (def 3).
  • astronomical-refraction — Physics. the change of direction of a ray of light, sound, heat, or the like, in passing obliquely from one medium into another in which its wave velocity is different.
  • bachelor of arts degree — a degree conferred on a person who has successfully completed his or her undergraduate studies, usually in a branch of the liberal arts or humanities
  • battered child syndrome — the array of physical injuries exhibited by young children who have been beaten repeatedly or otherwise abused by their parents or guardians.
  • battered woman syndrome — the array of physical and psychological injuries exhibited by women (battered women or battered wives) who have been beaten repeatedly or otherwise abused by their partners or spouses.
  • be on the receiving end — to be the recipient of a gift, or favor
  • bereavement counselling — the provision of advice for bereaved people to help them cope with their grief, sometimes given by charities and support groups
  • beyond reasonable doubt — if something is proved beyond reasonable doubt, it is legally accepted as being true
  • bread-and-butter letter — a letter expressing gratitude for hospitality
  • bread-and-butter pickle — an unpeeled slice of cucumber marinated in salt water and boiled with vinegar, celery seed, spices, and brown sugar.
  • castellammare di stabia — a port and resort in SW Italy, in Campania on the Bay of Naples: site of the Roman resort of Stabiae, which was destroyed by the eruption of Vesuvius in 79 ad. Pop: 66 929 (2001)
  • cauchy integral theorem — the theorem that the integral of an analytic function about a closed curve of finite length in a finite, simply connected domain is zero.
  • caught in the crossfire — If you are caught in the crossfire, you become involved in an unpleasant situation in which people are arguing with each other, although you do not want to be involved or say which person you agree with.
  • certificate of registry — a document issued to a U.S. vessel engaged in foreign trade, stating its name, nationality, ownership, etc., and claiming for it all privileges pertaining to U.S. nationality.
  • cheyne-stokes breathing — alternating shallow and deep breathing, as in comatose patients
  • chi-square distribution — a continuous single-parameter distribution derived as a special case of the gamma distribution and used esp to measure goodness of fit and to test hypotheses and obtain confidence intervals for the variance of a normally distributed variable
  • chinese trumpet creeper — a showy, woody vine, Campsis grandiflora, of China, having aerial rootlets and large red flowers.
  • citizens' advice bureau — an independent charity where the public can obtain free, confidential information and advice on an extensive range of civil, consumer, and legal matters
  • citrus greening disease — Plant Pathology. a bacterial disease of citrus trees, transmitted by insects of the Psyllidae family.
  • client-centered therapy — a nondirective method of psychotherapy in which treatment consists of helping patients to use effectively their own latent resources in solving problems.
  • communication breakdown — a lack of communication; a failure to exchange information
  • communications software — (communications, software)   Application programs, operating system components, and probably firmware, forming part of a communication system. These different software components might be classified according to the functions within the Open Systems Interconnect model which they provide. Typical applications include a web browser, Mail User Agent, chat and telnet.
  • community health centre — a medical centre that serves a particular area
  • compact disc read-write — Compact Disc Rewritable
  • compact disc recordable — (storage)   (CD-R) A write-once version of CD-ROM. CD-Rs can hold about 650 megabytes of data. They are very durable and can be read by normal CD-ROM drives, but once data has been written it cannot be altered. Standard prerecorded CDs have their information permanently stamped into an aluminium reflecting layer. CD-R discs have a dye-based recording layer and an additional golden reflecting layer. Digital information is written to the disc by burning (forming) pits in the recording layer in a pattern corresponding to that of a conventional CD. The laser beam heats the substrate and recording layer to approximately 250 C. The recording layer melts and the substrate expands into the space that becomes available. See also CD-RW and DVD-RAM.
  • compact disc rewritable — (storage)   (CD-RW) A rewritable version of CD-ROM. A CD-RW drive can write about 650 megabytes of data to CD-RW media an unlimited number of times. Most CD-RW drives can also write once to CD-R media. CD-RW media cannot be read by CD-ROM drives built prior to 1997 due to the reduced reflectivity (15% compared to 70%) of CD-RW media. CD-RW drives and media are currently (1999) more expensive than CD-R drives and media. CD-R is sometimes considered a better technology for archival purposes as the data cannot be accidentally modified or tampered with, and encourages better archival practices. Standard prerecorded CDs have their information permanently stamped into an aluminium reflecting layer. CD-WR discs have a phase-change recording layer and an additional silver (aluminium) reflecting layer. A laser beam can melt crystals in the recording layer into a non-crystalline amorphous phase or anneal them slowly at a lower temperature back to the crystalline state. The different reflectance of the areas make them appear as the 'pits' and 'lands' of a standard CD. See also CD-R and DVD-RAM.
  • concrete data structure — (theory)   (CDS) A model of programming language terms developed in the context of constructing fully abstract semantics for sequential languages. A CDS is a 4-tuple (C,V,E,|-) where C is a cell, V is a value, E is an event and |- is an "enabling relation". An event is a cell and a value. A cell C is "enabled" by a set of events S if S |- C. A state is a set of events which are consistent in that the values they give for any cell are all equal. Every cell in a state is enabled.
  • condition code register — a hardware register used for storing the current values of the condition codes
  • conditioned suppression — the reduction in the frequency of a learned response, e.g. pressing a bar for water, that occurs when a stimulus previously associated with pain is present
  • corporate restructuring — a change in the business strategy of an organization resulting in diversification, closing parts of the business, etc, to increase its long-term profitability
  • correct me if i'm wrong — You say 'correct me if I'm wrong' to indicate that you are not entirely sure that what you are about to say is true.
  • correlation coefficient — a statistic measuring the degree of correlation between two variables as by dividing their covariance by the square root of the product of their variances. The closer the correlation coefficient is to 1 or –1 the greater the correlation; if it is random, the coefficient is zero
  • correlative conjunction — either member of a matched pair of words, of which the second is a coordinating conjunction, as either … or, neither … nor, both … and, or not only … but.
  • cost-of-living increase — a pay rise that is given because the cost of living has gone up
  • creative writing course — a course in which people are taught creative writing skills
  • credit-reference agency — an agency, other than a bank, that specializes in providing credit ratings of people or organizations
  • criminal records bureau — (in England and Wales) a service offering employers and voluntary organizations access to police, health, and education records
  • critique of pure reason — a philosophical work (1781) by Immanuel Kant.
  • current-cost accounting — a method of accounting that values assets at their current replacement cost rather than their original cost
  • cyclic redundancy check — (algorithm)   (CRC or "cyclic redundancy code") A number derived from, and stored or transmitted with, a block of data in order to detect corruption. By recalculating the CRC and comparing it to the value originally transmitted, the receiver can detect some types of transmission errors. A CRC is more complicated than a checksum. It is calculated using division either using shifts and exclusive ORs or table lookup (modulo 256 or 65536). The CRC is "redundant" in that it adds no information. A single corrupted bit in the data will result in a one bit change in the calculated CRC but multiple corrupted bits may cancel each other out. CRCs treat blocks of input bits as coefficient-sets for polynomials. E.g., binary 10100000 implies the polynomial: 1*x^7 + 0*x^6 + 1*x^5 + 0*x^4 + 0*x^3 + 0*x^2 + 0*x^1 + 0*x^0. This is the "message polynomial". A second polynomial, with constant coefficients, is called the "generator polynomial". This is divided into the message polynomial, giving a quotient and remainder. The coefficients of the remainder form the bits of the final CRC. So, an order-33 generator polynomial is necessary to generate a 32-bit CRC. The exact bit-set used for the generator polynomial will naturally affect the CRC that is computed. Most CRC implementations seem to operate 8 bits at a time by building a table of 256 entries, representing all 256 possible 8-bit byte combinations, and determining the effect that each byte will have. CRCs are then computed using an input byte to select a 16- or 32-bit value from the table. This value is then used to update the CRC.
  • d'entrecasteaux islands — a group of volcanic islands in the Pacific, off the SE coast of New Guinea: part of Papua New Guinea. Pop: 49 167 (1990 est). Area: 3141 sq km (1213 sq miles)

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