Metaphorical Extension
A metaphorical extension is the "extension of meaning in a new direction" through the popular adoption of an original metaphorical comparison. The metaphorical extension is almost a universal and natural process in any language undergone by every word. In general, it's not even perceived in everyday usage as meaning change. When it is least obvious, users don't even see it as extending the meaning of a word. Consider the example of illuminate: it originally meant "to light up" something dim or dark, but has evolved to mean "to clarify", or "to edify". After a while, these new meanings seem so natural as to be integral parts of the word, whereas senses such as "to celebrate" and "to adorn a page with designs" seem like more obvious additions. Radiation According to linguist Jeffrey Henning: Radiation is a metaphorical extension on a grander scale, with new meanings radiating from a central semantic core to embrace many related ideas. The word head originally referred to that part o ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Grace Murray Hopper
Grace Brewster Hopper (; December 9, 1906 – January 1, 1992) was an American computer scientist, mathematician, and United States Navy rear admiral. She was a pioneer of computer programming. Hopper was the first to devise the theory of machine-independent programming languages, and used this theory to develop the FLOW-MATIC programming language and COBOL, an early high-level programming language still in use today. She was also one of the first programmers on the Harvard Mark I computer. She is credited with writing the first computer manual, "A Manual of Operation for the Automatic Sequence Controlled Calculator." Before joining the Navy, Hopper earned a Ph.D. in both mathematics and mathematical physics from Yale University and was a professor of mathematics at Vassar College. She left her position at Vassar to join the United States Navy Reserve during World War II. Hopper began her computing career in 1944 as a member of the Harvard Mark I team, led by Howard H. Aiken. I ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
World War II
World War II or the Second World War (1 September 1939 – 2 September 1945) was a World war, global conflict between two coalitions: the Allies of World War II, Allies and the Axis powers. World War II by country, Nearly all of the world's countries participated, with many nations mobilising all resources in pursuit of total war. Tanks in World War II, Tanks and Air warfare of World War II, aircraft played major roles, enabling the strategic bombing of cities and delivery of the Atomic bombings of Hiroshima and Nagasaki, first and only nuclear weapons ever used in war. World War II is the List of wars by death toll, deadliest conflict in history, causing World War II casualties, the death of 70 to 85 million people, more than half of whom were civilians. Millions died in genocides, including the Holocaust, and by massacres, starvation, and disease. After the Allied victory, Allied-occupied Germany, Germany, Allied-occupied Austria, Austria, Occupation of Japan, Japan, a ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Vacuum Tube
A vacuum tube, electron tube, thermionic valve (British usage), or tube (North America) is a device that controls electric current flow in a high vacuum between electrodes to which an electric voltage, potential difference has been applied. It takes the form of an evacuated tubular envelope of glass or sometimes metal containing electrodes connected to external connection pins. The type known as a thermionic tube or thermionic valve utilizes thermionic emission of electrons from a hot cathode for fundamental Electronics, electronic functions such as signal amplifier, amplification and current Rectifier, rectification. Non-thermionic types such as vacuum phototubes achieve electron emission through the photoelectric effect, and are used for such purposes as the detection of light and measurement of its intensity. In both types the electrons are accelerated from the cathode to the anode by the electric field in the tube. The first, and simplest, vacuum tube, the diode or Flem ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Relay
A relay Electromechanical relay schematic showing a control coil, four pairs of normally open and one pair of normally closed contacts An automotive-style miniature relay with the dust cover taken off A relay is an electrically operated switch. It has a set of input terminals for one or more control signals, and a set of operating contact terminals. The switch may have any number of contacts in multiple contact forms, such as make contacts, break contacts, or combinations thereof. Relays are used to control a circuit by an independent low-power signal and to control several circuits by one signal. They were first used in long-distance telegraph circuits as signal repeaters that transmit a refreshed copy of the incoming signal onto another circuit. Relays were used extensively in telephone exchanges and early computers to perform logical operations. The traditional electromechanical relay uses an electromagnet to close or open the contacts, but relays using other operati ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Thomas Edison
Thomas Alva Edison (February11, 1847October18, 1931) was an American inventor and businessman. He developed many devices in fields such as electric power generation, mass communication, sound recording, and motion pictures. These inventions, which include the phonograph, the motion picture camera, and early versions of the electric Incandescent light bulb, light bulb, have had a widespread impact on the modern industrial society, industrialized world. He was one of the first inventors to apply the principles of organized science and teamwork to the process of invention, working with many researchers and employees. He established the first industrial research laboratory. Edison was raised in the American Midwest. Early in his career he worked as a telegraph operator, which inspired some of his earliest inventions. In 1876, he established his first laboratory facility in Menlo Park, New Jersey, where many of his early inventions were developed. He later established a botanical ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Computer Bug
A software bug is a design defect ( bug) in computer software. A computer program with many or serious bugs may be described as ''buggy''. The effects of a software bug range from minor (such as a misspelled word in the user interface) to severe (such as frequent crashing). In 2002, a study commissioned by the US Department of Commerce's National Institute of Standards and Technology concluded that "software bugs, or errors, are so prevalent and so detrimental that they cost the US economy an estimated $59 billion annually, or about 0.6 percent of the gross domestic product". Since the 1950s, some computer systems have been designed to detect or auto-correct various software errors during operations. History Terminology ''Mistake metamorphism'' (from Greek ''meta'' = "change", ''morph'' = "form") refers to the evolution of a defect in the final stage of software deployment. Transformation of a ''mistake'' committed by an analyst in the early stages of the softw ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Debugging
In engineering, debugging is the process of finding the Root cause analysis, root cause, workarounds, and possible fixes for bug (engineering), bugs. For software, debugging tactics can involve interactive debugging, control flow analysis, Logfile, log file analysis, monitoring at the application monitoring, application or system monitoring, system level, memory dumps, and profiling (computer programming), profiling. Many Programming language, programming languages and Programming tool, software development tools also offer programs to aid in debugging, known as debuggers. Etymology The term ''bug'', in the sense of defect, dates back at least to 1878 when Thomas Edison wrote "little faults and difficulties" in his inventions as "Bugs". A popular story from the 1940s is from Admiral Grace Hopper. While she was working on a Harvard Mark II, Mark II computer at Harvard University, her associates discovered a moth stuck in a relay that impeded operation and wrote in a log book ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Debugger
A debugger is a computer program used to test and debug other programs (the "target" programs). Common features of debuggers include the ability to run or halt the target program using breakpoints, step through code line by line, and display or modify the contents of memory, CPU registers, and stack frames. The code to be examined might alternatively be running on an '' instruction set simulator'' (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered, but which will typically be somewhat slower than executing the code directly on the appropriate (or the same) processor. Some debuggers offer two modes of operation, full or partial simulation, to limit this impact. An exception occurs when the program cannot normally continue because of a programming bug or invalid data. For example, the program might have tried to use an instruction not available on the current version of the CPU or attempted to access unavailable or pro ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Compiler
In computing, a compiler is a computer program that Translator (computing), translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language, low-level programming language (e.g. assembly language, object code, or machine code) to create an executable program.Compilers: Principles, Techniques, and Tools by Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman - Second Edition, 2007 There are many different types of compilers which produce output in different useful forms. A ''cross-compiler'' produces code for a different Central processing unit, CPU or operating system than the one on which the cross-compiler itself runs. A ''bootstrap compiler'' is often a temporary compiler, used for compiling a more permanent or better optimised compiler for a language. Related software ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Mouse
A mouse (: mice) is a small rodent. Characteristically, mice are known to have a pointed snout, small rounded ears, a body-length scaly tail, and a high breeding rate. The best known mouse species is the common house mouse (''Mus musculus''). Mice are also popular as pets. In some places, certain kinds of Apodemus, field mice are locally common. They are known to invade homes for food and shelter. Mice are typically distinguished from rats by their size. Generally, when a muroid rodent is discovered, its common name includes the term ''mouse'' if it is smaller, or ''rat'' if it is larger. The common terms ''rat'' and ''mouse'' are not Taxonomy (biology), taxonomically specific. Typical mice are classified in the genus ''Mus (genus), Mus'', but the term ''mouse'' is not confined to members of ''Mus'' and can also apply to species from other genera such as the deer mouse, deer mouse (''Peromyscus''). Fancy mouse, Domestic mice sold as pets often differ substantially in size f ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Wireless
Wireless communication (or just wireless, when the context allows) is the transfer of information (''telecommunication'') between two or more points without the use of an electrical conductor, optical fiber or other continuous guided transmission medium, medium for the transfer. The most common wireless technologies use radio waves. With radio waves, intended distances can be short, such as a few meters for Bluetooth, or as far as millions of kilometers for NASA Deep Space Network, deep-space radio communications. It encompasses various types of fixed, mobile, and portable applications, including two-way radios, Mobile phone, cellular telephones, personal digital assistants (PDAs), and wireless networking. Other examples of applications of radio ''wireless technology'' include Global Positioning System, GPS units, garage door openers, wireless Mouse (computing), computer mouse, Keyboard (computing), keyboards and Headset (audio), headsets, headphones, radio receivers, satelli ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Pataphor
'Pataphysics () is a sardonic "philosophy of science" invented by French writer Alfred Jarry (1873–1907) intended to be a parody of science. Difficult to be simply defined or pinned down, it has been described as the "science of imaginary solutions". Introduction 'Pataphysics was a concept expressed by Jarry in a mock-scientific manner, with undertones of spoofing and quackery, as expounded in his novel '' Exploits and Opinions of Dr. Faustroll, Pataphysician''. Here, Jarry toyed with conventional concepts and interpretations of reality. Another attempt at a definition interprets 'pataphysics as an idea that "the virtual or imaginary nature of things as glimpsed by the heightened vision of poetry or science or love can be seized and lived as real". Jarry defines 'pataphysics in a number of statements and examples, including that it is "the science of imaginary solutions, which symbolically attributes the properties of objects, described by their virtuality, to their lineaments ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |