0%

14-letter words containing rol

  • air controller — a military person assigned to monitor, manage, etc. aircraft within a specified region
  • andorra-prolog — (language)  
  • astrolithology — The science of aerolites.
  • astrologically — In an astrological manner.
  • autoenrollment — Automatic enrollment (especially of security certificates in a computer system).
  • biometeorology — the study of the effect of weather conditions on living organisms
  • casserole dish — cooking pot for oven or hob
  • centrolecithal — (of animal eggs) having a centrally located yolk
  • characterology — the academic study of character
  • control center — an administrative or operational center for a group of related activities: the control center for the new military offensive.
  • control column — a lever or pillar, usually fitted with a handwheel, used to control the movements of an aircraft
  • control rocket — a small rocket engine used to make corrections in the flight path of spacecraft or missiles.
  • control survey — an accurate survey of a region forming a basis for more detailed surveys.
  • control system — a system that senses, switches, or regulates another system
  • controlledness — The degree to which something is controlled.
  • controllership — an employee, often an officer, of a business firm who checks expenditures, finances, etc.; comptroller.
  • corolliflorous — corollifloral
  • credit control — (in a business) the practice of maximizing revenue by making sure that customers are a good credit risk
  • cruise control — In a car or other vehicle, cruise control is a system that automatically keeps the vehicle's speed at the same level.
  • damage control — Damage control is action that is taken to make the bad results of something as small as possible, when it is impossible to avoid bad results completely.
  • device control — (character)   One of the four ASCII characters, DC1, DC2, DC3, and DC4, once used to remotely control equipment (e.g. a paper tape reader) via electromagnetic switches. The characters were usually paired, DC1/DC3 turning one device on/off, and DC2/DC4 another.
  • dinner trolley — a small table on casters used for conveying food, drink, etc
  • electoral roll — list of registered voters
  • electrologists — Plural form of electrologist.
  • electrolytical — Dated form of electrolytic.
  • ergocalciferol — Constituent of vitamin D1 and vitamin D2.
  • flemish scroll — a scroll, as on a chair leg, having the form of two intersecting and oppositely curved C-scrolls.
  • flight control — the direction of airplane movements, especially takeoffs and landings, by messages from the ground.
  • foot patrolman — a policeman assigned to patrol a particular area on foot
  • frolicsomeness — The quality of being frolicsome; playfulness.
  • geohydrologist — a person who studies geohydrology
  • ground control — an airport facility that supervises the movement of aircraft and ground vehicles on ramps and taxiways.
  • hanging scroll — a roll of parchment, paper, copper, or other material, especially one with writing on it: a scroll containing the entire Old Testament.
  • heterolecithal — having an unequal distribution of yolk, as certain eggs or ova.
  • heterologously — In a heterologous manner.
  • highway patrol — a state law-enforcement organization whose officers safeguard the highways.
  • hydrologically — the science dealing with the occurrence, circulation, distribution, and properties of the waters of the earth and its atmosphere.
  • hydrolytically — By means of hydrolysis.
  • hydroxyproline — a nutritionally nonessential amino acid, C 5 H 9 NO 3 , found chiefly in collagen.
  • incontrollable — uncontrollable.
  • knobbling roll — a roll for a rolling mill, having a series of regularly shaped projections and depressions on its face.
  • krolewska huta — former name of Chorzów.
  • meteorological — pertaining to meteorology or to phenomena of the atmosphere or weather.
  • meteorologists — Plural form of meteorologist.
  • modular prolog — An interpreter for SB-Prolog version 3.1 extended with ML-style modules. Runs on SPARC. Distributed under GNU General Public License.
  • motorola 68000 — (processor)   (MC68000) The first member of Motorola, Inc.'s family of 16- and 32-bit microprocessors. The successor to the Motorola 6809 and followed by the Motorola 68010. The 68000 has 32-bit registers but only a 16-bit ALU and external data bus. It has 24-bit addressing and a linear address space, with none of the evil segment registers of Intel's contemporary processors that make programming them unpleasant. That means that a single directly accessed array or structure can be larger than 64KB in size. Addresses are computed as 32 bit, but the top 8 bits are cut to fit the address bus into a 64-pin package (address and data share a bus in the 40 pin packages of the 8086 and Zilog Z8000). The 68000 has sixteen 32-bit registers, split into data and address registers. One address register is reserved for the Stack Pointer. Any register, of either type, can be used for any function except direct addressing. Only address registers can be used as the source of an address, but data registers can provide the offset from an address. Like the Zilog Z8000, the 68000 features a supervisor and user mode, each with its own Stack Pointer. The Zilog Z8000 and 68000 are similar in capabilities, but the 68000 is 32 bits internally, making it faster and eliminating forced segmentations. Like many other CPUs of its generation, it can fetch the next instruction during execution (2 stage pipeline). The 68000 was used in many workstations, notably early Sun-2 machines, and personal computers, notably Apple Computer's first Macintoshes and the Amiga. It was also used in most of Sega's early arcade machines, and in the Genesis/Megadrive consoles. Variants of the 68000 include the 68HC000 (a low-power HCMOS implementation) and the 68008 (an eight-bit data bus version used in the Sinclair QL).
  • motorola 68010 — (processor)   A microprocessor from Motorola. It was the successor to the Motorola 68000 and was followed by the Motorola 68020. Some instructions which were previously user mode were made system mode, which necessitated patches to a few programs. The 68010's main advantage over the 68000 was that it could recover from a bus fault. The 68000 microcode didn't save enough state to restart all instructions; the 68010 corrected this fault. This allowed it to use paged virtual memory. The 68010's DBxx (decrement and branch) instructions could hold and execute the preceding instruction in the prefetch buffer, allowing some two-instruction loops to execute without refetching instructions. At one time there was a 68010 variant that was pin-for-pin compatible with the 68000. Early Amiga hackers replaced their 68000s with 68010s in order to get a small performance increase.
  • motorola 68020 — (processor)   A microprocessor from Motorola. It was the successor to the Motorola 68010 and was followed by the Motorola 68030. The 68020 has 32-bit internal and external data and address buses and a 256-byte instruction buffer, arranged as 64 direct-mapped 4-byte entries[?]. The 68020 added many improvements to the 68010 including a 32-bit ALU and external data bus and address bus, and new instrucitons and addressing modes. The 68020 (and 68030) had a proper three-stage pipeline. The new instructions included some minor improvements and extensions to the supervisor state, some support for high-level languages which didn't get used much (and was removed from future 680x0 processors[?]), bigger (32 x 32-bit) multiply and divide instructions, and bit field manipulations. The new adderessing modes added another level of indirection to many of the pre-existing modes, and added quite a bit of flexibility to various indexing modes and operations. The instruction buffer (an instruction cache) was 256 bytes, arranged as 64 direct-mapped 4-byte entries. Although small, it made a significant difference in the performance of many applications. The 68881 and the faster 68882 FPU chips could be used with the 68020. The 68020 was used in many models of the Apple Macintosh II series of personal computers and Sun 3 workstations.
  • motorola 68030 — (processor)   A 32-bit microprocessor in Motorola's Motorola 68000 family, with on-chip split instruction and data cache of 256 bytes each. The 68030 has an on-chip MMU (except in the 680EC30 version). The 68881 and the faster 68882 FPU chips could be used with the 68030. The 68030 was the successor to the Motorola 68020, and was followed by the Motorola 68040. The 68030 is used in many models of the Apple Macintosh II series of personal computers.
  • motorola 68040 — (processor)   (MC68040) A microprocessor from Motorola. It was the successor to the Motorola 68030 and was followed by the Motorola 68060. The 68040 was the first 680x0 family member with an on-chip FPU. It also had split instruction and data caches of 4 kilobytes(?) each. It was fully pipelined, with six stages. The 68040 was used in the Apple Macintosh Quadra series of personal computers. The MC68LC040 is an MC68040 without a built-in FPU, and the MC68EC040 is an MC68040 without an MMU or FPU.

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