0%

23-letter words containing a, c, e, t, y, l

  • 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
  • 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.
  • atmospheric electricity — static electricity produced by charged particles in the atmosphere.
  • 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.
  • block started by symbol — (memory)   (BSS) The uninitialised data segment produced by Unix linkers. Objects in the bss segment have only a name and a size but no value. Executable code is located in the code segment and initialised data in the data segment.
  • border gateway protocol — (BGP) An Exterior Gateway Protocol defined in RFC 1267 and RFC 1268. Its design is based on experience gained with Exterior Gateway Protocol (EGP), as defined in STD 18, RFC 904 and EGP usage in the NSFNet backbone, as described in RFCs 1092 and 1093.
  • broadcast quality video — (communications, multimedia)   Roughly, video with more than 30 frames per second at a resolution of 800 x 640 pixels. The quality of moving pictures and sound is determined by the complete chain from camera to receiver. Relevant factors are the colour temperature of the lighting, the balance of the red, green and blue vision pick-up tubes to produce the correct display colour temperature (which will be different) and the gamma pre-correction to cancel the non-linear characteristic of cathode-ray tubes in television receivers. The resolution of the camera tube and video coding system will determine the maximum number of pixels in the picture. Different colour coding systems have different defects. The NTSC system (National Television Systems Committee) can produce hue errors. The PAL system (Phase Alternation by Line) can produce saturation errors. Television modulation systems are specified by ITU CCIR Report 624. Low-resolution systems have bandwidths of 4.2 MHz with 525 to 625 lines per frame as used in the Americas and Japan. Medium resolution of 5 to 6.5 MHz with 625 lines is used in Europe, Asia, Africa and Australasia. High-Definition Television (HDTV) will require 8 MHz or more of bandwidth. A medium resolution (5.5 MHz in UK) picture can be represented by 572 lines of 402 pixels. Note the ratio of pixels to lines is not the same as the aspect ratio. A VGA display (480n lines of 640 pixels) could thus display 84% of the height of one picture frame. Most compression techniques reduce quality as they assume a restricted range of detail and motion and discard details to which the human eye is not sensitive. Broadcast quality implies something better than amateur or domestic video and therefore can't be retained on a domestic video recorder. Broadcasts use quadriplex or U-matic recorders. The lowest frame rate used for commercial entertainment is the 24Hz of the 35mm cinema camera. When broadcast on a 50Hz television system, the pictures are screened at 25Hz reducing the running times by 4%. On a 60Hz system every five movie frames are screened as six TV frames, still at the 4% increased rate. The six frames are made by mixing adjacent frames, with some degradation of the picture. A computer system to meet international standard reproduction would at least VGA resolution, an interlaced frame rate of 24Hz and 8 bits to represent the luminance (Y) component. For a component display system using red, green and blue (RGB) electron guns and phosphor dots each will require 7 bits. Transmission and recording is different as various coding schemes need less bits if other representations are used instead of RGB. Broadcasts use YUV and compression can reduce this to about 3.5 bits per pixel without perceptible degradation. High-quality video and sound can be carried on a 34 Mbaud channel after being compressed with ADPCM and variable length coding, potentially in real time.
  • 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.
  • characteristic velocity — a measure of the effectiveness with which the combustion in a rocket engine produces high temperature and pressure, equal to the exhaust velocity divided by the thrust coefficient.
  • 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
  • completely normal space — a normal topological space in which every subspace is normal.
  • 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.
  • 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.
  • 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
  • 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.
  • 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
  • electrophotographically — In an electrophotographic manner; by means of electrophotography.
  • experimental psychology — the scientific study of the individual behaviour of man and other animals, esp of perception, learning, memory, motor skills, and thinking
  • extracorporeal dialysis — the filtering of circulating blood through a semipermeable membrane in an apparatus
  • extravehicular activity — the act or an instance of floating and manoeuvring in space, outside but attached by a lifeline to a spacecraft
  • first strike capability — the ability to use nuclear missiles in an opening attack calculated to destroy the enemy's nuclear weapons
  • 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
  • fully associative cache — (memory management)   A type of cache in which data from any address can be stored in any cache location. The whole address must be used as the tag (the value that identifies a block of data in the cache). All tags must be compared simultaneously (associatively) with the requested address and if one matches then its associated data is accessed. This requires an associative memory to hold the tags which makes this form of cache more expensive. It does however solve the problem of contention for cache locations (cache conflict) since a block need only be flushed when the whole cache is full and then the block to flush can be selected in a more efficient way. The alternatives are direct mapped cache or set associative cache.
  • 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.
  • heterogeneous catalysis — Heterogeneous catalysis is catalysis in which the catalyst does not take part in the reaction that it increases.
  • human leukocyte antigen — HLA.
  • hypothetical imperative — (esp in the moral philosophy of Kant) any conditional rule of action, concerned with means and ends rather than with duty for its own sake
  • incontestability clause — a clause in a life-insurance or health-insurance policy stating that the insurer cannot contest the policy after a stated period of time.
  • indeterminacy principle — uncertainty principle.
  • intermediate technology — technology which combines sophisticated ideas with cheap and readily available materials, esp for use in developing countries
  • internet public library — (IPL) A project at the University of Michigan School of Information and Library Studies to provide an on-line, 24 hour public library, chaired by an assemblage of librarians and information industry professionals. The library aims to provide library services to a target audience estimated to number 1/4 of the entire American population by the end of the century. The Internet Public Library is scheduled to go on-line in March 1995. Among the first services will be on-line reference; youth services; user education; and professional services for librarians. Mailing list: [email protected]
  • lady chatterley's lover — a novel (1928) by D. H. Lawrence.
  • like anything/crazy/mad — You can use the expressions like anything, like crazy, or like mad to emphasize that someone is doing something or something is happening in a very energetic or noticeable way.
  • lymphoblastic leukaemia — a severe blood disorder in which abnormal leukocytes are identified as immature forms of lymphocytes
  • magnetic susceptibility — the coefficient or set of coefficients of the magnetic intensity in any expression giving the components of magnetization as linear combinations of the components of magnetic intensity.
  • magneto-encephalography — a record of the magnetic field of the brain. Abbreviation: MEG.
  • magnetohydrodynamically — In a magnetohydrodynamic way.
  • multiplicative identity — an identity that when used to multiply a given element in a specified set leaves that element unchanged, as the number 1 for the real-number system.
  • national safety council — a non profit organization that promotes and ensures health and safety standards
  • nuclear test ban treaty — an agreement signed by Britain, the Soviet Union, and the U.S. in 1963, committing nations to halt atmospheric tests of nuclear weapons: by the end of 1963, 96 additional nations had signed the treaty.
  • nuclear test-ban treaty — an agreement signed by Britain, the Soviet Union, and the U.S. in 1963, committing nations to halt atmospheric tests of nuclear weapons: by the end of 1963, 96 additional nations had signed the treaty.
  • o'reilly and associates — The leading publisher of information on the Internet, Unix, the X Window System and other open systems. They also provide the Global Network Navigator service.

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