Chapter 02 Number System conversion and boolean logic

Created by asim pun

p.3

What is the base of the Binary Number System?

Click to see answer

p.3

Base 2.

Click to see question

1 / 219
p.3
Types of Number Systems

What is the base of the Binary Number System?

Base 2.

p.10
1's and 2's Complement Methods

What do you do after finding the 1's complement of the subtrahend?

Add it to the minuend.

p.19
Basic Boolean Operations

What is another name for the OR operation?

Logical addition.

p.1
Definition of Number System

What aspects does a number system include?

Digits, their arrangement, positional value, and base.

p.15
Boolean Algebra and Logic Gates

What is Boolean Algebra?

A branch of mathematics that includes methods for manipulating logical variables and logical expressions.

p.17
Basic Boolean Operations

What are the only two possible values for Boolean variables?

True and False.

p.20
Basic Boolean Operations

What is the NOT operation also known as?

Logical complement.

p.19
Basic Boolean Operations

What operator is used to perform the OR operation?

Plus (+) operator or simply OR.

p.15
Boolean Algebra and Logic Gates

What is the primary application of Boolean Algebra?

To analyze and simplify digital (logic) circuits.

p.15
Boolean Algebra and Logic Gates

What are alternative names for Boolean Algebra?

Binary Algebra or Logical Algebra.

p.2
Base or Radix of Number System

What is the base or radix of a number system?

The total number of digits used by that particular number system.

p.8
1's and 2's Complement Methods

What is the 1's complement of the binary number 101011?

p.22
Boolean Algebra and Logic Gates

What is the primary function of an AND gate?

To perform logical multiplication (AND operation).

p.22
Boolean Algebra and Logic Gates

How is an AND gate denoted?

By a dot (.).

p.14
1's and 2's Complement Methods

What is the 2's complement of 1010?

0110 (calculated as 0101 + 1).

p.9
1's and 2's Complement Methods

What do you calculate after making the number of bits equal in binary subtraction using 1's complement?

Calculate 1's complement of the subtrahend.

p.19
Basic Boolean Operations

What are the possible outputs of the OR operation?

True (1) and False (0).

p.23
Boolean Algebra and Logic Gates

How is the OR gate denoted in expressions?

By the plus operator (+).

p.14
1's and 2's Complement Methods

What is the 2's complement of 1011?

0101 (calculated as 0100 + 1).

p.25
Boolean Algebra and Logic Gates

How is a NAND gate denoted?

By the dot (.) operator and prime (‘) operator.

p.28
Boolean Algebra and Logic Gates

What is the Boolean expression for an XNOR gate?

Z = X.Y + X'.Y' or Z = (X ⊕ Y)'.

p.32
De Morgan's Theorems

What is the result of (A+B)’ when A and B are both 0?

1

p.1
Definition of Number System

What additional functionality does a number system provide?

Conversion between different number systems.

p.17
Basic Boolean Operations

What is a truth table?

A tabular representation of a Boolean function used to compute the functional values of logical expressions on each of their functional arguments.

p.22
Boolean Algebra and Logic Gates

What is the output of an AND gate when all inputs are 1?

1 (true or ON).

p.10
1's and 2's Complement Methods

What is the first step in performing 1010 - 101 using the 1's complement method?

Make the number of bits equal for both numbers.

p.4
Types of Number Systems

What is the Hexadecimal Number System?

The number system having base 16 and consists of digits and alphabets: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10(A), 11(B), 12(C), 13(D), 14(E), and 15(F).

p.7
Conversion Methods Between Number Systems

What is the first type of conversion focused on?

Decimal to other systems (Binary/Octal/Hexadecimal).

p.22
Boolean Algebra and Logic Gates

What does the truth table for an AND gate indicate when both inputs are 1?

The output is 1.

p.12
2's Complement Methods

What does it mean if there is no overflow bit in the result?

The result must be negative, so calculate the 2's complement of the sum for the final answer.

