JargonFile/original/html/B/buzz.html
2014-03-27 18:54:56 +00:00

14 lines
2.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>buzz</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../B.html" title="B"/><link rel="previous" href="busy-wait.html" title="busy-wait"/><link rel="next" href="buzzword-compliant.html" title="buzzword-compliant"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">buzz</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="busy-wait.html">Prev</a> </td><th width="60%" align="center">B</th><td width="20%" align="right"> <a accesskey="n" href="buzzword-compliant.html">Next</a></td></tr></table><hr/></div><dt><a id="buzz"/><dt xmlns="" id="buzz"><b>buzz</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> 1. Of a program, to run with no indication of progress and perhaps
without guarantee of ever finishing; esp. said of programs thought to be
executing tight loops of code. A program that is buzzing appears to be
<a href="../C/catatonic.html"><i class="glossterm">catatonic</i></a>, but never gets out of catatonia, while a
buzzing loop may eventually end of its own accord. &#8220;<span class="quote">The program
buzzes for about 10 seconds trying to sort all the names into
order.</span>&#8221; See <a href="../S/spin.html"><i class="glossterm">spin</i></a>; see also
<a href="../G/grovel.html"><i class="glossterm">grovel</i></a>. </p></dd><dd><p> 2. [ETA Systems] To test a wire or printed circuit trace for
continuity, esp. by applying an AC rather than DC signal. Some wire faults
will pass DC tests but fail an AC buzz test. </p></dd><dd><p> 3. To process an array or list in sequence, doing the same thing to
each element. &#8220;<span class="quote">This loop buzzes through the tz array looking for a
terminator type.</span>&#8221;</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="busy-wait.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../B.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="buzzword-compliant.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">busy-wait </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> buzzword-compliant</td></tr></table></div></body></html>