Question>
A rocket has to be launched in d orbit of Jupiter, the dead load of the rocket comprises of 2 draft weights x and y ; to put the rocket in proper path the dead loads have to dropped , only if both of them are dropped at the same instant of time the rocket will attain the proper direction other wise it will put the rocket into spin. Implement the given logic behind this question using as logic gate.
(Manpreet)
it can be implement with AND gate
ReplyDeletex y o?/p
0 0 0
0 1 0
1 0 0
1 1 1
it means only if both are dropped it will the proper direction
oops... i typed it wrongly "it will attain the proper direction
ReplyDeletei think it is the application of the basic NOR gate
ReplyDelete0 0 1
1 0 0
0 1 0
1 1 0
It can be the application of a NOR gate
ReplyDeleteof course 100%it is NOR gate only
ReplyDeleteWe think that its EX-NOR,Because on spinning only one input should be high and other should be low(assigned as '0'),for proper direction
ReplyDeletecases are 0,0 and 1,1.and output is high.hence we hope it will suit better.(benjamin-Nidhin)
its the function of NOR gate...
ReplyDeleteIt is a simple application of basic NOR gate truth table. When ever the output is 1 we have to take it into account.
ReplyDeleteNOR gate is used
ReplyDeleteIt can be the application of a NOR gate
ReplyDeletebasically NOR gate is used b'cos in nor gate, even when the output is 1 we have to take it in to the consideration.
ReplyDelete