p.10
1's and 2's Complement Methods

What should you do with the overflow bit in the addition?

Discard it and add it to the remaining part.

p.25
Boolean Algebra and Logic Gates

How many inputs does a NAND gate accept?

Two or more inputs.

p.32
De Morgan's Theorems

What is the result of A’ when A is 1?

0

p.21
Logic Gates

What are derived logic gates?

NAND gate, NOR gate, XOR (Exclusive OR) gate, XNOR (Exclusive NOR) gate.

p.27
Boolean Algebra and Logic Gates

What output does an XOR gate generate if the number of true inputs is odd?

It generates 1 (true or ON).

p.16
Basic Boolean Operations

How does A + A equal in Ordinary Algebra?

A + A = 2A.

p.8
1's and 2's Complement Methods

What is the 1's complement of a binary number?

It is obtained by inverting each bit of the number (0 to 1 and 1 to 0).

p.17
Basic Boolean Operations

What is a Boolean expression?

A string of symbols representing logical variables and logical operators evaluated to give logical values.

p.8
1's and 2's Complement Methods

How is the 2's complement of a binary number obtained?

By adding 1 to the 1's complement of the given binary number.

p.8
1's and 2's Complement Methods

What is the 2's complement of the binary number 101011?

010100 + 1 = 010101.

p.12
2's Complement Methods

What do you calculate after making the number of bits equal?

Calculate the 2's complement of the subtrahend.

p.3
Types of Number Systems

What is the base of the Decimal Number System?

Base 10.

p.18
Basic Boolean Operations

What is the AND operation also known as?

Logical multiplication.

p.13
1's and 2's Complement Methods

What is the result of adding 1010 and 1011?

1 0101 (with an overflow bit).

p.15
Binary Number System

What number system does Boolean Algebra use?

Only binary numbers, i.e., 0 and 1.

p.14
1's and 2's Complement Methods

What is the first step in performing 101 - 1010 using the 1's complement method?

Make the number of bits equal as 0101 and 1010.

p.4
Types of Number Systems

What is the Octal Number System?

The number system having base 8 and consists of digits: 0, 1, 2, 3, 4, 5, 6, and 7.

p.18
Basic Boolean Operations

What are the three basic Boolean operations?

AND, OR, NOT.

p.13
1's and 2's Complement Methods

What operation is performed after finding the 2's complement of the subtrahend?

Add the 2's complement of the subtrahend (1011) to the minuend (1010).

p.22
Boolean Algebra and Logic Gates

What is the Boolean expression for an AND gate?

Z = X.Y.

p.32
De Morgan's Theorems

What is the expression for De Morgan's second theorem?

(A+B)’ = A’.B’

p.18
Basic Boolean Operations

When does the AND operation generate a true output?

If all the inputs are true; otherwise, it generates a false output.

p.31
De Morgan's Theorems

What does De Morgan's first theorem state?

The complement of the product of variables is equal to the sum of the complements of each variable.

p.7
Conversion Methods Between Number Systems

What conversion is done from Octal and Hexadecimal to Binary?

The fourth type of conversion.

p.6
Conversion Methods Between Number Systems

What is important to remember about digits when converting numbers?

Ensure that the digits used are valid in the target base.

p.26
Boolean Algebra and Logic Gates

What is the function of a NOR gate?

It performs the complement of logical addition (complement of OR operation).

p.1
Definition of Number System

What is a number system?

A system of writing to express numbers.

p.17
Basic Boolean Operations

Provide an example of a Boolean expression.

A + A'B or AB + A'BC + BC'.

p.13
1's and 2's Complement Methods

What is the first step in performing the subtraction 1010 - 101 using the 1's complement method?

Make the number of bits equal by padding 101 with zeros to get 0101.

p.5
Binary Number System

What does the bit 1 represent in a binary system?

High voltage (ON state) of an electronic circuit.

p.12
2's Complement Methods

