0%

28-letter words containing k, a, r, n

  • angiotensin receptor blocker — any of a class of drugs that block the uptake of angiotensin: used in the treatment of high blood pressure
  • augmented transition network — (in certain schools of linguistics) a formalism, usually expressed as a diagram, having the power of a Turing machine, used as the basis of processes transforming sentences into their syntactic representations
  • birendra bir bikram shah dev — 1945–2001, king of Nepal (1972–2001): he, his queen, and six other members of the royal family were shot dead by his son, Crown Prince Dipendra, who then committed suicide
  • bite your nails to the quick — If someone bites their nails to the quick, they bite off all the white part at the end of each nail.
  • can't tell chalk from cheese — to be unable to judge or appreciate important differences
  • chief cook and bottle washerchief cook and bottlewasher, a person who does a wide variety of routine, sometimes menial, tasks: He's not just sales manager, he's the chief cook and bottlewasher in this firm.
  • data link provider interface — (networking)   (DLPI) The interface that a network driver presents to the (higher level) logical link layer for driving the network at the datagram level in a Unix STREAMS environment and possibly elsewhere. DLPI corresponds to ISO 8802/2 (LLC) which covers both connection-oriented and connectionless protocols.
  • desktop management interface — (standard, operating system)   (DMI) A specification from the Desktop Management Task Force (DMTF) that establishes a standard framework for managing networked computers. DMI covers hardware and software, desktop systems and servers, and defines a model for filtering events and describing interfaces. DMI provides a common path for technical support, IT managers, and individual users to access information about all aspects of a computer - including processor type, installation date, attached printers and other peripherals, power sources, and maintenance history. It provides a common format for describing products to aid vendors, systems integrators, and end users in enterprise desktop management. DMI is not tied to any specific hardware, operating system, or management protocols. It is easy for vendors to adopt, mappable to existing management protocols such as Simple Network Management Protocol (SNMP), and can be used on non-network computers. DMI's four components are: Management Information Format (MIF) - a text file containing information about the hardware and software on a computer. Manufacturers can create their own MIFs specific to a component. Service layer - an OS add-on that connects the management interface and the component interface and allows management and component software to access MIF files. The service layer also includes a common interface called the local agent, which is used to manage individual components. Component interface (CI) - an application program interface (API) that sends status information to the appropriate MIF file via the service layer. Commands include Get, Set, and Event. Management interface (MI) - the management software's interface to the service layer. Commands are Get, Set, and List. CI, MI, and service layer drivers are available on the Internet. Intel's LANDesk Client Manager (LDCM) is based on DMI. Version: 2.0s (as of 2000-01-19).
  • drink yourself into a stupor — If you drink yourself into a stupor or drink yourself into oblivion, you drink so much alcohol that you lose consciousness or fall deeply asleep.
  • general packet radio service — (communications)   (GPRS) A GSM data transmission technique that transmits and receives data in packets. This contrasts with systems that set up a persistent channel. GPRS makes very efficient use of available radio spectrum, and users pay only for the volume of data sent and received. See also: packet radio.
  • have two strikes against one — to be at a decided disadvantage
  • high-level data link control — (networking)   (HDLC) A general-purpose data link control protocol defined by ISO for use on both point-to-point and multipoint (multidrop) data links. It supports full-duplex, transparent-mode operation. It is used extensively in both multipoint and computer networks. Some manufacturers and other standards bodies still use their own acronyms, e.g. IBM's SDLC (Synchronous Data Link Control), the forerunner of HDLC and ANSI's ADCCP (Advanced Data Communications Control Procedure).
  • internet research task force — (IRTF) The IRTF is chartered by the Internet Architecture Board to consider long-term Internet issues from a theoretical point of view. It has Research Groups, similar to Internet Engineering Task Force Working Groups, which are each tasked to discuss different research topics. Multi-cast audio/video conferencing and privacy enhanced mail are samples of IRTF output.
  • internetwork packet exchange — (networking)   (IPX) A network layer protocol initially developed at XEROX Corporation and made popular by Novell, Inc. as the basic protocol in its Novell NetWare file server operating system. A router with IPX routing can interconnect Local Area Networks so that Netware clients and servers can communicate. The SPX transport layer protocol runs on top of IPX.
  • java servlet development kit — (web)   (JSDK) A suite of software for easing the development of Java servlets.
  • karelian autonomous republic — an autonomous republic in the NW Russian Federation in Europe. 66,500 sq. mi. (172,240 sq. km). Capital: Petrozavodsk.
  • keep a weather eye on sb/sth — If you keep a weather eye on someone or something, you stay alert so that you will notice if anything unpleasant happens.
  • keep one's ear to the ground — the organ of hearing and equilibrium in vertebrates, in humans consisting of an external ear that gathers sound vibrations, a middle ear in which the vibrations resonate against the tympanic membrane, and a fluid-filled internal ear that maintains balance and that conducts the tympanic vibrations to the auditory nerve, which transmits them as impulses to the brain.
  • knowledge systems laboratory — (KSL) An artificial intelligence research laboratory within the Department of Computer Science at Stanford University. Current work focuses on knowledge representation for sharable engineering knowledge bases and systems, computational environments for modelling physical devices, architectures for adaptive intelligent systems, and expert systems for science and engineering.
  • krupp von bohlen und halbach — Gustav Krupp von Bohlen und Halbach. 1870–1950, German steel and armament manufacturer. He was the son-in-law of Friedrich Alfred Krupp
  • like a cat on a hot tin roof — in an uneasy or agitated state
  • like nailing jelly to a tree — (jargon, humour)   Used to describe a task thought to be impossible, especially one in which the difficulty arises from poor specification or inherent slipperiness in the problem domain. "Trying to display the "prettiest" arrangement of nodes and arcs that diagrams a given graph is like nailing jelly to a tree, because nobody's sure what "prettiest" means algorithmically."
  • make a run for it/run for it — If you make a run for it or if you run for it, you run away in order to escape from someone or something.
  • make one's hair stand on end — any of the numerous fine, usually cylindrical, keratinous filaments growing from the skin of humans and animals; a pilus.
  • meter-kilogram-second-ampere — of or relating to the system of units in which the meter, kilogram, second, and ampere are the principal units of length, mass, time, and electric current. Abbreviation: mksa, MKSA.
  • mount mckinley national park — a national park in S central Alaska, including Denali (mountain). 3030 sq. mi. (7850 sq. km).
  • network interface controller — (hardware, networking)   (NIC or "network interface card") An adapter circuit board installed in a computer to provide a physical connection to a network.
  • not to take no for an answer — If you say that someone will not take no for an answer, you mean that they go on trying to make you agree to something even after you have refused.
  • object persistence framework — (programming)   (OPF) Any system for storing objects so they can be reloaded into a future session. Typically this will use a relational database along with some kind of object relational mapping. Another typical solution would store objects in XML files (a form of serialisation). One of the trickier problems to solve is how to maintain references between objects, e.g. replacing memory pointers with unique names or identifiers. Virtually identical considerations apply to transferring objects, or indeed any kind of data structure, from one process to another via some communications channel, e.g. a TCP/IP connection.
  • packet in plastic grid array — (integrated circuit)   (PPGA) The package used for Intel's Celeron Socket 370 CPU.
  • pleuropneumonialike organism — any antibiotic-resistant mycoplasma causing a form of pneumonia in humans. Abbreviation: PPLO.
  • quick mail queueing protocol — (communications)   (QMQP) A protocol that provides a central e-mail queue for a cluster of hosts. QMOP is supposed to provide fast transfers of messages with many recipients as it can batch them up as a single transaction. It listens on port 628.
  • quick mail transfer protocol — (communications)   (QMTP) An SMTP replacement that works better over high latency links as it doesn't require as much interaction as SMTP. QMTP listens on port 209 and is used by qmail.
  • rocky mountain national park — a national park in N Colorado. 405 sq. mi. (1050 sq. km).
  • rocky mountain spotted fever — an infectious disease characterized by high fever, pains in joints, bones, and muscles, and a cutaneous eruption, caused by rickettsii and transmitted by ticks: first reported in the Rocky Mountain area, but now more widely distributed.
  • second marquis of rockingham — Charles, 2nd Marquis of Rockingham [rok-ing-uh m] /ˈrɒk ɪŋ əm/ (Show IPA), 1730–82, British statesman: prime minister 1765–66, 1782.
  • state university of new york — (body)   (SUNY) The public university system of New York State, USA, with campuses throughout the state.
  • systems network architecture — (networking)   (SNA) IBM's proprietary high level networking protocol standard, used by IBM and IBM compatible mainframes. Also referred to as "Blue Glue", SNA is a bletcherous protocol once widely favoured at commercial shops. The official IBM definition is "that which binds blue boxes together." It may be relevant that Blue Glue is also a 3M product commonly used to hold down carpets in dinosaur pens.
  • take your eyes off something — When you take your eyes off the thing you have been watching or looking at, you stop looking at it.
  • text reckoning and compiling — (language)   (TRAC) An interactive macro generator language for string manipulation by Calvin N. Mooers and Peter Deutsch of Sun Microsystems. TAC derived ideas from Macro SAP. There are versions for PDP-1, PDP-8, PDP-10 and PDP-11. See also MINT, SAM76. E-mail: Preston Briggs <[email protected]>.
  • the everglades national park — the Florida park established to preserve the flora and fauna of the Everglade swamps
  • the wrong side of the tracks — the unfashionable or poor district or stratum of a community
  • to have your cake and eat it — If you think that someone wants the benefits of doing two things when it is only reasonable to expect the benefits of doing one, you can say that they want to have their cake and eat it.
  • to know something for a fact — If you say that you know something for a fact, you are emphasizing that you are completely certain that it is true.
  • to make a clean breast of it — If you make a clean breast of something, you tell someone the truth about yourself or about something wrong that you have done.
  • to throw the book at someone — If someone in authority throws the book at someone who has committed an offence, they give the offender the greatest punishment that they are allowed to.
  • virgin islands national park — a national park on St. John Island, Virgin Islands: prehistoric Indian relics. 24 sq. mi. (62 sq. km).
  • waterton lakes national park — a national park in W Canada, in S Alberta. 220 sq. mi. (570 sq. km).
  • work projects administration — WPA.

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