I'm using a 3.3V zenor diode as one of the components for a surge protector. I want to add a capacitor and a polarized capacitor in parallel with the zenor diode but I don't know what values I should choose for the two
ANSWER:
Given that
I'm using a 3.3V zenor diode as one of the components for a surge protector. I...
I'm using a 3.3V zenor diode as one of the components for a surge protector. I want to add a capacitor in parallel with it but I don't know what rating I use. The input voltage is 12Vdc
We have a microcontroller (MCU) that operates at 3.3V. We want to connect a pushbutton switch to a digital input and a LED on a digital output. The pushbutton is normally open until pressed. The LED has a forward voltage of 2.3V at the operating current of 10mA. We want the input at the microcontroller to go high when the button is pressed. We want the LED to light up when the digital output is low Q5 Explain what two...
I'm doing a dynamics assignment and I don't know how to do this question: The primary and secondary components of the forces were extracted using a Fourier decomposition (which equivalence to obtaining the coefficients of the primary and secondary forces). Explain the calculations for the forces and moments using your own diagram. Why do we use the magnification factors (and why two)?
I need help with calculating the probability using C++ . Saying that I'm only dealing with 2 cards . For example, if my cards are 5 & 6 what is the probablity of me going to bust ? knowing that there are 4 jacks,4 kings and queen left . I understand the concept but I don't know how to program it .
I'm using C89 and wanting to declare the names of ships. I want something like: Nameship[i][q] Where 'i' is the ship number and 'q' is the number of letters in the name of the ship. this is what i'm thinking: int q = 20; char* Nameship[q] = (char*)malloc(sizeof(char)*num_ships); /* Where num_ships is a positive integer */ What should i do?
QUESTION 1 l (mA) 3.0 Diode I-V 25 PS 1.5 1.0 0.5 5 Yo (volt) Using the given load line and the diode curve, find the Ip quiescent value approximately in mA's. Choose one of the choices given closest to what you found. Hint: You can find the answer approximately just looking at the two graphs (we call this the graphical method) O approximately 1.5 mA O approximately 1.7 mA O approximately 1 mA approximately 2 mA
Hi there--I know I've posted a lot of stats questions, but I'm still majorly confused about this one problem. It asks... An experiment was done to measure the ability of someone to predict which card out of 5 would be chosen at random. 100 trials were conducted and the test subject predicted the correct card in 25 of the trials. What exactly is the null hypothesis of this? Is it that choosing the right card is unrelated to the number...
Create a full adder and subtractor using ROM (One circuit) I know the minterms adder: S=(1,2,4,7) C=(3,5,6,7) Subtractor: D=(1,2,4,7) B=(1,2,3,7) I just don't know how to use a control variable to draw it as 1 circuit, not 2. I assume it has to have a control variable that is equal to 0 or 1 to choose addition or subtraction, but i don't know how to implement it.
For my assignment, I'm trying to write Insert function like C++ insert. My function should insert one string into other string at a certain position. Inputs: destination : Be my friend today source : good position : 6 Output: Be my good friend today How should I make room in the middle of the string ? This is my code so far. Insert PROC PROC uses edi esi ebx ecx, destination:DWORD , source:DWORD, position:DWORD mov esi,destination ;add esi address...
I'm having a difficult time understanding how a tie is determined using k-NN. I had a homework problem and was able to calculate the distance for the data point being tested, however, I don't have a good understanding of what 'k' means. When determining the decision, there were 2 choices (high or low) but one of the k values was a tie & I am confused on how I figure that out. I maybe could understand if there were 2...