Question 1 Not yet answered Marked out of 100 Flag question
Question 1
Not yet answered
Marked out of 1.00
Flag question
Question text
True/False: An unsigned binary number can represent positive and negative numbers but not floating point numbers.
Select one:
True
False
Question 2
Not yet answered
Marked out of 1.00
Flag question
Question text
What is the decimal equivalent of the binary number 10011101? Assume \"unsigned\" binary for the conversion.
Select one:
a. 157
b. 99
c. -99
d. -29
Question 3
Not yet answered
Marked out of 1.00
Flag question
Question text
What circuit does the following truth table belong to?
Select one:
a. half-adder
b. full-adder
c. incrementer
d. ALU (Arithmetic Logic Unit)
Question 4
Not yet answered
Marked out of 1.00
Flag question
Question text
What is the function of the following logic circuit?
Select one:
a. full adder
b. half adder
c. And circuit
d. Inverter
Question 5
Not yet answered
Marked out of 1.00
Flag question
Question text
What is the decimal value of 54 (base 10) converted to binary and 2\'s complement?
Select one:
a. 11001010
b. 00110110
c. 11001001
d. 11110001
Question 6
Not yet answered
Marked out of 1.00
Flag question
Question text
A coding approach that recognizes the MSB with a value of 1 to be a negative number is called?
Select one:
a. Signed Magnitude
b. 1\'s complement
c. 2\'s complement
d. Binary Coded Decimal
Question 7
Not yet answered
Marked out of 2.00
Flag question
Question text
Name an unary Boolean function:
Answer:
Question 8
Not yet answered
Marked out of 1.00
Flag question
Question text
Select one:
a. A NOR B
b. A NAND B
c. A NOT B
d. A NAND B
Question 9
Not yet answered
Marked out of 2.00
Flag question
Question text
The ny control bit will:
Select one:
a. Zero the y input.
b. Negate the x input.
c. Negate the ng output.
d. Negate the y input.
Question 10
Not yet answered
Marked out of 1.00
Flag question
Question text
In an 8-way multiplexor the selection is specified by a set of ___ control bits.
Answer:
Question 11
Not yet answered
Marked out of 2.00
Flag question
Question text
Which Two-Input Boolean function will return 0 for every input it receives?
Select one:
a. Constant 0
b. Not
c. Nor
d. And
Question 12
Not yet answered
Marked out of 1.00
Flag question
Question text
True/False: The operation to be performed within the ALU is selected with a multiplexor circuit.
Select one:
True
False
Question 13
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following is NOT a component required to represent a floating point number in binary?
Select one:
a. Exponent
b. Fraction
c. Sign bit
d. Precision
Question 14
Not yet answered
Marked out of 2.00
Flag question
Question text
The Full Adder chip has:
Select one:
a. 2 input pins, 2 output pins.
b. 2 input pins, 1 output pin.
c. 3 input pins, 2 output pins.
d. 3 input pins, 1 output pin.
Question 15
Not yet answered
Marked out of 1.00
Flag question
Question text
The boolean expression A · B represents which of the following:
Select one:
a. A AND B
b. A OR B
c. A AND NOT B
d. A NAND B
Question 16
Not yet answered
Marked out of 1.00
Flag question
Question text
In a 16-bit Multiplexor the selector is 16-bit wide.
Select one:
True
False
Question 17
Not yet answered
Marked out of 1.00
Flag question
Question text
True / False: 011010112 has the same value in both unsigned and 2\'s complement form.
Select one:
True
False
Question 18
Not yet answered
Marked out of 2.00
Flag question
Question text
Every Boolean function can be constructed from only:
Select one:
a. And function
b. Or function
c. Nand function
d. Not Function
Question 19
Not yet answered
Marked out of 1.00
Flag question
Question text
True/False: According to DeMorgan\'s Theorem, inverting the output of an AND gate yields the same output as an OR gate with inverted inputs?
Select one:
True
False
Question 20
Not yet answered
Marked out of 1.00
Flag question
Question text
True/False: Adding 011011012 to 101000102 in 8-bit unsigned binary will cause an overflow.
Select one:
True
False
Question 21
Not yet answered
Marked out of 2.00
Flag question
Question text
What is the decimal value of this 16-bit 2\'s complement number?
1111111111111100two
Answer:
Question 22
Not yet answered
Marked out of 2.00
Flag question
Question text
Match the following gates to their description.
And
Not
Nand
Or
Question 23
Not yet answered
Marked out of 2.00
Flag question
Question text
What is the most basic element of every computer system?
Select one:
a. CPU
b. Memory
c. Logic Gate
d. ALU
Question 24
Not yet answered
Marked out of 1.00
Flag question
Question text
Given the following logic gate, select the truth table from below that is NOT valid given the format A - B - Output:
Select one:
a. 0 - 0 - 0
b. 0 - 1 - 1
c. 1 - 1 - 1
d. 1 - 0 - 0
Question 25
Not yet answered
Marked out of 1.00
Flag question
Question text
If a demultiplexor selector bit is set to 1 , and both outputs (a and b) are 0 , then the input must have been:
Answer:
Question 26
Not yet answered
Marked out of 1.00
Flag question
Question text
Given the following logic gate, select the truth table from below that is NOT valid given the format A - B - Output:
Select one:
a. 0 - 0 - 0
b. 0 - 1 - 1
c. 1 - 1 - 1
d. 1 - 0 - 1
Question 27
Not yet answered
Marked out of 1.00
Flag question
Question text
True/False: A decoder has a unique output represented for a set of inputs in a truth table?
Select one:
True
False
Question 28
Not yet answered
Marked out of 1.00
Flag question
Question text
What is the binary pattern that represents 6ten (in a 16-bit binary system)?
Answer:
Question 29
Not yet answered
Marked out of 1.00
Flag question
Question text
A decoder described as a 2-of-4 decoder will have how many active outputs?
Answer:
Question 30
Not yet answered
Marked out of 1.00
Flag question
Question text
What is the function of the following logic circuit?
Select one:
a. half adder
b. full adder
c. subtractor
d. counter
| And | Answer 1Choose...If in=0 then out=1 else out=0If a=b=1 then out=1 else out=0If a=b=1 then out=0 else out=1If a=b=0 then out=0 else out=1 |
| Not | Answer 2Choose...If in=0 then out=1 else out=0If a=b=1 then out=1 else out=0If a=b=1 then out=0 else out=1If a=b=0 then out=0 else out=1 |
| Nand | Answer 3Choose...If in=0 then out=1 else out=0If a=b=1 then out=1 else out=0If a=b=1 then out=0 else out=1If a=b=0 then out=0 else out=1 |
| Or | Answer 4Choose...If in=0 then out=1 else out=0If a=b=1 then out=1 else out=0If a=b=1 then out=0 else out=1If a=b=0 then out=0 else out=1 |
Solution
1) An unsigned binary number can represent positive and negative numbers but not floating point numbers. false
unsigned binary number can represent only non-negative numbers (0 and greater than 0).
2)The decimal equivalent of the binary number 10011101=(157)10
for other question please provide the image. i am not able to access image









