1. In a digital system there are three inputs ABC. Output should be high when atleast two inputs are high. Then output =




Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A man is facing East, then the turns left and goes 10 m, then turns right and goes 5 m, then goes 5 m to the South and from there 5 m to West. In which direction is he, from his original place ?....
QA->Censure motion in Parliament should be supported by atleast ...... members?....
QA->A transparent medium bounded by two surfaces atleast one of which is curved surface is called?....
QA->The average of six numbers is x and the average of three of these is y. If the average of the remaining three is z, then....
QA->In a road map the scale is 1 cm = 8 km. If there are two places of cm apart is marked in that map. Then the actual distance between that places is :....
MCQ->In a digital system there are three inputs ABC. Output should be high when atleast two inputs are high. Then output =....
MCQ->Which of the following conditions should be satisfied to call an astable multivibrator circuit using discrete components as a digital circuit? A flip-flop is always a digital circuit. Only when we assign 1 and 0 to the high and low levels of the output, a flip-flop is called a digital circuit. Only if the power, supply voltage is maintained at + 5 V or - 5 V, it is called a digital circuit. Only if it is in IC form, following the technology of IC manufacture, it is called a digital circuit.Select the correct answer from the codes given below:....
MCQ->Zachary has invited his three buddies over to watch the basketball game on his wide-screen television. They are all hungry, but no one wants to leave to get food. Just as they are arguing about who should make the food run, a commercial comes on for a local pizze-ria that delivers. The phone number flashes on the screen briefly and they all try to remember it. By the time Zachary grabs a pen and paper, each of them recollects a different number. #1: All of the men agree that the first three numbers are 995. #2: Three of them agree that the fourth number is 9. #3: Three agree that the fifth number is 2. #4: Three agree that the sixth number is 6; three others agree that the seventh number is also 6. Which of the numbers is most likely the telephone number of the pizzeria?

....
MCQ->First digital computer was ABC. ABC stands for?....
MCQ->What will be the output of the program? class Two { byte x; } class PassO { public static void main(String [] args) { PassO p = new PassO(); p.start(); } void start() { Two t = new Two(); System.out.print(t.x + " "); Two t2 = fix(t); System.out.println(t.x + " " + t2.x); } Two fix(Two tt) { tt.x = 42; return tt; } }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution