0%

24-letter words containing a, g, r, i

  • a manufacturing language — (language, robotics)   (AML) A high-level language developed by IBM in the 1980s for industrial robots.
  • administrative-law judge — an official of a federal or state agency who hears, weighs, and decides on evidence in administrative proceedings, and makes recommendations for any necessary legal action.
  • advance purchase booking — Advance purchase booking is an arrangement that allows you to book and pay for a hotel room before you arrive, usually at a discounted rate.
  • aeronautical engineering — the branch of engineering concerned with the design, production, and maintenance of aircraft
  • affirming the consequent — the fallacy of inferring the antecedent of a conditional sentence, given the truth of the conditional and its consequent, as if John is six feet tall, he's more than five feet: he's more than five feet so he's six feet
  • agricultural engineering — the branch of engineering involved with the design of farm machinery, with soil management, land development, and mechanization and automation of livestock farming, and with the efficient planting, harvesting, storage, and processing of farm commodities.
  • alexandre gustave eiffel — Alexandre Gustave [a-lek-sahn-druh gys-tav] /a lɛkˈsɑ̃ drə güsˈtav/ (Show IPA), 1832–1923, French civil engineer and pioneer aerodynamic researcher.
  • alternating bit protocol — (networking)   (ABP) A simple data link layer protocol that retransmits lost or corrupted messages. Messages are sent from transmitter A to receiver B. Assume that the channel from A to B is initialised and that there are no messages in transit. Each message contains a data part, a checksum, and a one-bit sequence number, i.e. a value that is 0 or 1. When A sends a message, it sends it continuously, with the same sequence number, until it receives an acknowledgment (ACK) from B that contains the same sequence number. When that happens, A complements (flips) the sequence number and starts transmitting the next message. When B receives a message from A, it checks the checksum. If the message is not corrupted B sends back an ACK with the same sequence number. If it is the first message with that sequence number then it is sent for processing. Subsequent messages with the same sequence bit are simply acknowledged. If the message is corrupted B sends back an negative/error acknowledgment (NAK). This is optional, as A will continue transmitting until it receives the correct ACK. A treats corrupted ACK messages, and NAK messages in the same way. The simplest behaviour is to ignore them all and continue transmitting.
  • animal rights campaigner — a person who campaigns for the rights of animals to be protected from exploitation and abuse by humans
  • atomic energy commission — (in the US) a federal board established in 1946 to administer and develop domestic atomic energy programmes
  • bacillus calmette-guerin — a weakened strain of the tubercle bacillus, Mycobacterium bovis, used in the preparation of BCG vaccine.
  • beta-adrenergic receptor — a site on a cell, as of the heart, that, upon interaction with epinephrine or norepinephrine, controls heartbeat and heart contractability, vasodilation, smooth muscle inhibition, and other physiological processes.
  • bidouilleurs sans argent — (body)   (BSA, French for "Moneyless Hackers") An association which aim is to help computer users who can't afford to buy commercial software. The main purpose of the association is the promotion of free software, and distribution of ex-commercial software. This is clearly an answer to the repressive attitude of the "other" BSA. Among BSA members are Richard Stallman, creator of the GNU project.
  • black english vernacular — Black English (def 1). Abbreviation: BEV.
  • black vernacular english — Black English (def 1). Abbreviation: BEV.
  • black-english-vernacular — Also called African American Vernacular English, African American English, Afro-American English, Black English Vernacular, Black Vernacular English.a dialect of American English characterized by pronunciations, syntactic structures, and vocabulary associated with and used by some North American black people and exhibiting a wide variety and range of forms varying in the extent to which they differ from standard English.
  • boeuf à la bourguignonne — a casserole of beef, vegetables, herbs, etc, cooked in red wine
  • bradley fighting vehicle — a 25-ton, tracked U.S. armored personnel carrier of the 1980s, designed to carry nine soldiers into battle and armed with a 25mm rapid-fire cannon, a machine gun, and an antitank missile launcher.
  • bread-and-butter pudding — a pudding made by soaking layers of bread and butter scattered with currants or raisins in a mixture of milk, beaten egg, and sugar and baking the result
  • browning automatic rifle — an air-cooled, fully automatic rifle capable of firing 200 to 350 rounds per minute. Abbreviation: BAR.
  • californian spangled cat — a breed of short-haired cat with a spotted coat, bred in California to resemble a leopard in appearance
  • canonical encoding rules — (protocol, standard)   (CER) A restricted variant of BER for producing unequivocal transfer syntax for data structures described by ASN.1. Whereas BER gives choices as to how data values may be encoded, CER and DER select just one encoding from those allowed by the basic encoding rules, eliminating all of the options. They are useful when the encodings must be preserved, e.g. in security exchanges. CER and DER differ in the set of restrictions that they place on the encoder. The basic difference between CER and DER is that DER uses definitive length form and CER uses indefinite length form. Documents: ITU-T X.690, ISO 8825-1. See also PER.
  • carcinoembryonic antigen — a glycoprotein found in serum, urine, etc. that is associated with various types of tumors: monitoring its levels is useful in treating cancer patients
  • cellular multiprocessing — (architecture, parallel)   (CMP) The partitioning of processors into separate computing environments running different operating systems. The term cellular multiprocessing appears to have been coined by Unisys, who are developing a system where computers communicate as clustered machines through a high speed bus, rather than through communication protocols such as TCP/IP. The Unisys system is based on Intel processors, initially the Pentium II Xeon and moving on to the 64-bit Merced processors later in 1999. It will be scalable from four up to 32 processors, which can be clustered or partitioned in various ways. For example a sixteen processor system could be configured as four Windows NT systems (each functioning as a four-processor symmetric multiprocessing system), or an 8-way NT and 8-way Unix system. Supported operating systems will be Windows NT, SCO's Unixware 7.0, Unisys' SVR4 Unix and possibly the OS2200 and MCP-AS mainframe operating systems (with the assistance of Unisys' own dedicated chipset).
  • cerebrospinal meningitis — an acute infectious form of meningitis caused by the bacterium Neisseria meningitidis, characterized by high fever, skin rash, delirium, stupor, and sometimes coma
  • 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.
  • combat infantryman badge — a badge awarded to an infantryman in recognition of satisfactory performance of duty in ground combat against the enemy.
  • common gateway interface — (web)   (CGI) A standard for running external programs from a web HTTP server. CGI specifies how to pass arguments to the program as part of the HTTP request. It also defines a set of environment variables that are made available to the program. The program generates output, typically HTML, which the web server processes and passes back to the browser. Alternatively, the program can request URL redirection. CGI allows the returned output to depend in any arbitrary way on the request. The CGI program can, for example, access information in a database and format the results as HTML. The program can access any data that a normal application program can, however the facilities available to CGI programs are usually limited for security reasons. Although CGI programs can be compiled programs, they are more often written in a (semi) interpreted language such as Perl, or as Unix shell scripts, hence the common name "CGI script". Here is a trivial CGI script written in Perl. (It requires the "CGI" module available from CPAN). #!/usr/bin/perl use CGI qw(:standard); print header, start_html, h1("CGI Test"), "Your IP address is: ", remote_host(), end_html; When run it produces an HTTP header and then a simple HTML page containing the IP address or hostname of the machine that generated the initial request. If run from a command prompt it outputs: Content-Type: text/html; charset=ISO-8859-1 Untitled Document

    CGI Test

    Your IP address is: localhost The CGI program might be saved as the file "test.pl" in the appropriate directory on a web server, e.g. "/home/httpd/test". Accessing the appropriate URL, e.g. http://acme.com/test/test.pl, would cause the program to run and a custom page produced and returned. Early web servers required all CGI programs to be installed in one directory called cgi-bin but it is better to keep them with the HTML files to which they relate unless they are truly global to the site. Similarly, it is neither necessary nor desirable for all CGI programs to have the extension ".cgi". Each CGI request is handled by a new process. If the process fails to terminate for some reason, or if requests are received faster than the server can respond to them, the server may become swamped with processes. In order to improve performance, Netscape devised NSAPI and Microsoft developed the ISAPI standard which allow CGI-like tasks to run as part of the main server process, thus avoiding the overhead of creating a new process to handle each CGI invocation. Other solutions include mod_perl and FastCGI.
  • common program interface — (programming)   (CPI) The API of SAA.
  • compensatory lengthening — the lengthening of a vowel when a following consonant is weakened or lost, as the change from Old English niht [nikht] /nɪxt/ (Show IPA) to night [nahyt] /naɪt/ (Show IPA) with loss of [kh] /x/ (Show IPA) and lengthening of [i] /ɪ/ (Show IPA) to a vowel that eventually became [ahy] /aɪ/ (Show IPA).
  • compiler target language — (CTL) The intermediate language used by the ALICE parallel machine.
  • computer design language — (language)   An ALGOL-like language for computer design.
  • configuration management — (job, system management)   A discipline applying technical and administrative controls to identifying, documentating and reporting on configuration items, their physical and functional characteristics and changes to characteristics of those configuration items.
  • congestive heart failure — heart failure characterized by weakness, breathlessness, and abnormal congestion in the circulatory system, esp. in the lungs or lower legs
  • cooperative multitasking — (parallel, operating system)   A form of multitasking where it is the responsibility of the currently running task to give up the processor to allow other tasks to run. This contrasts with pre-emptive multitasking where the task scheduler periodically suspends the running task and restarts another. Cooperative multitasking requires the programmer to place calls at suitable points in his code to allow his task to be descheduled which is not always easy if there is no obvious top-level main loop or some routines run for a long time. If a task does not allow itself to be descheduled all other tasks on the system will appear to "freeze" and will not respond to user action. The advantage of cooperative multitasking is that the programmer knows where the program will be descheduled and can make sure that this will not cause unwanted interaction with other processes. Under pre-emptive multitasking, the scheduler must ensure that sufficient state for each process is saved and restored that they will not interfere. Thus cooperative multitasking can have lower overheads than pre-emptive multitasking because of the greater control it offers over when a task may be descheduled. Cooperative multitasking is used in RISC OS, Microsoft Windows and Macintosh System 7.
  • coordinating conjunction — A coordinating conjunction is a word such as 'and,' 'or,' or 'but' which joins two or more words, groups, or clauses of equal status, for example two main clauses. Compare subordinating conjunction.
  • decentralized processing — the use of word processing or data processing units in stand-alone or localized situations
  • descriptive bibliography — the aspect of bibliography concerned with the close physical study and description of books and other works.
  • detoxification programme — a programme of treatment for alcoholism or drug addiction
  • digital switched network — (communications)   (DSN) The completely digital version of the PSTN.
  • dionysius the areopagite — 1st century a.d, Athenian scholar: converted to Christianity by Saint Paul c50.
  • dynamic adaptive routing — Automatic rerouting of traffic based on analysis of current network conditions. This does not include routing decisions based on predefined information.
  • 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)
  • electrocardiographically — By means of electrocardiography.
  • electromagnetic spectrum — the complete range of electromagnetic radiation from the longest radio waves (wavelength 105 metres) to the shortest gamma radiation (wavelength 10–13 metre)
  • electronic configuration — the arrangement of electrons in the orbitals of an atom or molecule
  • electronic whiteboarding — audiographic teleconferencing
  • english springer spaniel — breed of dog
  • environmental management — controlled and planned management of the environment
  • equivalence partitioning — equivalence class partitioning

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