Add files
This commit is contained in:
89
_files/sound/bss/london/manual/MAIN/MAINAND.htm
Normal file
89
_files/sound/bss/london/manual/MAIN/MAINAND.htm
Normal file
@@ -0,0 +1,89 @@
|
||||
|
||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
|
||||
<meta name="generator" content="Adobe RoboHelp 9">
|
||||
<title>AND</title>
|
||||
<link rel="StyleSheet" href="HtmlHelp.css" type="text/css">
|
||||
<style title="hcp" type="text/css">
|
||||
<!--
|
||||
p.hcp1 { font-size:10pt; }
|
||||
font.hcp2 { font-family:Arial; }
|
||||
font.hcp3 { font-size:small; }
|
||||
span.hcp4 { font-weight:bold; }
|
||||
td.hcp5 { vertical-align:TOP;
|
||||
padding-left:1px;
|
||||
padding-top:1px;
|
||||
padding-right:1px;
|
||||
padding-bottom:1px; }
|
||||
p.hcp6 { text-align:center;
|
||||
margin-bottom:0; }
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class="firstHeading">AND</h1>
|
||||
<p class="hcp1">A logic AND gate takes two or more logic-level
|
||||
inputs and produces a single logic-level output. Because the output is
|
||||
also a logic level, an output of one logic gate can connect to the input
|
||||
of one or more other logic gates. Two outputs cannot be connected together,
|
||||
however, as they may be attempting to produce different logic values.
|
||||
The AND logic object is a digital logic gate that implements logical conjunction
|
||||
- it behaves according to the truth table below. A HIGH output (1) results
|
||||
from both the inputs to the AND gate being HIGH (1). If neither or only
|
||||
one input to the AND gate is HIGH, a LOW output results.</p>
|
||||
<p class="hcp1">The lights on the logic object design block
|
||||
indicate the current state of the inputs and output. These are operational
|
||||
in simulation and when online to the device.</p>
|
||||
<p><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#333399"><span class="hcp4">AND Truth Table</span></font></font></font></p>
|
||||
<table wrapperparagraphselector="P" style="margin-top: 14pt; border-collapse: separate;
|
||||
border-collapse: separate;" cellspacing="2" width="20%" border="1">
|
||||
<tr>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">A</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">B</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">O/P</font></font></font></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"> 1</p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hcp5"><p class="hcp6"> 1</p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
<td class="hcp5"><p class="hcp6"><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000">0</font></font></font></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hcp5"><p class="hcp6"> 1</p></td>
|
||||
<td class="hcp5"><p class="hcp6">1</p></td>
|
||||
<td class="hcp5"><p class="hcp6">1</p></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#333399"><span class="hcp4">Properties</span></font></font></font></p>
|
||||
<p><font face="Arial" class="hcp2"><font size="3" class="hcp3"><img src="MAIN00000148.gif" alt="MAIN00000148.gif" title="MAIN00000148.gif" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;" width="302" height="162" border="0"></font></font></p>
|
||||
<p><font face="Arial" class="hcp2"><font size="3" class="hcp3"><font
|
||||
color="#000000"><span class="hcp4">Number of Inputs</span></font></font></font></p>
|
||||
<p style="margin-bottom: 0;"><font style="font-size: 10pt;" size="2">Sets
|
||||
the number of inputs. This is selectable from 2 to 32.</font></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user