answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: What is the input 0 -4 10 output is -2 -10 18?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television

What is the function of the NOT logic gate?

The NOT gate is also called an "inverter", as its output is always the complement of the input. That is, if the input is TRUE then the output is FALSE else the output is TRUE end if). Its implementation electronically is not much different than that of an analog inverting amplifier, except that the gate is deliberately designed to operate nonlinear and change rapidly from one state to another.


How do you check an inverter circuit?

An inverter logic device is characterized by an P-channel BJT Bipolar Junction Transistor internally. This simply means by applying an logic HIGH on input X will result in logic LOW on output Y. The Boolean expression for this device is X NOT Y . (XY') INPUT X | OUTPUT Y ---------------------------- 1 | 0 0 | 1 1 = HIGH +5 Vdc 0 = LOW +0 Vdc Testing: Simple Logic Probe connected to Vcc and Gnd


How do you draw state diagram for rs flip flop?

state diagram of d flip flop is same as applied input it means. >if you are going to 0 to 0 than Qn =0 >if you are going to 0 to 1 than Qn= 1 >if you are going to 1 to 0 than Qn = 0 >if you are going to 1 to 1 than Qn= 1 we saw that output is equivalent to applied current input. ANSWER: There are no diagrams but rather function MAPS where is every input/ output is taken care of its ambiguity to respond.


What will be the algorithm to input n integers and output the largest one?

var largest : integer largest = array[0] for n : integer in array if n > largest largest = n endif endfor return largest


How to convert nor GATEto not gate?

This is made by joining the inputs of a NOR gate. As a NOR gate is equivalent to an OR gate leading to NOT gate, this automatically sees to the "OR" part of the NOR gate, eliminating it from consideration and leaving only the NOT part. Truth Table Input A Output Q 0 1 1 0