0%

23-letter words containing l, y, i, n

  • acceleration of gravity — the gravitational acceleration of a freely falling object, expressed in terms of the rate of increase of velocity per second: on earth 980.665 cm (32.17 ft) per second per second is the standard
  • acceptable daily intake — the amount of a substance that people can consume on a daily basis without damaging their health
  • addition polymerization — the act or process of forming a polymer or polymeric compound.
  • adjusting journal entry — An adjusting journal entry is a journal entry that is made to correct an error or update an account.
  • aion development system — (artificial intelligence, product)   (ADS) A commericial expert system shell developed by Aion Corporation that supported forward chainging and backward chaining and featured an object-oriented knowledge representation scheme, graphics and integrated with other programming languages like C and Pascal.
  • asymmetrical modulation — (communications)   A scheme to maximise use of a communications line by giving a larger share of the bandwidth to the modem at the end which is transmitting the most information. Only one end of the connection has full bandwidth, the other has only a fraction of the bandwidth. Normally, which end gets the full bandwidth is chosen dynamically. Asymmetrical modulation was made famous by the HST mode of the early high-speed modems from US Robotics.
  • basic assembly language — a specific assembly language. Abbreviation: BAL.
  • 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.
  • boundary value analysis — (programming)   A test data selection technique in which values are chosen to lie along data extremes. Boundary values include maximum, minimum, just inside/outside boundaries, typical values, and error values. The hope is that, if a systems works correctly for these special values then it will work correctly for all values in between.
  • brazilian morning glory — a tropical vine, Ipomoea setosa, having purplish, stiff hairs on the stem and rose-purple flowers.
  • cauchy integral formula — a theorem that gives an expression in terms of an integral for the value of an analytic function at any point inside a simple closed curve of finite length in a domain.
  • 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.
  • chlorotrifluoroethylene — a colorless, flammable gas, C 2 H 2 ClF, that polymerizes to form oils, greases, and waxes.
  • city technology college — (in Britain) a type of senior secondary school specializing in technological subjects, set up in inner-city areas with funding from industry as well as the government
  • 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.
  • combinatorial chemistry — the use of chemical methods to generate all possible combinations of chemicals
  • community health centre — a medical centre that serves a particular area
  • conditional probability — the probability of one event, A, occurring given that another, B, is already known to have occurred: written P(A|B) and equal to P(A and B)|P(B)
  • conformational analysis — the study of the spatial arrangement of atoms or groups of atoms in a molecule and the way in which this influences chemical behaviour
  • constant velocity joint — A constant velocity joint is a universal joint in which the output shaft rotates at constant speed if the input shaft speed is constant.
  • constant-velocity joint — a universal joint that is used in the drive train of front-wheel-drive cars and operates effectively even when the shafts being connected meet at a sharp angle.
  • constitutional monarchy — a monarchy governed according to a constitution that limits and defines the powers of the sovereign
  • consultant psychiatrist — a psychiatrist who has attained the rank of consultant
  • contributory negligence — failure by an injured person to have taken proper precautions to prevent an accident
  • criminal justice system — the combination of courts and legal processes that deal with crime
  • cryptococcal meningitis — a form of meningitis resulting from opportunistic infection by a cryptococcus fungus, occurring in persons who are immunodeficient.
  • 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.
  • cylinder vacuum cleaner — a type of vacuum cleaner in which dirt, dust, etc, is sucked into a hard cylinder rather than a bag
  • cylindrical coordinates — three coordinates defining the location of a point in three-dimensional space in terms of its polar coordinates (r, θ) in one plane, usually the (x, y) plane, and its perpendicular distance, z, measured from this plane
  • debugging an empty file — (programming, humour)   A humourous definition of programming that considers a complete absence of any code as a bug to be fixed.
  • delayed stress reaction — a post-traumatic stress disorder occurring more than six months after the experience of a traumatic event.
  • differential psychology — the branch of psychology dealing with the study of characteristic differences or variations of groups or individuals, especially through the use of analytic techniques and statistical methods.
  • dionysius of alexandria — ("the Great") a.d. c190–265, patriarch of Alexandria 247?–265?.
  • direct primary election — a preliminary election at which candidates for public office are chosen by direct vote of the people instead of by delegates at a convention: in closed primary elections voters must declare party affiliation and may vote only for candidates of their party
  • dual sensory impairment — the condition of being affected by sight and hearing loss
  • experimental psychology — the scientific study of the individual behaviour of man and other animals, esp of perception, learning, memory, motor skills, and thinking
  • finite element analysis — Finite element analysis is a type of computer-based analysis which calculates variations of quantities such as temperature or stress in a body by dividing it into small parts with no spaces between them.
  • firing on all cylinders — working or performing at full capability
  • free on-line dictionary — Free On-line Dictionary of Computing
  • frictional unemployment — those people who are in the process of moving from one job to another and who therefore appear in the unemployment statistics collected at any given time
  • function point analysis — (programming)   (FPA) A standard metric for the relative size and complexity of a software system, originally developed by Alan Albrecht of IBM in the late 1970s. Functon points (FPs) can be used to estimate the relative size and complexity of software in the early stages of development - analysis and design. The size is determined by identifying the components of the system as seen by the end-user: the inputs, outputs, inquiries, interfaces to other systems, and logical internal files. The components are classified as simple, average, or complex. All of these values are then scored and the total is expressed in Unadjusted FPs (UFPs). Complexity factors described by 14 general systems characteristics, such as reusability, performance, and complexity of processing can be used to weight the UFP. Factors are also weighted on a scale of 0 - not present, 1 - minor influence, to 5 - strong influence. The result of these computations is a number that correlates to system size. Although the FP metric doesn't correspond to any actual physical attribute of a software system (such as lines of code or the number of subroutines) it is useful as a relative measure for comparing projects, measuring productivity, and estimating the amount a development effort and time needed for a project. See also International Function Point Users Group.
  • graphical kernel system — (graphics, standard)   (GKS) The widely recognised standard ANSI X3.124 for graphical input/output. GKS is worked on by the ISO/IEC group JTC1/SC24. It provides applications programmers with standard methods of creating, manipulating, and displaying or printing computer graphics on different types of computer graphics output devices. It provides an abstraction to save programmers from dealing with the detailed capabilities and interfaces of specific hardware. GKS defines a basic two-dimensional graphics system with: uniform input and output primitives; a uniform interface to and from a GKS metafile for storing and transferring graphics information. It supports a wide range of graphics output devices including such as printers, plotters, vector graphics devices, storage tubes, refresh displays, raster displays, and microfilm recorders.
  • greek-letter fraternity — a fraternity whose name consists usually of two or three Greek letters, as Sigma Delta Phi (ΣΔΦ).
  • guillain-barre syndrome — an uncommon, usually self-limited form of polyneuritis, occurring after a viral illness or immunization and manifested by loss of muscle strength, loss of or altered sensation and sometimes paralysis.
  • hang out your/a shingle — If you hang out your shingle or hang out a shingle, you start your own business.
  • have bats in the belfry — to be mad or eccentric; have strange ideas
  • heterogeneous catalysis — Heterogeneous catalysis is catalysis in which the catalyst does not take part in the reaction that it increases.
  • human leukocyte antigen — HLA.
  • hypobetalipoproteinemia — (pathology) A low level of betalipoprotein (low-density lipoprotein) in the bloodstream.
  • in the employ of sb/sth — If you are in the employ of someone or something, you work for them.

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