Full Compiled Questions Answers
Full Compiled Questions Answers
#### 1.3
**Answer:**
#### 1.4
**Question:** Convert the binary number 101010 to decimal, octal, and hexadecimal.
**Answer:**
#### 1.5
**Answer:**
#### 1.6
#### 1.7
**Question:** Convert the decimal number 255 to binary, octal, and hexadecimal.
**Answer:**
#### 1.8
**Question:** Convert the binary number 110011 to decimal, octal, and hexadecimal.
**Answer:**
#### 1.9
**Answer:**
... (truncated)
### 2.1 to 2.28
#### 2.1
**Answer:**
#### 2.2
**Question:** Convert the binary number 101101 to decimal, octal, and hexadecimal.
**Answer:**
#### 2.3
**Question:** Convert the octal number 175 to binary, decimal, and hexadecimal.
**Answer:**
#### 2.4
**Answer:**
- Binary: F3_16 = 11110011_2
#### 3.1
**Question:** Write the truth table and Boolean equation for a given logic circuit.
**Answer:**
Examine the given circuit and determine the output for each possible combination of inputs. List all
combinations in the truth table and compute the output for each. Derive the Boolean expression
from the truth table by identifying which input combinations result in a 1 output (minterms).
#### 3.2
**Answer:**
A 3-input AND gate can be implemented using two NAND gates. First, NAND the three inputs
together, and then NAND the output of the first gate with itself to obtain the AND function:
\[
\]
**Question:** Derive the Boolean expressions for \(T_1\) through \(T_4\) and evaluate the outputs
**Answer:**
This question refers to deriving Boolean expressions for intermediate terms \(T_1\) through \(T_4\)
and then evaluating the functions \(F_1\) and \(F_2\) based on the circuit. The output functions can
be derived using Boolean algebra based on the circuit configuration. Depending on the gates and
connections, you would write down expressions for \(T_1\), \(T_2\), etc., and substitute these into
... (truncated)
#### 5.1
**Question:** Write the Boolean expressions for the outputs in terms of the input variables for the
**Answer:**
Examine the circuit diagram to determine the logic gates and their connections. For each output,
write the corresponding Boolean expression based on the input variables and the intermediate
terms.