What single chip can be used to replace an AND gate in a circuit?

  • Thread starter paul11273
  • Start date
  • Tags
    Class
In summary, the professor was looking for a chip that could provide the function of an AND gate, without the need for an actual AND gate. He was asking for suggestions on how to do this, and several people suggested using a chip with OR gates and inverters.
  • #1
paul11273
156
0
OK, my new professor in a microprocessor class asked this question, which I believe to be slightly open to interpretation:

If we needed and AND gates function, but had no AND gate, what single chip could we use to take it's place?

Now, this question was verbal, and he sent us home to 'think' about it.

Well, I am figuring that one way to reproduce an AND gate, without using one, is to use inverters with an OR gate. An inverter on each input and an inverter on the output provides the same logical function as a single AND gate.

However, I have a feeling that the professor is looking for us to come back to class with an IC number of the single CHIP that can complete this task.

SO, is there a single chip with OR gates and inverters on it? If so, how do I go about researching it and coming up with the IC number?

I have visited the TI site where they list all their semiconductors and specs, but I have not turned up this combo. Am I just searching wrong? Am I interpreting the prof's question incorrectly?

Two notes: this question was asked verbally, not written on the board. Therefore I cannot scour over his exact verbiage.
Secondly, this class is the next step beyond a digital logic class. We are expected to already have logic and gates in our heads. This is a microprocessor class where we will be learning to program and microprocessors and build circuits. Maybe this info will help someone to interpret the question better.

Thanks in advance.

edited for dumm spellng misstakess
 
Physics news on Phys.org
  • #2
i rather doubt he was talking about finding a chip with no AND gates. i think most EE professors just want you to be aware that the AND gate is a bit superfluous. it's just that it is more efficient to physically use actual AND gates on hardware. which is why you were having a tough time looking for a chip without one.
 
  • #3
Well, he did say in this scenario, that we were supposed to assume for whatever reason, there is no chip with AND gates available.

If there was no AND gate available for use, but we needed that function, what single chip could we use to provide it? That is what I took away from his delivery of the question.

That is why I think we are supposed to come up with a chip.
 
  • #4
what single chip could we use to provide it?

you just designed one didn't you? it has two inputs, one output and its internal circuitry uses no AND gates. now you could use this chip as a template to replace every instance of an AND gate in the design any other more complex chip.
 
  • #5
A simpler way?

Is there a simpler way to replicate the AND gate function that using the 4 gates I have specified (3 inverters and an OR gate)?

By simpler I mean less gates.
 
  • #6
You can make AND gates using NOR or NAND gates (you should be aware of this already). I know Motorola makes ICs having only NAND gates or only NOR gates. Search their website to find out. If you have a profesional EE design software package (e.g. Xilinx's ISE), you can search its IC package repertoire to find the make and model number of a specific IC package.
 
  • #7
Silly me. I can use two NAND gates! The rust is slowly breaking loose, it was a long summer. Thanks for the push.
 
  • #8
a nand gate is just an and gate and a not gate combined. so internally u'll still have the 'and'. Besides u needn't use 2 nands for this. u can use the nand and a not gate. now if u meant using the 2nd nand as a not then u were right.

still, i feel one cannot substitute an AND gate with any other single gate capable of doing the same function. if so, that would be called an and gate too!
 
  • #9
Yes, I put the output of the first NAND gate to both inputs of the second NAND gate. That allowed it to operate as an inverter.

This class met again last night, and I found out the professors preferred answer. It turns out that he was using this question as a way to review Demorgan's Law, AB = (A'+B')'. So the answer he was actually looking for was a negative logic OR gate. Essentially that is what my first idea was with the OR gate and inverters on both inputs and output. He wanted us to draw a single gate in such a way that it would reproduce the AND function. He threw off everyone with the word chip.

Thanks all for you contributions. It certainly helped me to review almost forgotten material. The gears are turning again.
 

1. What is a microprocessor?

A microprocessor is a small electronic device that functions as the central processing unit (CPU) of a computer. It is responsible for executing instructions and performing calculations in a computer system.

2. How does a microprocessor work?

A microprocessor works by receiving instructions and data from the computer's memory, processing them using its internal circuits, and then sending the results back to the memory. It follows a specific set of instructions, known as an instruction set, to carry out various operations.

3. What are the components of a microprocessor?

A microprocessor typically consists of an arithmetic logic unit (ALU) for performing calculations, a control unit for managing instruction execution, and registers for temporary storage of data and instructions. It also has a clock that sets the pace of instruction execution.

4. What is the difference between a microprocessor and a microcontroller?

A microprocessor is a single integrated circuit (IC) that only performs the task of processing data and instructions. On the other hand, a microcontroller is a complete computer system on a single chip, which includes a microprocessor, memory, and input/output components. Microcontrollers are often used in embedded systems, while microprocessors are used in general-purpose computers.

5. How has the microprocessor evolved over time?

The first microprocessor, the Intel 4004, was introduced in 1971 and had a processing speed of 108 kHz. Since then, microprocessors have become smaller, faster, and more powerful. They have also evolved to include multiple cores, allowing them to perform multiple tasks simultaneously. The latest microprocessors can have speeds of over 5 GHz and are used in a wide range of devices, from smartphones to supercomputers.

Similar threads

  • Introductory Physics Homework Help
Replies
9
Views
607
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
1K
  • Introductory Physics Homework Help
Replies
14
Views
705
  • Electrical Engineering
Replies
16
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
781
  • Introductory Physics Homework Help
Replies
2
Views
33K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
6K
Replies
5
Views
4K
  • Introductory Physics Homework Help
Replies
14
Views
910
  • Engineering and Comp Sci Homework Help
Replies
10
Views
3K
Back
Top