answersLogoWhite

0

👪

Cable Internet

Cable internet is a common high-speed broadband internet connection for home use. Questions about this type of connection and the technologies involved belong here.

1,581 Questions

Does belkin wireless router have aoss button?

There is none. AOSS is a Buffalo Technology product, not Belkin.

What are the different logic gates?

1.) what is operating system? 2.) what an array ? how is an array different from ordinary variable ?

What are the drawbacks of using electronic computers?

One of the biggest drawback is best illustrated by the expression garbage in - garbage out, meaning that errors are sometimes much harder to detect when using an electronic computer than when computing manually.

Another drawback is that work on a computer can be lost if the machine crashes or somehow loses data that has not yet been saved.

training can be expensive and if staff leave new staff will nead to be trained

When do computer programers use math?

Depending on the kind of programming they do, possibly almost all the time. I've worked for several major financial companies and we've used everything from high school algebra and trigonometry to create graphics software, up to doctoral-level math when we did probability and statistics. My nephew programs games and he uses all sorts of math to make the the look and behavior of the characters appear realistic. He has to worry about everything from how a ball behaves when it bounces, to how light reflects off a surface.

What logic gate might be called the all or nothing gate?

AND gate is an all or

nothing gate because in able to have an output of logic 1,all of the input must be all logic 1 or else the output will be nothing or simply logic 0.

What are the fundamental logical gates?

The inverter, which returns the reverse of the input. The AND gate which returns a high output if and only if both inputs are high. The OR gate, which returns a high output if either or both inputs are high. The NAND and NOR gates return the opposite of their counterparts. They are basically the AND and OR gates with an inverter after them. The XOR gate is the exclusive OR gate; it returns a high output it either input is high, but not both. Every binary combination of outputs can be made from these operators. In fact, you don't even need all of them. The NAND and the NOR gate can both create every other gate.

How do you make a nand gate using xor gate?

XORing X with 1 gives X', i.e., NOT(X). If we are able to construct a NAND (AND) using XOR, we can also obtain AND (NAND) from it, which makes XOR a universal gate since inverted inputs to a NAND (AND) will give OR (NOR). However XOR is not a universal gate! Therefore we cannot obtain NAND (AND) using XOR. :-)

By,

Tirtha Sarathi Ghosh

Class 10

IIT Kanpur Aspirant

Design and draw a combinational circuit using AND-OR-NOT gates that accepts an input number of three bits?

Any hardware whatsoever satisfies the conditions of this question ... as long as it has

three input lines ... since the question neglects to specify what it wants the circuit to do

with the 3-bit input number.

Does a digital signal travel farther than an analog signal?

You need to make a distinction between analog and digital signals, and analog and digital data. Digital data can be sent on an analog signal by using a modem. Digital data sent on a digital signal is done over a wire using voltage pulses at two or more levels. Digital signals can't travel very far without amplifiers, but analog signals can cover huge distances, such as with satellite communications and even communications with deep space probes.

What is the difference between the nand gate ic's 74ls00 and 74ls132?

The 74LS00 is a logic NAND gate with normal logic level inputs. This means that the inputs has a low range below 0.8V, unrecognised range and a high range above 2V. At any time a input signal crosses those levels, a change in state can be expected. Applicable to the LS family, they have a floating input that means it is uncertain the state of logic level if no input is connected. Therefore never assume that since the input is not connected that the circuit will assume a zero, it can be either zero or one.

The 74LS132 is also a NAND gate logic function. But different to the Logic level input it uses what we call a Schmitt trigger input to improve noise immunity in a circuit. In simple terms; it's really nothing more than a comparator input. But the Schmitt trigger also have a hysteresis, which help to eliminate the affect what noise have on the circuit.

On a more technical note

Each circuit contains a 2-input Schmitt trigger followed by a Darlington level

shifter and a phase splitter driving a TTL totem pole output. The totem pole is basically a push-pull output stage constructed with two p-n-p transistors and a diode on the output.

The comparator function would mean that there is a particular threshold level on the input and if the input voltage pass the particular level, the output or intermediate state of the function will change state. In the case of multiple logic inputs the change of input state does not necessarily mean a change in output state and therefore I will refer to an intermediate area inside the function related to the input state.

The hysteresis create a high and low trigger points. This cause the input to at least pass the high trigger point of about 1.6V before the intermediate state will change or drop below the 0.9V before the intermediate state change back again. Therefore the practical unit will not have one particular level to change state but these two fixed trigger points must be used.

It sounds like it complicates matters but it really helps to handle input noise signals which makes the Schmitt trigger a handy device. Making it a good device for signal conditioning of logic signals in some applications.

Also take note that the high and low hysteresis trigger points may vary with supply voltage. In fact I do not recommend it as standard practice to use a Schmitt trigger to evaluate analogue levels, some engineers may differ but I would rather refer to a real comparator circuit design where you have more control over precision, trigger points and reference levels. But may be considered for logic inputs from sensors or conditioning of logic signals

Some circuits may also employ Schmitt trigger devices for oscillators and contact debouncing

Why logic gates are called logic gates?

Logic Gates are electronic building blocks of a digital system.

Their physical manifestation may take any form, but essentially a logic gate consists of a collection of binary digits and a set of rules where such digits are combined to give a resulting set of binary digits.

The rules that are implemented by logic gate are of the fundamental Boolean Algebraic Operations.

