How many two input AND gates and two input OR gates are required to realize
 Y = BD+CE+AB
 (A) 1, 1 (B) 4, 2
(C) 3, 2 (D) 2, 3

1 Answer

Answer :

Ans: A
 There are three product terms, so three AND gates of two inputs are required.
As only two input OR gates are available, so two OR gates are required to get the logical
sum of three product terms.

Related questions

Description : How many two-input AND and OR gates are required to realize Y=CD+EF+G (A) 2,2. (B) 2,3. (C) 3,3. (D) none of these.

Last Answer : Ans: A Y=CD+EF+G Number of two input AND gates=2 Number of two input OR gates = 2 One OR gate to OR CD and EF and next to OR of G & output of first OR gate.

Description : How many AND gates are required to realize Y = CD+EF+G (A) 4 (B) 5 (C) 3 (D) 2

Last Answer : 2

Description : The gates required to build a half adder are (A) EX-OR gate and NOR gate (B) EX-OR gate and OR gate (C) EX-OR gate and AND gate (D) Four NAND gates.

Last Answer : (C) EX-OR gate and AND gate

Description : ABC is an isosceles triangle with AB = AC and BD, CE are its two medians. Show that BD = CE. -Maths 9th

Last Answer : Given ΔABC is an isosceles triangle in which AB = AC and BD, CE are its two medians. To show BD = CE.

Description : ABC is an isosceles triangle with AB = AC and BD, CE are its two medians. Show that BD = CE. -Maths 9th

Last Answer : Given ΔABC is an isosceles triangle in which AB = AC and BD, CE are its two medians. To show BD = CE.

Description : In given figure, AD = 3 cm, AE = 5 cm, BD = 4 cm, CE = 4 cm, CF = 2 cm, BF = 2.5 cm, then (a) DE || BC (b) DF || AC (c) EF || AB (d) none of

Last Answer : (c) EF || AB

Description : How many minimum number of NOR gates are required to realize a two-input X-OR gate?

Last Answer : 5

Description : Which of following are known as universal gates (A) NAND & NOR. (B) AND & OR. (C) XOR & OR. (D) None.

Last Answer : Ans: A NAND & NOR are known as universal gates, because any digital circuit can be realized completely by using either of these two gates.

Description : Which TTL logic gate is used for wired ANDing (A) Open collector output (B) Totem Pole (C) Tri state output (D) ECL gates

Last Answer : Ans: A Open collector output.

Description : The output of a JK flipflop with asynchronous preset and clear inputs is 1'. The output can be changed to 0' with one of the following conditions. (A) By applying J = 0, K = 0 and using a clock. (B) ... (C) By applying J = 1, K = 1 and using the clock. (D) By applying a synchronous preset input.

Last Answer : Ans: C Preset state of JK Flip-Flop =1 With J=1 K=1 and the clock next state will be complement of the present state.

Description : An eight stage ripple counter uses a flip-flop with propagation delay of 75 nanoseconds. The pulse width of the strobe is 50ns. The frequency of the input signal which can be used for proper operation of the counter is approximately (A) 1 MHz. (B) 500 MHz. (C) 2 MHz. (D) 4 MHz.

Last Answer : Maximum time taken for all flip-flops to stabilize is 75ns x 8 + 50 = 650ns. Frequency of operation must be less than 1/650ns = 1.5 MHz.

Description : When an input signal A=11001 is applied to a NOT gate serially, its output signal is (A) 00111. (B) 00110. (C) 10101. (D) 11001.

Last Answer : When an input signal A=01001 is applied to a NOT gate serially , it's output signal is

Description : When the set of input data to an even parity generator is 0111, the output will be (A) 1 (B) 0 (C) Unpredictable (D) Depends on the previous input

Last Answer : Ans: B In even parity generator if number of 1 is odd then output will be zero.

Description : The commercially available 8-input multiplexer integrated circuit in the TTL family is (A) 7495. (B) 74153. (C) 74154. (D) 74151.

Last Answer : Ans: B MUX integrated circuit in TTL is 74153.

