Skip to main content

Questions tagged [logic-gates]

Symbolic representation of ideal devices implementing boolean functions

Filter by
Sorted by
Tagged with
1 vote
4 answers
106 views

I am trying to make a circuit that gives power only when all the conditions are true. I am planning on using bjt to do the job. Here are two ltspice simulations i have run. Assume the load to be ...
Gokul Karthik's user avatar
5 votes
2 answers
855 views

Basically the title. I want to build a simple diode-resistor AND gate. I set one up in a simulator (I used both Falstad and TinkerCad) simulate this circuit – Schematic created using CircuitLab ...
Jesse's user avatar
  • 387
0 votes
1 answer
93 views

Please help me understand how propagation delay changes depending upon the input bit pattern in a ripple-carry adder. Take 2 cases: 100+011. here no carry generated or propagated 001+111. here carry ...
user339080's user avatar
4 votes
4 answers
400 views

I'm working with 74HCT1G32 but I'm not sure how to interpret the datasheet value for high and low level voltage. Let's talk, for example, about the high level. In datasheets from other manufacturers, ...
Antonio's user avatar
  • 1,838
1 vote
1 answer
97 views

What is the IC with the marking code H2K?
HNLinh's user avatar
  • 375
1 vote
2 answers
123 views

I have a feedback circuit for a device I am designing. The goal is to sense temperature changes with thermistors and then if certain conditions are met I want to use an analog switch to disconnect a ...
Engineer1's user avatar
  • 305
6 votes
3 answers
919 views

a newbie question here. Many datasheets specify the max input/output current for the integrated circuits. I'd like to know if that is the maximum they can provide or the maximum above which they break....
warownia1's user avatar
  • 163
1 vote
1 answer
296 views

I am redesigning the control panel for a project I have been working on. I am using a rotary encoder to replace a set of 3 rotary dials, but I cannot use any microcontrollers or programming. I plan on ...
Engineer1's user avatar
  • 305
3 votes
5 answers
2k views

Will this work? This will be part of a bigger circuit. But I first need to know if this circuit will work as an XOR gate. The transistors are 2N2222 NPN transistors and the led is a typical red led ...
nyjcn's user avatar
  • 39
0 votes
0 answers
76 views

I’m designing a 3‑state finite state machine (FSM) in Logisim, with all inputs, outputs and states encoded, but when I apply certain input combinations the outputs don’t activate as I expect. Below is ...
Gr_10's user avatar
  • 61
4 votes
1 answer
742 views

I need a logic element with two inputs: A (the output from a zero crossing detector) and B (the output from a voltage comparator), and one output: Q (enabling a gate driver). When both A and B go high,...
Eric Page's user avatar
3 votes
5 answers
641 views

I'm working on creating a logic circuit that can detect which of the signals B and C have the first rising edge after a falling edge of signal A. The output should be low if B is first and high if C ...
manxmsnn's user avatar
1 vote
2 answers
190 views

Question There exists tons of software that can minimize a logic circuit by providing a solution using the least amount of logic gates. What I am interested in, however, is not the total number of ...
Panagiotis Iatrou's user avatar
2 votes
1 answer
224 views

Suppose I have 3 separate square-wave digital 5V clocks, named A, B and C. All 3 clocks are ...
Runsva's user avatar
  • 587
-2 votes
1 answer
140 views

I was playing around with logic gates and using an and gate, an or gate, and a not gate I created a new logic gate that does this A off B off output off A on B off output on A off B on output off A on ...
Dave's user avatar
  • 99
2 votes
1 answer
122 views

In the diagram below, if !CLR, Q and K are high and a clock pulse comes in. AND2 would have its output low and AND4 would be high. On the falling edge of the clock, AND2 and AND4 would both be low and ...
Astred's user avatar
  • 21
3 votes
3 answers
797 views

I'm trying to build transistor logic gates in tinkercad and am stuck on the XOR gate. I built the circuit below but it doesn't work. The led light won't turn on at all regardless of what position the ...
RSHAP's user avatar
  • 131
3 votes
1 answer
658 views

