set-11
501. The output of an OR gate is HIGH when
Any input is HIGH
No inputs are HIGH
All inputs are HIGH
Both answers (A) and (C)
502. How many 3 lines to 8 line decoder are required for a 1 of 32 decoder?
1
4
8
16
503. Convert BCD 0001 0010 0110 to binary
1111110
1111101
1111000
1111111
504. How many data select lines are required for selecting eight inputs?
1
2
3
4
505. How many 1 -of-16 decoders are required for decoding a 7 bit binary number?
5
6
7
8
506. The implementation of simplified sum- of – products expressions may be easily implemented into actual logic circuits using all universal ……gates with little or no increase in circuit complexity.
AND/OR
NAND
NOR
OR/AND
507. Which of the following combinations cannot be combined into k-map groups?
Corners in the same row
Corners in the same column
Diagonal corners
Overlapping combinations
508. Which gate is best used as a basic comparator?
NOR
OR
XOR
AND
509. The binary numbers A = 1100 and B = 1001 are applied to the inputs of a comparator. What are the output levels?
A > B = 1, A < B = 0, A < B = 1
A > B = 0, A < B = 1, A = B = 0
A > B = 1, A < B = 0, A = B = 0
A > B = 1, A < B = 0, A = B = 0
510. A logic probe is placed on the output of a gate and the display indicator is dim. A pulser is used on each of the input terminals, but the output indication does not change. What is wrong?
The output of the gate appears to be open
The dim indication on the logic probe indicates that the supply voltage is probably low
The dim indication is a result of a bad ground connection on the logic probe
The gate may be a tri state logic.
511. Two 4-bit binary numbers (1011 and 1111) are applied to a 4-bit parallel adder. The carry input is 1. What are the values for the sum and carry output?
512. Each "1" entry in a K-map square represents:
A HIGH for each input truth table condition that produces a HIGH output.
A HIGH output on the truth table for all LOW input combinations.
A LOW output for all possible HIGH input conditions.
A DON'T CARE condition for all possible input truth table combinations.
513. Looping on a k-map always results in the elimination of:
Variables within the loop that appear only in their complemented form
Variables that remain unchanged within the loop
Variables within the loop that appear in both complemented and uncomplemented form
Variables within a loop that appear only in their un complemented form
514. The carry output of a half-adder circuit can be expressed as......
None of the above
515. What is the major difference between half-adders and full-adders?
Nothing basically; full-adders are made up of two half-adders.
Full adders can handle double-digit numbers.
Full adders have a carry input capability.
Half adders can handle only single-digit numbers.
516. Manipulation of individual bits of a word is often referred to as
Bit twidding
Bit swapping
Micro operation
None of the above
517. The ASCII code for letter A is
1100011
100000
1111111
0010011
518. Which gate can be used as anti-coincidence detector?
X -NOR
NAND
X -OR
NOR
519. Which of the following is a self-complementing code?
8421 code
5211 code
Gray code
Binary code
520. Excess 3 code is also known as:
Weighted code
Self-complementing code
Cyclic redundancy code
Algebraic code
521. Binary equivalent of gray code number 101 is
101
110
100
111
522. Which of the following expression is in the product-of-sums form?
(A + B) (C + D)
(AB) (CD)
AB (CD)
B + CD
523. Which of the following expressions is in the sum-of-products form?
(A + B) (C + D)
(AB) (CD)
AB (CD)
AB + CD
524. Which statement below best describes a Karnaugh map?
A Karnaugh map can be used to replace Boolean rules.
The Karnaugh map eliminates the need for using NAND and NOR gates.
Variable complements can be eliminated by using Karnaugh maps.
Karnaugh maps provide a visual approach to simplifying Boolean expressions.
525. A decoder can be used as a de-multiplexer by
tying all enable pins LOW
tying all data-select lines LOW
tying all data-select lines HIGH
using the input lines for data selection and an enable line for data input
526. How many 4-bit parallel adders would be required to add two binary numbers each representing decimal numbers up through 300:0?
1
2
3
4
527. A certain BCD-to-decimal decoder has active-HIGH inputs and active-LOW outputs. Which output goes LOW when the inputs are 1001?
0
3
9
None of the above
528. A full-adder has a Cin = 0. What are the sum and the carry (Cout) when A = 1 and B = 1?
529. Which of the following gates is a series circuit gate?
AND GATE
OR GATE
XOR GATE
None of the above
530. A+B can be implemented by
NAND gate alone
Both (A) and (B)
NOR gate alone
None of the above
531. Which of the following logic expression is incorrect?
532. Let x and y be the input and z be the output of NAND gate. The value of Z is given by:
x.y
x+y
x+y
None of the above
533. (NOR) (XOR) (NAND) =
NOR
XOR
NAND
XNOR
534. The total number of Boolean functions which can be realized with four variables is
4
256
17
65,536
535. The Boolean function A + BC is reduced form of...
AB + BC
A B + ABC
(A+B) (A+C)
(A+C) B
536. The logical expression y = A + A B is equivalent to...
Y = AB
Y = A' + B
Y = A+B
Y = A B
537. What is the maximum number of different Boolean functions involving n Boolean variables?
538. With three variables maximum possible logical expression is:
6
512
256
65536
539. In n variables maximum possible dual expression is:
540. Which of the following expression is not equivalent to x
X NAND x
X NAND 1
X NOR X
X NOR 1
541. The address bus width of a memory of size 1024 x 8 bits is
8 bits
13 bits
10 bits
15 bits
542. The final step in designing the combinational circuit is
To determine the input and output variables
To draw the truth table
To minimize the Boolean function for each output obtained
To draw the minimized logic diagram
543. The fetching, decoding and executing of an instruction is broken down into several time intervals. Each of these intervals, involving one or more clock period is called
Instruction cycle
Machine cycle
Process cycle
None of the above
544. A combinational circuit consist of
Logic gate and memory elements
Logic gates only
Memory elements only
None of the above
545. Full adder circuit can be implemented by
Multiplexer
AND and OR gates
Half adders
Decoders
546. How many full adders are required to construct an m-bit parallel adders?
m
m/2
m-1
m+1
547. select the statement that best describes the parity method of error detection:
Parity checking is best suited for detecting double-bit errors that occur during the transmission of codes from one location to another.
Arity checking is not suitable for detecting single-bit errors in transmitted codes.
Parity checking is best suited for detecting single-bit errors in transmitted codes
Parity checking is not suitable for detecting single-bit errors in transmitted codes.
548. A logic circuit that provides a HIGH output for both inputs HIGH or both inputs LOW is a(n)
EX-NOR gate
OR gate
EX-OR gate
NAND gate
549. A logic circuit that provides a HIGH output if one input or the other input, but not both, is HIGH, is a(n):
EX-NOR gate
OR gate
EX-OR gate
NAND gate
550. Identify the type of gate below from the equation
OR GATE
NOR GAT
EX-OR GAT
NAND GATE
Last updated