Description : In successive-approximation A/D converter, offset voltage equal to 1/2 LSB is added to the D/A converter's output. This is done to (A) Improve the speed of operation. (B) Reduce the maximum ... Increase the number of bits at the output. (D) Increase the range of input voltage that can be converted

Last Answer : (B) Reduce the maximum quantization error.

Description : If the input to T-flipflop is 100 Hz signal, the final output of the three T-flipflops in cascade is (A) 1000 Hz (B) 500 Hz (C) 333 Hz (D) 12.5 Hz.

Last Answer : (D) 12.5 Hz.

Description : How many address bits are required to represent 4K memory (A) 5 bits. (B) 12 bits. (C) 8 bits. (D) 10 bits.

Last Answer : (B) 12 bits.

Description : How many address bits are required to represent a 32 K memory (A) 10 bits. (B) 12 bits. (C) 14 bits. (D) 16 bits.

Last Answer : (D) 16 bits.

Description : How many flip-flops are required to construct mod 30 counter (A) 5 (B) 6 (C) 4 (D) 8

Last Answer : (A) 5

Description : How many flip flops are required to construct a decade counter (A) 10 (B) 3 (C) 4 (D) 2

Last Answer : Ans: C Decade counter counts 10 states from 0 to 9 ( i.e. from 0000 to 1001 ) Thus four FlipFlop's are required.

Description : Words having 8-bits are to be stored into computer memory. The number of lines required for writing into memory are (A) 1. (B) 2. (C) 4. (D) 8.

Last Answer : Ans: D Because 8-bit words required 8 bit data lines.

Description : A 4-bit synchronous counter uses flip-flops with propagation delay times of 15 ns each. The maximum possible time required for change of state will be (A) 15 ns. (B) 30 ns. (C) 45 ns. (D) 60 ns.

Last Answer : Ans: A 15 ns because in synchronous counter all the flip-flops change state at the same time.

Description : How many Flip-Flops are required for mod–16 counter? (A) 5 (B) 6 (C) 3 (D) 4

Last Answer : (D) 4

Description : When simplified with Boolean Algebra (x + y)(x + z) simplifies to (A) x (B) x + x(y + z) (C) x(1 + yz) (D) x + yz

Last Answer : Ans: D When simplified with Boolean Algebra (x + y)(x + z) simplifies to x + yz [(x + y) (x + z)] = xx + xz + xy + yz = x + xz + xy + yz (Qxx = x) = x(1+z) + xy + yz = x + xy + yz {Q(1+z) = 1} = x(1 + y) + yz = x + yz {Q(1+y) = 1}]

Description : Which of the following gates can be used to realize all possible combinational logic functions?  (i) OR gate (ii) NOR gate (iii) Exclusive OR gate (iv) NAND gate (v) AND gate  (A) (iii), (iv) and (v)  (B) (i), (iii) and (iv)  (C) (ii) and (iv)  (D) (i) and (v)

Last Answer : Which of the following gates can be used to realize all possible combinational logic functions?  (i) OR gate (ii) NOR gate (iii) Exclusive OR gate (iv) NAND gate (v) AND gate  (A) (iii), (iv) and (v)  (B) (i), (iii) and (iv)  (C) (ii) and (iv)  (D) (i) and (v)

Description : 5. In a parallelogram ABCD, E and F are the mid-points of sides AB and CD respectively (see Fig. 8.31). Show that the line segments AF and EC trisect the diagonal BD. -Maths 9th

Last Answer : . Solution: Given that, ABCD is a parallelogram. E and F are the mid-points of sides AB and CD respectively. To show, AF and EC trisect the diagonal BD. Proof, ABCD is a parallelogram , AB || CD also, ... (i), DP = PQ = BQ Hence, the line segments AF and EC trisect the diagonal BD. Hence Proved.

Description : 4. ABCD is a trapezium in which AB || DC, BD is a diagonal and E is the mid-point of AD. A line is drawn through E parallel to AB intersecting BC at F (see Fig. 8.30). Show that F is the mid-point of BC. -Maths 9th

