Calculator buttons using flip-flips to store numbers as binary?

AI Thread Summary
Using flip-flops to store binary numbers for a calculator is feasible, as they can hold the binary representation of inputs like 5 (0101) using NAND flip-flops. The discussion suggests that pressing buttons 0-9 would store the corresponding 4-bit values in four NAND flip-flops. However, the exact design intentions are unclear, leading to a suggestion to consult digital electronics resources, such as Mano's book, for guidance on creating a simple microprocessor. The conversation emphasizes the importance of clarity in design goals for effective implementation. Understanding digital logic fundamentals is crucial for this project.
chrisalviola
Messages
80
Reaction score
0
Is it possible to use flip-flips to store numbers inputted, for example if i input 5, current will go to 4x nand flip flip and store 0101 and the next digit to be calculated, any ideas on this?
 
Engineering news on Phys.org
That is how it is done.
 
I want to use it like a calculator, when you press 0 to 9 button 4 bits will be stored in 4x nand flipflops
 
What you want to make is not clear. I guess you want to design a simple microprocessor. In that case read a digital elec book like mano.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top