Logic gates may be coupled together so that digital input to a system produces a predetermined digital output. It is a logical set of rules. The concept of digital information flowing into a system through an electronic pathway coveys a perception that gave someone the idea of a gate when this was named long ago.

How nand gate acts as a universal gate?

A universal gate is a gate which can implement any Boolean function without need to

use any other gate type.

The NAND and NOR gates are universal gates.

In practice, this is advantageous since NAND and NOR gates are economical and

easier to fabricate and are the basic gates used in all IC digital logic families.

In fact, an AND gate is typically implemented as a NAND gate followed by an

inverter not the other way around!!

Likewise, an OR gate is typically implemented as a NOR gate followed by an inverter

not the other way around!!

A universal gate is a gate which can implement any Boolean function without need to

use any other gate type.

The NAND and NOR gates are universal gates.

In practice, this is advantageous since NAND and NOR gates are economical and

easier to fabricate and are the basic gates used in all IC digital logic families.

In fact, an AND gate is typically implemented as a NAND gate followed by an

inverter not the other way around!!

Likewise, an OR gate is typically implemented as a NOR gate followed by an inverter

not the other way around!!

can be combined to produce AND, OR,NOT,XOR

and XNOR gates

What are the advantages of digital data compared to analog data?

Digital data requires less bandwidth than analog data (e.g. new digital television broadcast compared to old analog broadcast), so more data can fit in the same frequency (e.g. DSL compared to analog modems). This is the primary advantage, although it is also generally stated that data is easier to recover and more tolerant towards interference.

Why is nand gate prefer over nor gate?

The nand gate is prefered over the nor gate because for a nand gate, all other states are true except the 1 1 state which is false while for a nor gate all other states are false except the 0 0 state which is true.

Truth table for 3 input xnor gate?

A, B and C are inputs, Q is output.

A B C Q

0 0 0 1

0 0 1 0

0 1 0 0

0 1 1 1

1 0 0 0

1 0 1 1

1 1 0 1

1 1 1 0

*update*

Although the Logism software shows the 3 input XNOR gate output 1 when all 3 are 1, perhaps there is a mistake, and 3 input of 1,1,1 in an XNOR gate

outputs 0. There is a good reason why. In an XOR gate, an even amount of 1 or 0 input will output a 0, and an odd input of 1 (ie: 1, 1, 1) will output a 1. The truth table

for an XOR gate with 1, 1, 1 input is an output of 1. An XNOR gate will output the opposite of an XOR gate, thus XNOR input of

1, 1, 1 should output 0.

How can Analog signal be digitized?

There are chips that will convert a analog to a digital form. It works on the principle of comparing the input to a reference voltage and outputting the bits [digital] as a value compared to the reference voltage. it can be 4,8,12, of digital data for a 12bits the LSB is 2.4mv.

The OR gate can be converted to the NAND function by adding----gate to the input of the OR gate?

Next: Boolean Expressions Up: Universality of certain gates Previous: Universality of certain gates Contents

Using NAND gatesNOT

Figure 12.10: Realizing a NOT gate using a NAND gate

OR The following statements are called DeMorgan's Theorems and can be easily verified and extended for more than two variables.

(12.1)(12.2)


(12.3)(12.4)In general: (12.5)Thus :(12.6)


Now it is easy to see that , which can be checked from the truth table easily. The resulting realization of OR gate is shown in 12.11

Figure 12.11: Realization of OR gate by NAND gates

AND gateFigure 12.12: Realization of AND gate by NAND gates

X-OR gate

(12.7)


Clearly, this can be implemented using AND, NOT and OR gates, and hence can be implemented using universal gates.

Figure 12.13: X-OR gate

X-NOR gate

(12.8)


Again, this can be implemented using AND, NOT and OR gates, and hence can be implemented using universal gates, i.e., NAND or NOR gates.

Figure 12.14: X-NOR gate

Next: Boolean Expressions Up: Universality of certain gates Previous: Universality of certain gates Contentsynsingh 2007-07-25

Which port should you connect a router to a lan?

It shouldn't matter which port you use unless it involves a network switch.

What is digital data?

Digital data is discrete data that is used in computers to handle all sorts of digital media, including text, graphics and audio. It only exists in two forms - on and off. This is represented with two digits- 1s and 0s - in the binary format. Since digital data is discrete, files saved in this format can be copied perfectly with no degradation.

What is Java Class Libraries?

The Java standard library refers to the set of dynamically loadable libraries that Java applications can call at run time. This is because the Java platform is not dependent on the specific operating system.

How many two input NAND gates are required to implement a four input NAND gates?

  • NOR gate = not(A or B) = A nor B
  • AND gate = A and B
  • AND gate = not(not A or not B)
  • AND gate = not(not(A or A) or not(B or B))
  • AND gate = (A nor A) nor (B nor B)

Therefore using 2 input NORs to make a 2 input AND you need three NORs. If you wanted something different (e.g. a 5 input AND) the above proof can be modified appropriately to get your answer.

Converts digital signals into analog signals for transmission over phone lines?

Oddly enough, it's called an A to D Converter and has many sources to obtain, including build it yourself plans or online auctions. There is also D to A converters so please be sure you pick the correct converter.

Analog signal vs digital signal?

A: Analogue is a signal DC with varying amplitudes. Digital is a state defined as true or false or machine language '1' '0' Digital must change states to supply information while analogue it has only to change amplitude