Last Answer : . Solution: Given that, ABCD is a trapezium in which AB || DC, BD is a diagonal and E is the mid-point of AD. To prove, F is the mid-point of BC. Proof, BD intersected EF at G. In ΔBAD, E is the ... point of BD and also GF || AB || DC. Thus, F is the mid point of BC (Converse of mid point theorem)

Description : ABCD is a trapezium in which AB || CD and AD = BC (see Fig. 8.23). Show that (i) ∠A = ∠B (ii) ∠C = ∠D (iii) ΔABC ≅ ΔBAD (iv) diagonal AC = diagonal BD [Hint : Extend AB and draw a line through C parallel to DA intersecting AB produced at E.] -Maths 9th

Last Answer : ] Solution: To Construct: Draw a line through C parallel to DA intersecting AB produced at E. (i) CE = AD (Opposite sides of a parallelogram) AD = BC (Given) , BC = CE ⇒∠CBE = ∠CEB also, ∠A+∠CBE = ... BC (Given) , ΔABC ≅ ΔBAD [SAS congruency] (iv) Diagonal AC = diagonal BD by CPCT as ΔABC ≅ ΔBA.

Description : In trapezium ABCD, AB|| DC and diagonals AC and BD intersect at O. If area of triangle AOD is 30cm square , find the area of triangle BOC -Maths 9th

