0%

24-letter words containing a, l, k

  • a bit of slap and tickle — sexual play
  • a chip off the old block — If you describe someone as a chip off the old block, you mean that they are just like one of their parents in character or behaviour.
  • austin kyoto common lisp — (language)   (AKCL) A collection of ports, bug fixes, and performance improvements to KCL by William Schelter <[email protected]>, <[email protected]>, University of Texas. Version 1-615 includes ports to Decstation 3100, HP9000/300, i386/Sys V, IBM-PS2/AIX, IBM-RT/AIX, SGI, Sun-3/Sunos 3 or 4, Sun-4, Sequent Symmetry, IBM370/AIX, VAX/BSD VAX/Ultrix, NeXT.
  • australian silky terrier — a small compact variety of terrier with pricked ears and a long straight silky coat
  • back electromotive force — counter electromotive force.
  • backup domain controller — (networking)   (BDC) A server in a network of Microsoft Windows computers that maintains a copy of the SAM database and handles access requests that the Primary Domain Controller (PDC) doesn't respond to. There may be zero or more BDCs in a network. They increase reliability and reduce load on the PDC.
  • be at sb's beck and call — If one person is at another's beck and call, they have to be constantly available and ready to do whatever is asked, and this often seems unfair or undesirable.
  • be/feel/look (half) dead — If you say that you feel dead or are half dead, you mean that you feel very tired or ill and very weak.
  • 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.
  • bread-and-butter pickles — a sweet pickle relish made of sliced cucumbers, onions, and, often, bell peppers with mustard seed, turmeric, etc.
  • campbell-stokes recorder — an instrument for recording hours of sunshine per day, consisting of a solid glass sphere that focuses rays of sunlight onto a light-sensitive card on which a line is burnt
  • 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.
  • curiosity killed the cat — You say 'Curiosity killed the cat' in order to tell someone that they should not try to find out about something which does not concern them.
  • digital switched network — (communications)   (DSN) The completely digital version of the PSTN.
  • fight like kilkenny cats — to fight until both parties are destroyed
  • glasgow haskell compiler — (language)   (GHC) A Haskell 1.2 compiler written in Haskell by the AQUA project at Glasgow University, headed by Simon Peyton Jones <[email protected]> throughout the 1990's [started?]. GHC can generate either C or native code for SPARC, DEC Alpha and other platforms. It can take advantage of features of gcc such as global register variables and has an extensive set of optimisations. GHC features an extensible I/O system based on a "monad", in-line C code, fully fledged unboxed data types, incrementally-updatable arrays, mutable reference types, generational garbage collector, concurrent threads. Time and space profiling is also supported. It requires GNU gcc 2.1+ and Perl. GHC runs on Sun-4, DEC Alpha, Sun-3, NeXT, DECstation, HP-PA and SGI. E-mail: <[email protected]>.
  • global network navigator — (GNN) A collection of free services provided by O'Reilly & Associates. The Whole Internet Catalog describes the most useful Net resources and services with live links to those resources. The GNN Business Pages list companies on the Internet. The Internet Help Desk provides help in starting Internetq exploration. NetNews is a weekly publication that reports on the news of the Internet, with weekly articles on Internet trends and special events, sports, weather, and comics. There are also pages aobut travel and personal finance. E-mail: <[email protected]>. Telephone: (800) 998 9938 (USA), +1 (707) 829 0515 (outside USA).
  • grin like a cheshire cat — a constantly grinning cat in Lewis Carroll's Alice's Adventures in Wonderland.
  • have carnal knowledge of — to have sexual intercourse with
  • in someone's black books — out of favour with someone
  • intelligent backtracking — (algorithm)   An improved backtracking algorithm for Prolog interpreters, which records the point at which each logic variable becomes bound and, when a given set of bindings leads to failure, ignores any choice point which does not bind any of those variables. No choice from such a choice point can succeed since it does not change the bindings which caused the failure.
  • interlocking directorate — a corporate directorate that includes one or more members who serve simultaneously in the directorates of other corporations.
  • katmai national monument — an area of natural wilderness in SW Alaska around the Valley of Ten Thousand Smokes, a volcanic region with numerous fumaroles; gained natural park status in 1980
  • kennelly-heaviside layer — E layer.
  • knowledge representation — The subfield of artificial intelligence concerned with designing and using systems for storing knowledge - facts and rules about some subject. A body of formally represented knowledge is based on a conceptualisation - an abstract view of the world that we wish to represent. In order to manipulate this knowledge we must specify how the abstract conceptualisation is represented as a concrete data structure. An ontology is an explicit specification of a conceptualisation.
  • knowledge sharing effort — (project)   An ARPA project developing techniques and methods for building large-scale knowledge bases which are sharable and reusable.
  • komi autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 145,221 sq. mi. (376,122 sq. km). Capital: Syktyvkar.
  • like a fish out of water — out of place, out of one's element
  • like a red rag to a bull — If you describe something as a red rag to a bull, you mean that it is certain to make a particular person or group very angry.
  • local loopback addresses — The special Internet address, 127.0.0.1, defined by the Internet Protocol. A host can use local the loopback address to send messages to itself.
  • logical block addressing — (storage)   (LBA) A hard disk sector addressing scheme used on all SCSI hard disks, and on ATA-2 conforming IDE hard disks. The addressing conversion is performed by the hard disk firmware. Prior to LBA, combined limitations of IBM PC BIOS and ATA restricted the useful capacity of IDE hard disks on IBM PCs and compatibles to 1024 cylinders * 63 sectors per track * 16 heads * 512 bytes per sector = 528 million bytes = 504 megabytes. Modern BIOSes select LBA mode automatically, and work around the 1024-cylinder BIOS limit by representing a hard disk to the OS as having e.g. half as many cylinders and twice as many heads. However, there is still an unbreakable BIOS disk size limit of 1024 cylinders * 63 sectors per track * 256 heads * 512 bytes per sector = 8 gigabytes, but modern OSes (including Windows 9x, Windows NT and Linux) are not affected by it, since they issue direct LBA-based calls, bypassing the BIOS hard disk services completely.
  • look someone in the face — to look directly at a person without fear or shame
  • make one's presence felt — If you make your presence felt, you do something which makes people notice you or pay attention to you.
  • negative acknowledgement — 1.   (character)   (NAK) The mnemonic for ASCII character 21. Sometimes used as the response to receipt of a corrupted packet of information. Opposite of acknowledgement. 2.   (communications)   (NAK) Any message transmitted to indicate that some data has been received incorrectly, for example it may have a checksum or message length error. A NAK message allows the sender to distinguish a message which has been received in a corrupted state from one which is not received at all. An alternative is to use only ACK messages, in which case the non-receipt of an ACK after a certain time is counted as a NAK but gives no information about the integrity of the communications channel. See also ACK.
  • network addressable unit — (networking)   (NAU) The SNA term for an addressable entity. Examples include PUs, LUs, and SSCPs.
  • open data-link interface — (networking, standard)   (ODI) A Novell-developed network card API that provides media and protocol independence. It allows the sharing of a single card by multiple transport layer protocols and resolves conflicts.
  • plantation walking horse — one of a breed of saddle horses developed largely from Standardbred and Morgan stock.
  • pluck sth out of the air — If you say that someone plucks a figure, name, or date out of the air, you mean that they say it without thinking much about it before they speak.
  • pre-emptive multitasking — (operating system, parallel)   A type of multitasking where the scheduler can interrupt and suspend ("swap out") the currently running task in order to start or continue running ("swap in") another task. The tasks under pre-emptive multitasking can be written as though they were the only task and the scheduler decides when to swap them. The scheduler must ensure that when swapping tasks, sufficient state is saved and restored that tasks do not interfere. The length of time for which a process runs is known as its "time slice" and may depend on the task's priority or its use of resources such as memory and I/O. This contrasts with cooperative multitasking where each task must include calls to allow it to be descheduled periodically.
  • quick-assembly furniture — furniture such as shelves and cupboards which you buy as a number of separate pieces and assemble yourself
  • read someone like a book — to understand a person, or his motives, character, etc, thoroughly and clearly
  • regular checking account — a checking account for which the monthly fee is usually based on the average balance maintained and the number of transactions recorded.
  • rock back on one's heels — to astonish or be astonished
  • shenandoah national park — a national park in N Virginia, including part of the Blue Ridge mountain range. 302 sq. mi. (782 sq. km).
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • socialist workers' party — one of the biggest extreme left wing parties in Britain
  • southern cornstalk borer — the larva of a grass moth, Diatraea crambidoides, occurring in the southeastern U.S. from Maryland to Georgia, that is sometimes a serious pest, especially of corn.
  • special checking account — a checking account that requires no minimum balance but in which a small charge is made for each check issued or drawn and for monthly maintenance.

On this page, we collect all 24-letter words with A-L-K. 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-L-K 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?