I'm designing a module debounce pushbutton that uses 2 D Flip Flops and a Slow Clock (4Hz) and an AND Gate(Output) to ensure that the signal will generate with a single pulse. I have learned this ...
Ashura's user avatar
  • 123
-1 votes
1 answer
116 views

Two independent bits oscillate at the same frequency (50% duty cycle) and are connected to an AND gate. Initially, the first bit holds a constant 0, and the second bit holds a constant 1. At time <...
Muhammad Ikhwan Perwira's user avatar
2 votes
4 answers
674 views

Assume such a circuit: Why should I use a schmitt trigger NOT and not a normal one? If I am not mistaken, schmitt trigger turns a hypothetical input signal that varies slowly (which is not desired!) ...
KaleM's user avatar
  • 1
2 votes
2 answers
209 views

I've been working on this problem for a while and couldn't find a solution. I tried all sorts of combination of SPDTs and DPDTs. I started by trying to build off of a two input XOR gate which is ...
Saucter's user avatar
  • 21
4 votes
4 answers
538 views

Scenario: a control signal is 0 and after a while there is a pulse (1) of X milliseconds. When the pulse come I have to hold its value in another signal, until a proper condition brings it to zero, ...
mtx4's user avatar
  • 171
7 votes
1 answer
2k views

When deriving the XOR implementation with only NAND gates, I attempted to make versions of the AND OR and NOT gates used in it with NAND gates and then put it together and start pulling out ...
PlusOneDelta's user avatar
0 votes
1 answer
141 views

I’m working on a logic circuit exercise in Logisim and I need some help. Exercise: Design a circuit with three inputs (a, b, c) that uses only OR, AND, and exactly two NOT gates. The circuit must ...
L Lf's user avatar
  • 11
0 votes
3 answers
170 views

I’m trying to take a signal from a toggleable source, into a pulse signal. However I’m only restricted to AND, NOT, OR, and XOR gates. I’ve been trying to find a method for this for a while now, and ...
RyG99's user avatar
  • 7
4 votes
2 answers
592 views

I was looking at the datasheet for the 74LS238, and looking at the logic diagram shows: . Does this mean that it acts as both an inverter and a buffer? To be more clear, if I hooked up the inverted ...
SnappyRiffs's user avatar
  • 1,422
2 votes
1 answer
99 views

So I'm working through replicating a circuit on an old arcade PCB and I'm trying to understand what this circuit is doing. It seems to me that the AND gate is irrelevant, and that the Jumper config is ...
twistedsymphony's user avatar
3 votes
1 answer
256 views

I am working on simulating a traffic light control based on the "Digital Fundamentals" book by Thomas L. Floyd, but I encountered an "oscillation apparent" error when one of the ...
Albert's user avatar
  • 31
5 votes
4 answers
2k views

I’m using the 7447 BCD to 7-segment decoder IC with a common anode 7-segment display, and I’ve noticed something odd with how it shows the numbers 6 and 9: For 6, it lights up segments f, e, d, c, g, ...
philo-nabil's user avatar
0 votes
2 answers
125 views

