0%

23-letter words containing c, i, s, o, y, t

  • african trypanosomiasis — sleeping sickness (def 1).
  • 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.
  • autoerotic asphyxiation — asphyxia caused by intentionally strangling oneself while masturbating in order to intensify the orgasm through reduced oxygen flow to the brain.
  • backwards compatibility — backward compatibility
  • 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.
  • 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.
  • 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.
  • 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.
  • cheyne-stokes breathing — alternating shallow and deep breathing, as in comatose patients
  • combinatorial chemistry — the use of chemical methods to generate all possible combinations of chemicals
  • community-service order — (in Britain) a court order requiring an offender over seventeen years old to do unpaid socially beneficial work under supervision instead of going to prison
  • 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
  • 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
  • dacryocystorhinostomies — Plural form of dacryocystorhinostomy.
  • data acquisition system — A data acquisition system is a system that acquires data, generally by digitizing analog channels and storing the data in digital form.
  • decision support system — a system in which one or more computers and computer programs assist in decision-making by providing information
  • delayed stress reaction — a post-traumatic stress disorder occurring more than six months after the experience of a traumatic event.
  • dichlorodiethyl sulfide — mustard gas.
  • 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.
  • 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
  • extrasensory perception — Extrasensory perception means knowing without using your ordinary senses such as sight and hearing. Some people believe this is possible. The abbreviation ESP is also used.
  • free-enterprise economy — an economy characterized by free enterprise
  • 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.
  • 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.
  • heterogeneous catalysis — Heterogeneous catalysis is catalysis in which the catalyst does not take part in the reaction that it increases.
  • homonymous construction — a construction that consists of the same morphemes in the same order as those of another construction, as Flying planes can be dangerous, in which planes in one construction is the object of flying, and in another the subject of can; a terminal string of formatives having two or more structural descriptions.
  • in your stockinged feet — wearing stockings or socks but no shoes
  • 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.
  • industrial psychologist — a person who studies human behaviour and cognitive processes in relation to the working environment
  • kinetic theory of gases — a theory that the particles in a gas move freely and rapidly along straight lines but often collide, resulting in variations in their velocity and direction. Pressure is interpreted as arising from the impacts of these particles with the walls of a container.
  • lymphoblastic leukaemia — a severe blood disorder in which abnormal leukocytes are identified as immature forms of lymphocytes
  • minimum security prison — A minimum security prison is a prison where there are fewer restrictions on prisoners than in a normal prison.
  • national safety council — a non profit organization that promotes and ensures health and safety standards
  • 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.
  • object relations theory — a form of psychoanalytic theory postulating that people relate to others in order to develop themselves
  • occupational psychology — the study of human behaviour at work, including ergonomics, selection procedures, and the effects of stress
  • on-line computer system — (OLC) A predecessor of the Culler-Fried System from UCSB ca. 1966.
  • orthostatic hypotension — Medicine/Medical. a fall in blood pressure associated with an upright position, usually occurring as a result of standing still for a long time or rising from a prolonged stay in bed and often causing faintness, dizziness, and vision disturbances.
  • parametric polymorphism — Polymorphism was first identified by Christopher Strachey in 1967 and developed by Hindley and Milner. For example we could specify that the argument of the "head" function was a list without specifying a type for the elements of the list. In Haskell we would write: head :: [a] -> a meaning head has type function from "list of a" to "a" where "a" is a type variable). This is known as parametric polymorphism. Polymorphic typing allows strong type checking as well as generic functions. ML in 1976 was the first language with polymorphic typing. See also generic type variable.
  • pharmaceuticals company — a company specialising in developing and marketing pharmaceuticals
  • phyletic classification — classification of organisms based on their assumed evolutionary histories and relationships.
  • physiological phonetics — the branch of phonetics that deals with the motive processes, anatomical measurements, spirometric properties, muscle and membrane tone, and kinetic aspects of the production of speech and with related aspects of the reception of speech.
  • posthypnotic suggestion — a suggestion made to the subject while in a hypnotic trance, to be acted upon at some time after emerging from the trance

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