T11 Flashcards
(490 cards)
Convert 100001011110110 to Decimal
The decimal value is 17142
Binary to decimal conversion involves multiplying each bit by 2 raised to the power of its position from the right, starting at 0.
Convert 1000ll10 to Hexadecimal
The hexadecimal value is 1B
Hexadecimal conversion requires grouping binary digits in sets of four, starting from the right.
Convert 731g to Decimal
The decimal value is 731
The conversion from a base-10 representation is direct; however, ‘g’ is not a valid digit in base-8.
Convert 1A516 to Decimal
The decimal value is 1071
Each digit in a hexadecimal number is converted by multiplying it by 16 raised to the power of its position.
Convert 98A16 to Octal
The octal value is 2342
The conversion process involves first converting hexadecimal to decimal, then decimal to octal.
Convert the octal value 2342 to Binary
The binary value is 010 011 100 010
Each octal digit corresponds to a 3-bit binary equivalent.
What is the output of an AND gate?
1 only if all the inputs are 1
AND gates can have two, three, or more inputs.
What does a NAND gate do?
Output is 1 only if not all inputs are 1
Output is only 0 when all inputs are 1. NAND gates can have more than two inputs.
What is the output of an OR gate?
1 if at least one input is 1
Output is only 0 if both inputs are 0. OR gates can have more than two inputs.
What is the function of a NOR gate?
Output is 1 only if all inputs are 0
Output is 0 if either of the inputs, or both, are 1. NOR gates can have more than two inputs.
When does an Exclusive OR (EX-OR) gate output 1?
When either of the inputs is 1, but not both
Output is 0 when both inputs are 0 or both are 1.
What is the output of an Exclusive-NOR (EX-NOR) gate?
1 when both inputs are the same (both 0 or both 1)
Output is 0 when either of the inputs is different.
What is another name for a NOT gate?
Inverter gate
This gate outputs the opposite of the input.
What is the output of an AND gate when both inputs are 1?
1
An AND gate outputs true (1) only when all its inputs are true (1).
What is the output of an OR gate when both inputs are 0?
0
An OR gate outputs true (1) if at least one of its inputs is true (1).
What is the output of a NAND gate when both inputs are 1?
0
A NAND gate outputs false (0) only when all its inputs are true (1).
What is the output of an EXCLUSIVE OR (XOR) gate when the inputs are 1 and 0?
1
An XOR gate outputs true (1) when the inputs are different.
What is the output of an EXCLUSIVE NOR (XNOR) gate when both inputs are 1?
1
An XNOR gate outputs true (1) when the inputs are the same.
What is the function of a NOR gate?
Outputs true (1) only when all inputs are false (0)
A NOR gate is the negation of an OR gate.
What happens to the output of a digital logic function when the inputs are both false (0)?
Depends on the gate
Each gate has specific rules for output based on its inputs.
Fill in the blank: The output of a NAND gate is ______ when both inputs are 0.
1
True or False: An AND gate can output a 0 if at least one input is 1.
False
An AND gate requires all inputs to be 1 to output 1.
What is the output of an OR gate when both inputs are 1?
1
What is the output of a NOR gate when one input is 1 and the other is 0?
0
A NOR gate requires all inputs to be 0 to output 1.