set-12
551. Parity systems are defined as either ______ or ______ and will add an extra ______ to the digital information being transmitted.
Positive, negative, byte
Odd, even, bit
Upper, lower, digit
On, off, decimal
552. Which type of gate can be used to add two bits?
EX-OR
EX-NOR
EX-NAND
None of the above
553. Why is an exclusive-NOR gate also called an equality gate?
The output is false if the inputs are equal.
The output is true if the inputs are opposite.
The output is true if the inputs are equal.
None of the above
554. Show from the truth table how an exclusive-OR gate can be used to invert the data on one input if the other input is a special control function.
Using A as the control, when ( A = 0, X ) is the same as B. When ( A = 1, X ) is the same as B.
Using a as the control, when ( a = 0, X ) is the same as B. When ( A = 1, X ) is the inverse of B
Using A as the control, when ( A = 0, X ) is the inverse of B. When ( A = 1, X ) is the same as B
Using A as the control, when ( A = 0, X ) is the inverse of B. When ( A = 1, X ) is the inverse of B
555. Determine odd parity for each of the following data words: 1011101 11110111 1001101
P = 1, P = 1, P = 0
P = 0, P = 0, P = 0,
P = 1, P = 1, P = 1
P = 0, P = 0, P = 1
556. The Ex-NOR is sometimes called the ______.
Parity gate
Equality gate
Inverted gate
Parity gate or the equality gate
557. Determine the values of A, B, C, and D that make the sum term equal to zero.
A = 1, B = 0, C = 0, D = 0
A = 1, B = 0, C = 1, D = 0
A = 0, B = 1, C = 0, D = 0
A = 1, B = 0, C = 1, D = 1
558. An AND gate with schematic "bubbles" on its inputs performs the same function as a(n)______ gate.
NOT
OR
NOR
NAND
559. For the SOP expression , how many 1s are in the truth table's output column
1
2
3
4
560. A truth table for the SOP expression has how many input combinations?
1
2
4
8
561. How many gates would be required to implement the following Boolean expression before simplification? XY + X(X + Z) + Y(X + Z)
1
2
3
5
562. In canonical SOP form, the number of min terms in logical expression , A + B'C is:
4
5
6
7
563. How many gates would be required to implement the following Boolean expression after simplification? XY + X(X + Z) + Y(X + Z)
1
2
3
5
564. Which Boolean algebra property allows us to group operands in an expression in any order without affecting the results of the operation [for example, A + B = B + A]?
Associative
Commutative
Boolean
Distributive
565. Applying DeMorgan's theorem to the expression , we get ______
( (X + Y)Z )
( (X' + Y')Z )
( (X + Y)Z' )
( (X' + Y')Z' )
566. Use Boolean algebra to find the most simplified SOP expression for F = ABD + CD + ACD + ABC + A BCD.
F = ABD + ABC + CD
F = CD + AD
F = BC + AB
F = AC + AD
567. In a sequential circuit the next state is determined ………and……
State variable, current state
Current state, flip-flop output
Current state and external input
Input and clock signal applied
568. The divide-by-60 counter in digital clock is implemented by using two cascading counters:
Mod -6, Mod-10
Mod -50, Mod -10
Mod 10, Mod-50
Mod-50, Mod -6
569. The minimum time for which the input signal has to be maintained at the input of flip-flop is called ___ of the flip-flop.
Set -up time
Hold time
Pulse interval time
Pulse stability time (PST)
570. ___ is said to occur when multiple internal variables change due to change in one input variable.
Race condition
Hold delay
Hold and wait
Clock skew
571. A decade counter is.....
Mode-3 counter
Mod-5 counter
Mod-8 counter
Mod-10 counter
572. A nibble consist of.....bits
2
4
8
16
573. Excess-8 code assigns to "-8 "
1110
1100
1000
0000
574. The three fundamentals gates are:
AND, NAND, NAND
NOT, NOR, XOR
NOT, OR, AND
NOT, NOR XOR
575. The amount of memory that is supported by any digital system depends upon.....
The organization of memory
The structure of memory
The size of decoding unit
The size of the address bus of the microprocessor
576. Stack is an acronym for.....
LIFO memory
FIFO memory
Flash memory
Bust flash memory
577. Addition of two octal numbers "36" and "71" results.....
213
123
127
345
578. Addition of two octal numbers "567" and "243" results
2013
1023
1027
1032
579. ......is one of the examples of synchronous inputs.
J-K input
EN input
Preset input (PRE)
Clear Input (CLR)
580. ......occurs when the same clock signal arrives at different times at different clock input due to propagation delay.
Race condition
Clockskew
Ripple effect
None of the above
581. In a state diagram, the transition from a current state to the next state is determined by.....
Current state and the input
Current state and output
Previous state and inputs
Previous state and output
582. Assume that a 4-bit serial in/serial out shift register is initially clear. We wish to store the nibble 1100.What will be the 4-bit pattern after the second clock pulse? (Right-most bit first.)
1100
0011
0000
1111
Last updated