What is the next step after calculating the 2's complement of the subtrahend?

Calculate the sum of the minuend and the 2's complement of the subtrahend.

p.9
1's and 2's Complement Methods

What is the next step after calculating the 1's complement of the subtrahend?

Calculate the sum of the minuend and the 1's complement of the subtrahend.

p.19
Basic Boolean Operations

What does the truth table for the OR operation look like?

A B C=A+B: True True True, True False True, False True True, False False False.

p.23
Boolean Algebra and Logic Gates

What is the output of an OR gate if at least one input is 1?

1 (true or ON).

p.10
1's and 2's Complement Methods

What is the result of adding 1010 and 1010?

1 0100 (with an overflow bit).

p.9
1's and 2's Complement Methods

What happens if there is no overflow bit in the result of binary subtraction using 1's complement?

The result must be negative; calculate the 1's complement of the sum for the final answer.

p.16
Boolean Algebra and Logic Gates

What is the basis of Boolean Algebra?

It is based on a binary number system.

p.6
Conversion Methods Between Number Systems

What is the final step in number conversion?

Represent the number in the new base format.

p.26
Boolean Algebra and Logic Gates

How is a NOR gate denoted?

By the plus operator (+) and prime operator (').

p.25
Boolean Algebra and Logic Gates

What is the output of a NAND gate when both inputs are 1?

p.27
Boolean Algebra and Logic Gates

What output does an XOR gate generate if the number of true inputs is even?

It generates 0 (false or OFF).

p.29
Laws of Boolean Algebra

What is the Associative Law?

A + (B + C) = (A + B) + C and A . (B . C) = (A . B) . C.

p.29
Laws of Boolean Algebra

What does De Morgan’s Law state?

(A . B)' = A' + B' and (A + B)' = A' . B'.

p.30
De Morgan's Theorems

What does De Morgan’s Law state for multiplication?

(A . B)' = A' + B'

p.17
Basic Boolean Operations

What is a Boolean Variable?

A variable with its value either true or false, also known as a Logical Variable.

p.31
De Morgan's Theorems

What is the expression for De Morgan's first theorem?

(A.B)’ = A’ + B’

p.11
1's and 2's Complement Methods

What do you get when you add the 1's complement of the subtrahend with the minuend?

0101 + 0101 = 1010.

p.16
Boolean Algebra and Logic Gates

In which field is Boolean Algebra primarily used?

In the field of digital electronics.

p.26
Boolean Algebra and Logic Gates

What does the integration of NOT gate and OR gate represent?

NOR gate (NOT + OR = NOR).

p.14
1's and 2's Complement Methods

What is the final answer for the operation 101 - 1010?

-0101.

p.18
Basic Boolean Operations

What is the logical equation for the AND operation?

C = A.B or C = A AND B.

p.11
1's and 2's Complement Methods

What is the first step in performing the subtraction 101 - 1010 using the 1's complement method?

Make the number of bits equal, resulting in 0101 and 1010.

p.32
De Morgan's Theorems

What is the result of A’ when A is 0?

1

p.21
Logic Gates

Name the three basic types of logic gates.

AND gate, OR gate, NOT gate.

p.23
Boolean Algebra and Logic Gates

What is the output of an OR gate when both inputs are 1?

Output Z is 1.

p.29
Laws of Boolean Algebra

What does the Complement Law state?

A + A' = 1 and A . A' = 0.

p.26
Boolean Algebra and Logic Gates

What output does a NOR gate generate if any input is true?

It generates 0 (false or OFF output).

p.30
Laws of Boolean Algebra

What does the Identity Law state for multiplication?

A . 1 = A

p.16
Laws of Boolean Algebra

What distributed law does Ordinary Algebra hold?

A.(B + C) = (A.B) + (A.C).

p.30
Laws of Boolean Algebra

What does the Idempotent Law state for addition?

A + A = A

p.1
Definition of Number System

What operations can be performed using a number system?

Arithmetic operations like addition, subtraction, multiplication, and division.

p.5
Binary Number System

What is the binary number system?

A number system having base 2 that consists of digits 0 and 1.

p.5
Binary Number System

Why do computers use the binary number system for operations?

Because electronic circuits have two states: ON and OFF.

p.3
Types of Number Systems

What is the base of the Octal Number System?

Base 8.

p.14
1's and 2's Complement Methods

What is the result of adding the 1's complement of the subtrahend with the minuend?

0101 + 0110 = 1011.

p.28
Boolean Algebra and Logic Gates

How many inputs can an XNOR gate accept?

Two or more inputs.

p.24
Boolean Algebra and Logic Gates

What is the output of a NOT gate when the input is true?

0 or false or OFF output.

p.12
2's Complement Methods

What do you do if there is an overflow bit in the result?

Discard the overflow bit and add it to the remaining bits to get the answer.

p.9
1's and 2's Complement Methods

What do you do if there is an overflow bit in the sum?

Discard the overflow bit and add it to the remaining part of the sum; the final sum would be the answer.

p.13
1's and 2's Complement Methods

What is the final answer for the subtraction 1010 - 101 using the 1's complement method?

p.28
Boolean Algebra and Logic Gates

What is the XNOR gate also known as?

An odd parity generator.

p.18
Basic Boolean Operations

What are the possible input combinations for the AND operation?

True (1) and False (0) for both A and B.

p.32
De Morgan's Theorems

What is the result of (A+B)’ when A and B are both 1?

0

p.16
Boolean Algebra and Logic Gates

In which field is Ordinary Algebra primarily used?

In the field of mathematics.

p.29
Laws of Boolean Algebra

What does the Boundedness Law refer to?

A + 1 = 1 and A . 0 = 0.

p.29
Laws of Boolean Algebra

What does the Commutative Law state?

A + B = B + A and A . B = B . A.

p.29
Laws of Boolean Algebra

What does the Distributive Law state?

A . (B + C) = A . B + A . C and A + (B . C) = (A + B) . (A + C).

p.30
Laws of Boolean Algebra

What is the Absorption Law for multiplication?

A . (A + B) = A

p.30
Laws of Boolean Algebra

What does the Distributive Law state?

A . (B + C) = A . B + A . C

p.2
Base or Radix of Number System

What is the base of the Binary Number System?

2, because it uses two digits: 0 and 1.

p.1
Definition of Number System

What does a number system represent?

Numbers represented by a sequence of digits.

p.20
Basic Boolean Operations

Which symbols are used to represent the NOT operation?

Prime operator (‘) or bar (ˉˉ).

p.20
Basic Boolean Operations

What is the logical equation for the NOT operation?

C = A’.

p.20
Basic Boolean Operations

What does the truth table for the NOT operation show?

Input A: True (1) gives Output C: False (0) and Input A: False (0) gives Output C: True (1).

p.19
Basic Boolean Operations

How is the logical equation of the OR operation written?

C = A + B or C = A OR B.

p.23
Boolean Algebra and Logic Gates

What is the primary function of an OR gate?

To perform logical addition (OR operation).

p.32
De Morgan's Theorems

What does De Morgan's Theorem II state?

The complement of the sum of variables is equal to the product of the complements of each variable: (A+B)’ = A’.B’.

p.18
Basic Boolean Operations

How is the AND operation represented?

By the dot (.) operator or simply by AND.

p.7
Conversion Methods Between Number Systems

What is the second type of conversion mentioned?

(Binary/Octal/Hexadecimal) systems to Decimal.

p.23
Boolean Algebra and Logic Gates

What output does an OR gate generate if all inputs are 0?

0 (false or OFF).

p.21
Logic Gates

Why are logic gates important?

They are the basic building blocks of computers and other digital devices.

p.28
Boolean Algebra and Logic Gates

What is the output of an XNOR gate when one input is 1 and the other is 0?

p.31
De Morgan's Theorems

What is the output of A’ + B’ when A = 0 and B = 0?

1

p.27
Boolean Algebra and Logic Gates

What is the function of an XOR (Exclusive OR) gate?

It performs a logical 'either | or' operation.

p.29
Laws of Boolean Algebra

What is the Idempotent Law?

A + A = A and A . A = A.

p.29
Laws of Boolean Algebra

What is the Absorption Law in Boolean Algebra?

A + A . B = A and A . (A + B) = A.

p.26
Boolean Algebra and Logic Gates

What is the output of a NOR gate when both inputs are 0?

p.30
Laws of Boolean Algebra

What does the Commutative Law state for multiplication?

A . B = B . A

p.30
De Morgan's Theorems

What does De Morgan’s Law state for addition?

(A + B)' = A' . B'

p.12
2's Complement Methods

What is the first step in binary subtraction using 2's complement?

Make the number of bits equal in both subtrahend and minuend.

p.20
Basic Boolean Operations

What is the output of the NOT operation when the input is true?

False.

p.4
Types of Number Systems

What is the Binary Number System?

The number system having base 2 and consists of digits: 0 and 1.

p.18
Basic Boolean Operations

What is an operator in Boolean logic?

A special symbol that indicates the operation to be carried out between two operands.

p.28
Boolean Algebra and Logic Gates

What is the function of an XNOR gate?

It performs the logical complement of the Exclusive-OR operation.

p.7
Conversion Methods Between Number Systems

What are the four types of number systems mentioned for conversion?

Decimal, Binary, Octal, and Hexadecimal.

p.10
1's and 2's Complement Methods

What is the 1's complement of 0101?

p.9
1's and 2's Complement Methods

What should you check after calculating the sum in binary subtraction using 1's complement?

Check the overflow bit (carry).

p.28
Boolean Algebra and Logic Gates

What output does an XNOR gate generate if the number of true inputs is odd?

0 or false or OFF output.

p.24
Boolean Algebra and Logic Gates

What is the Boolean expression for a NOT gate?

Z = X'.

p.21
Logic Gates

What is the primary function of a logic gate?

To manipulate binary information.

p.11
1's and 2's Complement Methods

What is the 1's complement of 1010?

p.23
Boolean Algebra and Logic Gates

What is the output of an OR gate when the inputs are X=0 and Y=1?

Output Z is 1.

p.25
Boolean Algebra and Logic Gates

What is the Boolean expression for a NAND gate?

Z = (X.Y)’

p.16
Basic Boolean Operations

What are the basic operations in Boolean Algebra?

AND, OR, and NOT operations.

p.30
Laws of Boolean Algebra

What is the Complement Law for multiplication?

A . A' = 0

p.24
Boolean Algebra and Logic Gates

What is a NOT gate?

An electronic circuit used to perform logical complement (or NOT operation).

p.24
Boolean Algebra and Logic Gates

What operators are used in a NOT gate?

Prime (‘) or bar (ˉˉ) operators.

p.13
1's and 2's Complement Methods

What is the 2's complement of 0101?

1011 (which is obtained by adding 1 to the 1's complement of 0101).

p.22
Boolean Algebra and Logic Gates

What output does an AND gate generate if any input is 0?

0 (false or OFF).

p.3
Types of Number Systems

What is the base of the Hexadecimal Number System?

Base 16.

p.28
Boolean Algebra and Logic Gates

What output does an XNOR gate generate if the number of true inputs is even?

1 or true or ON output.

p.24
Boolean Algebra and Logic Gates

What is another name for a NOT gate?

Inverter.

p.22
Boolean Algebra and Logic Gates

What is the output of an AND gate when both inputs are 0?

p.25
Boolean Algebra and Logic Gates

What is the integration of a NAND gate?

It is the integration of NOT gate and AND gate, meaning NOT + AND = NAND.

p.10
1's and 2's Complement Methods

What is the final answer after adding 0100 and 1?

p.16
Boolean Algebra and Logic Gates

What is the basis of Ordinary Algebra?

It is based on the decimal number system.

p.28
Boolean Algebra and Logic Gates

What is the output of an XNOR gate when both inputs are 1?

p.27
Boolean Algebra and Logic Gates

What is the output of an XOR gate when both inputs are 1?

p.19
Basic Boolean Operations

When does the OR operation generate a true output?

If at least one input is true; otherwise, it generates false.

p.24
Boolean Algebra and Logic Gates

How many inputs does a NOT gate accept?

Only one input.

p.5
Binary Number System

What does the bit 0 represent in a binary system?

Low voltage (OFF state) of an electronic circuit.

p.14
1's and 2's Complement Methods

What does it indicate if there is no overflow bit in the addition?

It means to calculate the 2's complement of the result.

p.25
Boolean Algebra and Logic Gates

What is a NAND gate?

An electronic circuit used to perform the complement of logical multiplication (or complement of AND operation).

p.13
1's and 2's Complement Methods

What do you do with the overflow bit in the addition of 1010 and 1011?

Discard the overflow bit.

p.21
Logic Gates

What is a logic gate?

An electronic circuit that generates only one output signal from one or more input signals.

p.24
Boolean Algebra and Logic Gates

What does the truth table of a NOT gate show?

It shows the output Z for input X: Z = X’ (0 → 1, 1 → 0).

p.23
Boolean Algebra and Logic Gates

What does the truth table for an OR gate indicate when both inputs are 0?

Output Z is 0.

p.25
Boolean Algebra and Logic Gates

What output does a NAND gate generate if all inputs are true?

It generates 0 or false or OFF output.

p.29
Laws of Boolean Algebra

What is the Identity Law in Boolean Algebra?

A + 0 = A and A . 1 = A.

p.16
Basic Boolean Operations

How does A + A equal in Boolean Algebra?

A + A = A.

p.27
Boolean Algebra and Logic Gates

What is the Boolean expression for a NOR gate?

Z = X'.Y + X.Y'.

p.26
Boolean Algebra and Logic Gates

What is the output of a NOR gate when both inputs are 1?

p.30
Laws of Boolean Algebra

What does the Idempotent Law state for multiplication?

A . A = A

p.30
Laws of Boolean Algebra

What does the Associative Law state for addition?

(A + B) + C = A + (B + C)

p.9
1's and 2's Complement Methods

What is the first step in binary subtraction using 1's complement?

Make the number of bits equal in both subtrahend and minuend.

p.4
Types of Number Systems

What is the Decimal (Denary) Number System?

The number system having base 10 and consists of digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

p.24
Boolean Algebra and Logic Gates

What is the output of a NOT gate when the input is false?

1 or true or ON output.

p.12
2's Complement Methods

What should you check after calculating the sum in binary subtraction using 2's complement?

Check the overflow bit (carry).

p.3
Types of Number Systems

How many types of number systems are mentioned?

Four types.

p.6
Conversion Methods Between Number Systems

What is the first fundamental rule for number conversion?

Identify the base of the number system you are converting from.

p.7
Conversion Methods Between Number Systems

Which conversion involves Binary to Octal and Hexadecimal?

The third type of conversion.

p.23
Boolean Algebra and Logic Gates

What is the Boolean expression for an OR gate with inputs X and Y?

Z = X + Y.

p.28
Boolean Algebra and Logic Gates

What is the output of an XNOR gate when both inputs are 0?

p.31
De Morgan's Theorems

What is the output of (A.B)’ when A = 0 and B = 0?

1

p.11
1's and 2's Complement Methods

What is the final answer after calculating the 1's complement of 1010 again?

p.27
Boolean Algebra and Logic Gates

How many inputs can an XOR gate accept?

Two or more inputs.

p.30
Laws of Boolean Algebra

What is the Complement Law for addition?

A + A' = 1

p.30
Laws of Boolean Algebra

What does the Boundedness Law state for multiplication?

A . 0 = 0

p.30
Laws of Boolean Algebra

What does the Associative Law state for multiplication?

(A . B) . C = A . (B . C)

p.32
De Morgan's Theorems

What does the truth table for (A+B)’ = A’.B’ demonstrate?

It shows that both expressions are equal.

p.6
Conversion Methods Between Number Systems

What should you do after identifying the base in number conversion?

Determine the base of the number system you are converting to.

p.22
Boolean Algebra and Logic Gates

What is the output of an AND gate when one input is 1 and the other is 0?

p.18
Basic Boolean Operations

What does the truth table for the AND operation show?

The output is true only when both inputs are true.

p.31
De Morgan's Theorems

What is the conclusion drawn from the truth table for De Morgan's first theorem?

Both (A.B)’ and A’ + B’ are equal.

p.7
Conversion Methods Between Number Systems

What is the conversion from Octal to Hexadecimal?

The fifth type of conversion.

p.31
De Morgan's Theorems

What is the output of (A.B)’ when A = 1 and B = 1?

0

p.26
Boolean Algebra and Logic Gates

How many inputs can a NOR gate accept?

Two or more inputs.

p.16
Boolean Algebra and Logic Gates

Are coefficients and powers used in Boolean Algebra?

No, they are not used.

p.27
Boolean Algebra and Logic Gates

What is the Boolean expression for an XOR gate?

Z = X ⊕ Y.

p.27
Boolean Algebra and Logic Gates

What is the output of an XOR gate when both inputs are 0?

p.27
Boolean Algebra and Logic Gates

What is the output of an XOR gate when one input is 1 and the other is 0?

p.30
Laws of Boolean Algebra

What does the Commutative Law state for addition?

A + B = B + A

p.30
Laws of Boolean Algebra

What is the second form of the Distributive Law?

A + (B . C) = (A + B) . (A + C)

p.6
Conversion Methods Between Number Systems

What is a key step in converting numbers between different bases?

Use positional values based on the base of the number system.

p.25
Boolean Algebra and Logic Gates

What output does a NAND gate generate if at least one input is false?

It generates 1 or true or ON output.

p.11
1's and 2's Complement Methods

What does it mean if there is no overflow bit in the addition?

It means the result is valid without needing further adjustment.

p.25
Boolean Algebra and Logic Gates

What is the output of a NAND gate when both inputs are 0?

p.31
De Morgan's Theorems

What is the output of A’ + B’ when A = 1 and B = 1?

0

p.26
Boolean Algebra and Logic Gates

What output does a NOR gate generate if all inputs are false?

It generates 1 (true or ON output).

p.26
Boolean Algebra and Logic Gates

What is the Boolean expression for a NOR gate?

Z = (X + Y)'.

p.26
Boolean Algebra and Logic Gates

What is the output of a NOR gate when one input is 1 and the other is 0?

p.29
Laws of Boolean Algebra

What is the Involution Law?

(A')' = A.

p.30
Laws of Boolean Algebra

What is the Absorption Law for addition?

A + (A . B) = A

p.30
Laws of Boolean Algebra

What does the Involution Law state?

(A')' = A

p.7
Conversion Methods Between Number Systems

What conversion is done from Hexadecimal to Octal?

The sixth type of conversion.

p.16
Basic Boolean Operations

What are the basic operations in Ordinary Algebra?

Addition, subtraction, multiplication, and division.

p.30
Laws of Boolean Algebra

What does the Identity Law state for addition?

A + 0 = A

p.16
Laws of Boolean Algebra

What distributed laws does Boolean Algebra hold?

A + (B.C) = (A + B)(A + C) and A.(B + C) = (A.B) + (A.C).

p.30
Laws of Boolean Algebra

What does the Boundedness Law state for addition?

A + 1 = 1

Study Smarter, Not Harder
Study Smarter, Not Harder