Last Answer : In the given figure: Area of triangle ADC = Area of triangle BCD (Triangles on the same and parallel) Now subtract the area of triangle DOC from both of them so... (Area of triangle ADC - Area of ... => Area of triangle AOD = Area of triangle BOC Hence the area of triangle BOC is 30 cm square.

Description : A circle with centre O and diameter COB is given. If AB and CD are parallel, then show that chord AC is equal to chord BD. -Maths 9th

Last Answer : O Join AC and BD. Given, COB is the diameter of circle. ∠CAB = ∠BDC = 90° [angle in a semi-circle] Also, AB II CD ∠ABC = ∠DCB (alternate angles] Now, ∠ACB = 90° - ∠ABC and ∠DBC = 90° - ∠DCB = ... = ∠DBC BC = BC [common sides] ΔABC = ΔDCB [by ASA congruency] ∴ AC = BD [by CPCT] Hence Proved.

Description : P, Q, R and S are respectively the mid-points of the sides AB, BC, CD and DA of a quadrilateral ABCD in which AC = BD. -Maths 9th

Last Answer : Given In a quadrilateral ABCD, P, Q, R and S are the mid-points of sides AB, BC, CD and DA, respectively. Also, AC = BD To prove PQRS is a rhombus.

Description : P, Q, R and S are respectively the mid-points of sides AB, BC, CD and DA of quadrilateral ABCD in which AC = BD and AC ⊥ BD. Prove that PQRS is a square. -Maths 9th

Last Answer : Given In quadrilateral ABCD, P, Q, R and S are the mid-points of the sides AB, BC, CD and DA, respectively. Also, AC = BD and AC ⊥ BD. To prove PQRS is a square. Proof Now, in ΔADC, S and R are the mid-points of the sides AD and DC respectively, then by mid-point theorem,

Description : In trapezium ABCD, AB|| DC and diagonals AC and BD intersect at O. If area of triangle AOD is 30cm square , find the area of triangle BOC -Maths 9th

Last Answer : In the given figure: Area of triangle ADC = Area of triangle BCD (Triangles on the same and parallel) Now subtract the area of triangle DOC from both of them so... (Area of triangle ADC - Area of ... => Area of triangle AOD = Area of triangle BOC Hence the area of triangle BOC is 30 cm square.

Description : A circle with centre O and diameter COB is given. If AB and CD are parallel, then show that chord AC is equal to chord BD. -Maths 9th

Last Answer : O Join AC and BD. Given, COB is the diameter of circle. ∠CAB = ∠BDC = 90° [angle in a semi-circle] Also, AB II CD ∠ABC = ∠DCB (alternate angles] Now, ∠ACB = 90° - ∠ABC and ∠DBC = 90° - ∠DCB = ... = ∠DBC BC = BC [common sides] ΔABC = ΔDCB [by ASA congruency] ∴ AC = BD [by CPCT] Hence Proved.

Description : P, Q, R and S are respectively the mid-points of the sides AB, BC, CD and DA of a quadrilateral ABCD in which AC = BD. -Maths 9th

Last Answer : Given In a quadrilateral ABCD, P, Q, R and S are the mid-points of sides AB, BC, CD and DA, respectively. Also, AC = BD To prove PQRS is a rhombus.

Description : P, Q, R and S are respectively the mid-points of sides AB, BC, CD and DA of quadrilateral ABCD in which AC = BD and AC ⊥ BD. Prove that PQRS is a square. -Maths 9th

Last Answer : Given In quadrilateral ABCD, P, Q, R and S are the mid-points of the sides AB, BC, CD and DA, respectively. Also, AC = BD and AC ⊥ BD. To prove PQRS is a square. Proof Now, in ΔADC, S and R are the mid-points of the sides AD and DC respectively, then by mid-point theorem,

Description : In Fig.5.6, if AC = BD, then prove that AB = CD. -Maths 9th

Last Answer : if equals are subtracted to equals ,the remainders are equal subtract bc on both sides ab-bc=bd-bc ab=cd hence proved

Description : Show that in a quadrilateral ABCD,AB + BC + CD + DA > AC + BD. -Maths 9th

Last Answer : Solution :-

Description : In Fig. 8.32, ABCD and PQRB are rectangles where Q is the mid-point of BD. If QR = 5 cm, find the measure of AB. -Maths 9th

Last Answer : Solution :-

Description : in triangle abc bd =1/3 bd then prove that 9(ad)^2=7(ab)^2 -Maths 9th

Last Answer : This answer was deleted by our moderators...

Description : The middle points of the parallel sides AB and CD of a parallelogram ABCD are P and Q respectively. If AQ and CP divide the diagonal BD -Maths 9th

Last Answer : answer:

Description : ABCD is a trapezium in which AB || DC and AD = BC. If P, Q, R and S be respectively the mid-points of BA, BD, CD and CA, then PQRS is a -Maths 9th

Last Answer : Here is your First of all we will draw a quadrilateral ABCD with AD = BC and join AC, BD, P,Q,R,S are the mid points of AB, AC, CD and BD respectively. In the triangle ABC, P and Q are mid points of AB and AC respectively. All sides are equal so PQRS is a Rhombus.

Description : A trapezium ABCD in which AB || CD is inscribed in a circle with centre O. Suppose the diagonals AC and BD of the trapezium intersect at M -Maths 9th

Last Answer : answer:

Description : In a trapezium ABCD, AB is parallel to CD, BD is perpendicular to AD. AC is perpendicular to BC. If AD = BC = 15 cm and AB = 25 cm, -Maths 9th

Last Answer : answer:

Description : D and E are respectively the points on the sides AB and AC of a triangle ABC such that AD = 2 cm, BD = 3 cm, BC = 7.5 cm and DE || BC. Then, length of DE (in cm) is (a) 2.5 (b) 3 (c) 5 (d) 6

Last Answer : (b) 3

Description : In the adjoining figure, if ∠BAC = 90° and AD ⊥ BC, then (а) BD.CD = BC2 (b) AB.AC = BC2 (c) BD.CD = AD2 (d) AB.AC = AD2

Last Answer : (c) BD.CD = AD2

Description : The pair of equations ax+by+c=0 and dx+ey+c=0 represent the equations with infinitely many solutions if (a)ad=be (b)ae=bd (c)ab=de (d)ac=de

Last Answer : (b)ae=bd

Description : In the given figure, if AB = 14 cm, BD = 10 cm and DC = 8 cm, then the value of tan B is a) 4/3 b) 14/3 c) 11/3 d) 9/12

Last Answer : a) 4/3

Description : Any number with an exponent of one is equal to 128) A) two. B) itself. C) zero. D) on

Last Answer : B) itself.