I've got a chip with an active high open drain (i.e. high X normally, +Vcc when active) status pin that I'd like to feed to a bus with active low open collector. Both are running at the same voltage (...
Trevor's user avatar
  • 125
1 vote
2 answers
128 views

How is the following picture expressed in logical symbols? I’m confused about the crossing wires on the outputs to inputs. Ref:ref
user22646's user avatar
0 votes
0 answers
128 views

I have been trying to use a series of XOR gates (74LS86, 74HC86, even CD4070) to invert address lines going to a 4164 DRAM, but am having little luck. Here's a drawing to illustrate my setup on the ...
paraparabolic's user avatar
1 vote
3 answers
502 views

How can I make an 8-Input AND gate? I'm looking for guidance on how to make an 8-input AND gate. What would be the best approach? Should I use logic gates like ICs or try building it with transistors? ...
philo-nabil's user avatar
1 vote
2 answers
643 views

I want to build some parts of a simple 4-bit computer (AU, LU, registers, what else comes to my mind). The problem is that with every logic gate/transistor the voltage is dropping. So how can I ...
rapzap's user avatar
  • 13
0 votes
2 answers
113 views

I'm trying to control an ATE with custom hardware. It's mandatory to use GPIB. For this purpose I chose two IC's SN75161B and SN75160B. Now I'm curious about what these 1's, 2's and 3's represent/...
T1P0Z's user avatar
  • 107
0 votes
1 answer
117 views

I need to know the part number of this IC marked AM. It's probably a sot 70 placed between a master device and slave max7301 ic. My guess is it's a logic gate but I cannot find anything to be sure. I ...
Farah's user avatar
  • 117
0 votes
1 answer
117 views

Everything works properly in terms of logistics. I wired the inputs as LLHL following the truth table of the datasheet of the decoder (inputs are wired properly). Then I wired left LED to g and right ...
Avery's user avatar
  • 103
0 votes
0 answers
79 views

I have a design where I use two momentary switches to turn two different circuits on or off, but I'd also like to be able to use an AND gate to allow turning a third circuit on or off by ...
paraparabolic's user avatar
1 vote
1 answer
85 views

I was given the following question: Given the following truth table, implement the 2 functions needed for \$cout\$ and sum (\$s\$) using only XNOR, NAND and OR (only the 2 inputs version for each gate)...
Johann Carl Friedrich Gauß's user avatar
1 vote
3 answers
160 views

I am designing an alarm system for my employer. I am planning to use an OR gate to connect three different switches and have it so if any one of them are flipped the alarm will go off. The problem I ...
Kody Rogers's user avatar
0 votes
1 answer
66 views

So, I'm trying to interference three oscillated input of JKFF. Resulting this: Performing AND interference between hypothetic phase shift 45 degree and No phase shift resulting this new pulse-width ...
Muhammad Ikhwan Perwira's user avatar
2 votes
1 answer
174 views

In a packaging machine, the machine starts working every time a button is pressed. R2 is a pull-up resistor. Button information goes to the machine from this pin. 5 V and GND come from the machine. I ...
Electronn's user avatar
  • 113
4 votes
3 answers
1k views

I am trying to connect three 7-segment displays to show the result. I thought about using the IC 7448 (I could also use the 7447), but I assigned 4 outputs to each encoder (first issue, as I need 3 ...
NotAEngineer159's user avatar
3 votes
3 answers
1k views

As I was trying to interpret the XOR function using only NAND gates, I came to a contradiction when looking up what the result should look like: Step 1: The following circuit is an unmodified ...
GPWR's user avatar
  • 157
5 votes
5 answers
1k views

Using TTL a NOT Gate could be built like this: (Image from https://users.cecs.anu.edu.au/~Matthew.James/engn2211-2002/labs/clab8node3.html) It has two current sources Vcc and Vin and two current ...
Andrii's Quest's user avatar
0 votes
1 answer
114 views

I was tasked of making SR Flip Flop circuit using AND and NOR Gate that behaves similarly to a SR Flip Flop of OR and NAND Gate. Picture 1 is the example of the behavior I wish to emulate. Picture 2 ...
Duality's user avatar
4 votes
3 answers
801 views

I was wondering if there is a circuit that can do the function shown in the picture I have attached? I want the output signal to be triggered high when signal A goes high. Then I want the output ...
SmallFreeRange's user avatar
4 votes
1 answer
503 views

In computer programming, it's easy to write code that operates sequentially, but in a logic circuit, where everything is on all at once, this isn't so simple. Say I wanted to write some data to a ...
user431575's user avatar
1 vote
5 answers
368 views

In the above image considering V2 as a constant source of 5 V and V1 as the input which can be taken to be 0 V or 5 V, we get the voltage difference (vout2-vout1) as 5 V and 0 V respectively which ...
Souransu 's user avatar
2 votes
1 answer
144 views

as part of an open-source design I'm working on, I decided to include a "heartbeat" LED instead of just a power LED. The idea is that it powers on as soon as the main SBC is powered (it's an ...
Diego's user avatar
  • 23

1
2 3 4 5
29