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
Show me the answer
Answer: 2. Odd, even, bit
Explanation:
Parity systems are defined as either odd or even and add an extra bit to the digital information.
Therefore, the correct answer is Odd, even, bit.
552. Which type of gate can be used to add two bits?
EX-OR
EX-NOR
EX-NAND
None of the above
Show me the answer
Answer: 1. EX-OR
Explanation:
An EX-OR gate can be used to add two bits.
Therefore, the correct answer is EX-OR.
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
Show me the answer
Answer: 3. The output is true if the inputs are equal.
Explanation:
An EX-NOR gate is called an equality gate because its output is true when the inputs are equal.
Therefore, the correct answer is The output is true if the inputs are equal.
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
Show me the answer
Answer: 2. Using a as the control, when ( a = 0, X ) is the same as B. When ( A = 1, X ) is the inverse of B
Explanation:
An EX-OR gate can be used to invert the data on one input if the other input is a control function.
When A = 0, X is the same as B, and when A = 1, X is the inverse of B.
Therefore, the correct answer is Using a as the control, when ( a = 0, X ) is the same as 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
Show me the answer
Answer: 4. P = 0, P = 0, P = 1
Explanation:
The odd parity for the data words 1011101, 11110111, and 1001101 is:
P=0,P=0,P=1
Therefore, the correct answer is 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
Show me the answer
Answer: 2. Equality gate
Explanation:
The EX-NOR gate is sometimes called the equality gate because it outputs 1 when the inputs are equal.
Therefore, the correct answer is Equality gate.
557. Determine the values of A, B, C, and D that make the sum term (A+B+C+D) 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
Show me the answer
Answer: 2. A = 1, B = 0, C = 1, D = 0
Explanation:
The sum term (A+B+C+D) equals 0 when:
A=1,B=0,C=1,D=0
Therefore, the correct answer is A = 1, B = 0, C = 1, D = 0.
558. An AND gate with schematic "bubbles" on its inputs performs the same function as a(n)______ gate.
NOT
OR
NOR
NAND
Show me the answer
Answer: 3. NOR
Explanation:
An AND gate with bubbles on its inputs performs the same function as a NOR gate.
Therefore, the correct answer is NOR.
559. For the SOP expression , how many 1s are in the truth table's output column
1
2
3
4
Show me the answer
Answer: 3. 3
Explanation:
For the given SOP expression, there are 3 1s in the truth table's output column.
Therefore, the correct answer is 3.
560. A truth table for the SOP expression has how many input combinations?
1
2
4
8
Show me the answer
Answer: 4. 8
Explanation:
A truth table for the SOP expression has 8 input combinations for 3 variables.
Therefore, the correct answer is 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
Show me the answer
Answer: 4. 5
Explanation:
The Boolean expression XY + X(X + Z) + Y(X + Z) requires 5 gates before simplification.
Therefore, the correct answer is 5.
562. In canonical SOP form, the number of min terms in logical expression , A + B'C is:
4
5
6
7
Show me the answer
Answer: 2. 5
Explanation:
The canonical SOP form of A + B'C has 5 min terms.
Therefore, the correct answer is 5.
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
Show me the answer
Answer: 2. 2
Explanation:
After simplification, the Boolean expression XY + X(X + Z) + Y(X + Z) requires 2 gates.
Therefore, the correct answer is 2.
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
Show me the answer
Answer: 2. Commutative
Explanation:
The commutative property allows operands to be grouped in any order without affecting the result.
Therefore, the correct answer is Commutative.
565. Applying DeMorgan's theorem to the expression ((X+Y)+Z), we get ______
( (X + Y)Z )
( (X' + Y')Z )
( (X + Y)Z' )
( (X' + Y')Z' )
Show me the answer
Answer: 1. ( (X + Y)Z )
Explanation:
Applying DeMorgan's theorem to ((X+Y)+Z) gives:
(X+Y)Z
Therefore, the correct answer is ( (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
Show me the answer
Answer: 1. F = ABD + ABC + CD
Explanation:
The simplified SOP expression for F = ABD + CD + ACD + ABC + A BCD is:
F=ABD+ABC+CD
Therefore, the correct answer is F = ABD + ABC + CD.
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
Show me the answer
Answer: 3. Current state and external input
Explanation:
In a sequential circuit, the next state is determined by the current state and the external input.
Therefore, the correct answer is Current state and external input.
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
Show me the answer
Answer: 1. Mod -6, Mod-10
Explanation:
A divide-by-60 counter is implemented using a Mod-6 and a Mod-10 counter.
Therefore, the correct answer is Mod -6, Mod-10.
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)
Show me the answer
Answer: 2. Hold time
Explanation:
The hold time is the minimum time for which the input signal must be maintained at the input of a flip-flop.
Therefore, the correct answer is Hold time.
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
Show me the answer
Answer: 1. Race condition
Explanation:
A race condition occurs when multiple internal variables change due to a change in one input variable.
Therefore, the correct answer is Race condition.
571. A decade counter is.....
Mode-3 counter
Mod-5 counter
Mod-8 counter
Mod-10 counter
Show me the answer
Answer: 4. Mod-10 counter
Explanation:
A decade counter is a Mod-10 counter.
Therefore, the correct answer is Mod-10 counter.
572. A nibble consist of.....bits
2
4
8
16
Show me the answer
Answer: 2. 4
Explanation:
A nibble consists of 4 bits.
Therefore, the correct answer is 4.
573. Excess-8 code assigns to "-8 "
1110
1100
1000
0000
Show me the answer
Answer: 4. 0000
Explanation:
The Excess-8 code assigns 0000 to -8.
Therefore, the correct answer is 0000.
574. The three fundamentals gates are:
AND, NAND, NAND
NOT, NOR, XOR
NOT, OR, AND
NOT, NOR XOR
Show me the answer
Answer: 3. NOT, OR, AND
Explanation:
The three fundamental gates are NOT, OR, and AND.
Therefore, the correct answer is NOT, OR, AND.
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
Show me the answer
Answer: 4. The size of the address bus of the microprocessor
Explanation:
The amount of memory supported by a digital system depends on the size of the address bus of the microprocessor.
Therefore, the correct answer is The size of the address bus of the microprocessor.
576. Stack is an acronym for.....
LIFO memory
FIFO memory
Flash memory
Bust flash memory
Show me the answer
Answer: 1. LIFO memory
Explanation:
Stack stands for LIFO (Last In, First Out) memory.
Therefore, the correct answer is LIFO memory.
577. Addition of two octal numbers "36" and "71" results.....
213
123
127
345
Show me the answer
Answer: 3. 127
Explanation:
Adding 36 and 71 in octal results in 127.
Therefore, the correct answer is 127.
578. Addition of two octal numbers "567" and "243" results
2013
1023
1027
1032
Show me the answer
Answer: 4. 1032
Explanation:
Adding 567 and 243 in octal results in 1032.
Therefore, the correct answer is 1032.
579. ......is one of the examples of synchronous inputs.
J-K input
EN input
Preset input (PRE)
Clear Input (CLR)
Show me the answer
Answer: 4. Clear Input (CLR)
Explanation:
The Clear Input (CLR) is an example of a synchronous input.
Therefore, the correct answer is 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
Show me the answer
Answer: 2. Clockskew
Explanation:
Clock skew occurs when the same clock signal arrives at different times at different clock inputs due to propagation delay.
Therefore, the correct answer is Clockskew.
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
Show me the answer
Answer: 1. Current state and the input
Explanation:
In a state diagram, the transition from a current state to the next state is determined by the current state and the input.
Therefore, the correct answer is Current state and the input.
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
Show me the answer
Answer: 3. 0000
Explanation:
After the second clock pulse, the 4-bit pattern in the shift register will be 0000.