You are on page 1of 36

The expression Y + YZ can be further simplified into.

Select one:
a. Y + Z
b. Y + Z
c. Y + Z
d. Y + Z

Feedback
The correct answer is:
Y + Z
Question 2
Correct
Mark 1.00 out of 1.00
Flag question

Question text

The simplified form of the circuit above is


Select one:

a. F = XY + XZ
b. F = XY + XZ
c. F = XY + XZ
d. XY + XZ

Feedback
The correct answer is:
F = XY + XZ
Question 3
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The duality of (X + Y)Y = XY is
Select one:
a. XY + Y = X + Y
b. (XY) + Y = (X + Y)
c. XY + Y = X + Y
d. (X + Y) = Y = XY

Feedback
The correct answer is:
XY + Y = X + Y
Question 4
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
The XNOR function XY is equivalent to
Select one:
a. XY + X
b. XY + XY
c. XY + XY
d. XY + Y

Feedback
The correct answer is:
XY + XY
Question 5
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Which of the following is not a weighted code?
Select one:
a. BCD code
b. Excess-3 code

c. Gray code
d. 6-3-1-1 code

Feedback
The correct answer is:
Gray code
Question 6
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The simplified F is equivalent to

Select one:
a. XYZ
b. Z + X + Y
c. W + X + YZ
d. WZ + XY + YZ

Feedback
The correct answer is:

W + X + YZ
Question 7
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The excess-3 code is obtained from the 8-4-2-1 code by
Select one:
a. adding 1011
b. adding 0111
c. adding 1101
d. adding 0011

Feedback
The correct answer is:
adding 0011
Question 8
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Simplify
f(x,y,z) = x'y + xy'z' + xyz
Select one:

a. 1
b. xy + yz + xyz
c. x'y + y'z + xy'z'
d. x'y + yz + xy'z'

Feedback
The correct answer is:
x'y + yz + xy'z'
Question 9
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
Design a combinational logic circuit that has four inputs (A,B,C,D) and one output Z. The output is 1 iff the
input has three consecutive 0s or three consecutive 1s. For example, if A=1, B=0, C=0 and D=0. then
Z=1, but if A=0, B=1, C=0 and D=0 then Z=0. (Hint: Draw the truth table first then perform K-mapping or
minterm expansion)
The simplified SOP of function Z associated with the problem is
Select one:
a. Z= ABC + ABC + BCD + BCD
b. Z= ABC + ABC + BCD + BCD
c. Z= ABC + ABC + BCD + BCD
d. Z= ABC + ABC + BCD + BCD

Feedback
The correct answer is:
Z= ABC + ABC + BCD + BCD

Question 10
Correct
Mark 1.00 out of 1.00
Flag question

Question text
R'T' + RS' + RS
Select one:
a. R + T
b. R' + T
c. R' + T'
d. R + T'

Feedback
The correct answer is:
R + T'
Question 11
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
How many bits are needed to represent 8 different colours? Each colour must have a unique code
Select one:
a. 3

b. 1
c. 2
d. 4

Feedback
The correct answer is:
3
Question 12
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Multiply out and simplify (A + B) (C + B)(D + B) (ACD + E)
Select one:
a. ACD + BE
b. ACD + BE
c. CD + BE
d. CD + BE

Feedback
The correct answer is:
ACD + BE
Question 13
Correct
Mark 1.00 out of 1.00

Flag question

Question text

The abbreviated minterm expansion of the truth table is

Select one:
a. F = m (0,1,2,3)
b. F = m (2,5,6,7)
c. F = m (0,1,3,4)

d. F = m (2,3,4,7)

Feedback
The correct answer is:
F = m (0,1,3,4)
Question 14
Incorrect
Mark 0.00 out of 1.00
Remove flag

Question text
In switching circuits the OR gate can be thought of as
Select one:
a. a parallel circuit
b. an open circuit
c. an inverter
d. a series circuit

Feedback
The correct answer is:
a parallel circuit
Question 15
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Convert 21410 to binary
Select one:
a. 11010111
b. 11000110
c. 11010110
d. 10010110

Feedback
The correct answer is:
11010110
Question 16
Incorrect
Mark 0.00 out of 1.00
Remove flag

Question text
Applying one of the theorems, simplified expression for (X + YZ)(X + YZ) = ?
Select one:
a. 0
b. 1
c. X
d. Y

Feedback
The correct answer is:
0

Question 17
Correct
Mark 1.00 out of 1.00
Flag question

Question text

Simplifying the function F will result to


Select one:
a. A + BC
b. AC + BC
c. A + BC

d. C + A

Feedback
The correct answer is:
A + BC
Question 18
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
The complement of (A + B) C is
Select one:
a. AB + C
b. AB + C
c. AB + C
d. AB + C

Feedback
The correct answer is:
AB + C
Question 19
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The POS equivalent to ABC + BCD + BE
Select one:
a. B (D + E) (A + C + E)
b. B (E + A) (E + C + D)
c. B (E + C) ( E + A + D)
d. B (D + E) (A + C + D)

Feedback
The correct answer is:
B (E + C) ( E + A + D)
Question 20
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
Design a combinational logic circuit that has four inputs (A,B,C,D) and one output Z. The output is 1 iff the
input has three consecutive 0s or three consecutive 1s. For example, if A=1, B=0, C=0 and D=0. then
Z=1, but if A=0, B=1, C=0 and D=0 then Z=0. (Hint: Draw the truth table first then perform K-mapping or
minterm expansion)
The abbreviated maxterm expansion of Z is
Select one:
a. Z = M (2,3,4,5,6,9,10,11,12,13)
b. Z = M (0,1,7,8,14,15)
c. Z = M (0,1,2,5,9,10,11,12,13)
d. Z = M (0,1,3,5,7)

Feedback
The correct answer is:
Z = M (2,3,4,5,6,9,10,11,12,13)
Question 21
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Using the theorem (X+Y)(X+Z)= X+YZ. The SOP equivalent of (A + B) (B + C) (D + B) (ACD + E)
Select one:
a. ACD + E
b. ACD + BE
c. ACD + BE
d. ACD + B

Feedback
The correct answer is:
ACD + BE
Question 22
Correct
Mark 1.00 out of 1.00
Flag question

Question text
De Morgan Theorem states that (X+Y) = X Y and (X Y) =?

Select one:
a. X + X
b. XY + Y
c. X + Y
d. Y + Y

Feedback
The correct answer is:
X + Y
Question 23
Correct
Mark 1.00 out of 1.00
Flag question

Question text
What is 0.62510 in binary?
Select one:
a. .011
b. .110
c. .111
d. .101

Feedback
The correct answer is:
.101
Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The consensus term of abcd and abfg is
Select one:
a. abcdfg
b. acdfg
c. abcdf
d. abdfg

Feedback
The correct answer is:
acdfg
Question 25
Correct
Mark 1.00 out of 1.00
Flag question

Question text
For S-R Latch:
If S=1 R=1 Clock=0, What is the value of Q and Q'?
Select one:
a. Q=1 Q'=0
b. Q=1 Q'=1

c. same as previous output


d. undetermined

Feedback
The correct answer is:
same as previous output
Question 26
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
The circuit expression of F when simplified reduces only to

Select one:
a. C + B
b. C + B
c. C + A
d. A + B

Feedback
The correct answer is:
C+B
Question 27

Correct
Mark 1.00 out of 1.00
Flag question

Question text

Derive the algebraic expression for F and express it in the maxterm expansion form
Select one:
a. (A + B + C) (A + B + C) (A + B + C)
b. (A + B + C) (A + B + C) (A + B + C)
c. (A + B + C) (A + B + C) (A + B + C)
d. (A + B + C) (A + B + C) (A + B + C)

Feedback
The correct answer is:
(A + B + C) (A + B + C) (A + B + C)
Question 28
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
The sum term for which F(A,B,C,D) = 0 iff A = B = 0 and C = D = 1
Select one:
a. A + B + C + D
b. (A + B) + C + D
c. A + B + (C + D)
d. A + B + C + D

Feedback
The correct answer is:
A + B + C + D
Question 29
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
For a given F, the minterm expansion of F can be obtained by

Select one:
a. the minterm numbers that are not present in F
b. the minterm numbers that are not on the maxterms of F
c. the maxterm numbers that are not on the minterms of F
d. the maxterm numbers that are not present in F

Feedback
The correct answer is:
the minterm numbers that are not present in F
Question 30
Correct
Mark 1.00 out of 1.00
Flag question

Question text

Derive the algebraic expression for F and express it in the minterm expansion form

Select one:
a. ABC+ ABC+ ABC+ ABC+ ABC
b. ABC+ ABC+ ABC + ABC
c. ABC+ ABC+ ABC+ ABC+ ABC
d. ABC+ ABC+ ABC+ ABC

Feedback
The correct answer is:
ABC+ ABC+ ABC+ ABC+ ABC
Question 31
Correct
Mark 1.00 out of 1.00
Flag question

Question text
In binary addition, 1 + 1 =?
Select one:
a. 0 carry 0
b. 2 carry 1
c. 0 carry 1

d. 2 carry 0

Feedback
The correct answer is:
0 carry 1
Question 32
Incorrect
Mark 0.00 out of 1.00
Remove flag

Question text
PINAKAMATAGAL NA NAGTUTURO SA SOIT
Select one:
a. JOEL DE GOMA
b. LARRY VEA
c. MARY JANE SAMONTE
d. NILDA ELIQUEN

Feedback
The correct answer is:
MARY JANE SAMONTE
Question 33
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The simplified form of [AB + (CD) + EF] CD is
Select one:
a. ABCD + EFCD
b. ABCD + E FAB
c. ABCD + EFCD
d. ABCD

Feedback
The correct answer is:
ABCD + EFCD
Question 34
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The circuit output of F is

Select one:
a. [(A + B) A] C + B
b. [(A + B) B] C + B
c. [(A + B) C] C + B

d. [(A + B) B] C + B

Feedback
The correct answer is:
[(A + B) B] C + B
Question 35
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Simplify:
f(w,x,y,z) = (xy' + w'z) (wx' + y'z')
Select one:
a. 1
b. xy'z'
c. 0
d. xy'z

Feedback
The correct answer is:
xy'z'
Question 36
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Using De Morgans theorem, the minimum SOP of [(AB) + CD] is
Select one:
a. ABC + ADB
b. ABC + ABD
c. ABC + ADB
d. ABC + ABD

Feedback
The correct answer is:
ABC + ABD
Question 37
Correct
Mark 1.00 out of 1.00
Flag question

Question text

The abbreviated maxterm expansion of the truth table is

Select one:
a. F = M (2,3,6,7)
b. F = M (0,5,6,7)
c. F = M (2,4,5,7)
d. F = M (2,5,6,7)

Feedback
The correct answer is:
F = M (2,5,6,7)
Question 38
Correct
Mark 1.00 out of 1.00
Flag question

Question text

93710 in BCD code is


Select one:
a. 1001 0011 0111
b. 1001 1011 0111
c. 1100 0110 1010
d. 1100 0010 1101

Feedback
The correct answer is:
1001 0011 0111
Question 39
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Factor W + XYZ to obtain a POS
Select one:
a. (W + X)(X + Y)(W + Z)
b. (W + X)(X + Y)(X + Z)
c. (W + X)(W + Y)(W + Z)
d. (W + X)(W + Y)(W + Z)

Feedback
The correct answer is:
(W + X)(W + Y)(W + Z)
Question 40

Correct
Mark 1.00 out of 1.00
Flag question

Question text
Simplify:
(x + y)' (x' + y')'
Select one:
a. 1
b. xy
c. 0
d. xy'

Feedback
The correct answer is:
0
Question 41
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
The simplified form of the given circuit is

Select one:
a. A + BD + BD
b. A + BD + BD
c. A + BD + BD
d. A + BD + BD

Feedback
The correct answer is:
A + BD + BD
Question 42
Correct
Mark 1.00 out of 1.00
Flag question

Question text
F is equivalent to

Select one:
a. W X Y + W X Z
b. W X Y + W X Z
c. W X Y + W X Z
d. W X Y + W X Z

Feedback
The correct answer is:
W X Y + W X Z
Question 43
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The output for F is

NOTE: XNOR SYMBOL


Select one:
a.

b.

c.

d.

Feedback
The correct answer is:

Question 44
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text

Simplify
yz + xyz' + x'y'z
Select one:
a. 1
b. xy + x'z
c. xy' + x'z
d. xy + xz

Feedback
The correct answer is:
xy + x'z
Question 45
Correct

Mark 1.00 out of 1.00


Flag question

Question text
Convert 1111001111000111.10102 to Octal
Select one:
a. 171707.58
b. 171707.38
c. 170707.58
d. 171607.58

Feedback
The correct answer is:
171707.58
Question 46
Correct
Mark 1.00 out of 1.00
Remove flag

Question text
What do you call a number system with a radix of 16?
Select one:
a. Senary
b. Duodecimal

c. Hexadecimal
d. Sexydecimal

Feedback
The correct answer is:
Hexadecimal
Question 47
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
Simplify:
f(A,B,C) = m1 + m3 + m4 +m6
Select one:
a. A'C + AC'
b. (A + C ) (A' + C)
c. A'C
d. 1

Feedback
The correct answer is:
A'C + AC'
Question 48
Correct
Mark 1.00 out of 1.00

Flag question

Question text
When 0.710 is converted to binary the repeating bit is
Select one:
a. 0111
b. 1110
c. 0010
d. 0110

Feedback
The correct answer is:
0110
Question 49
Correct
Mark 1.00 out of 1.00
Flag question

Question text
FF =
Select one:
a. 0
b. XZ
c. 1

d. XY

Feedback
The correct answer is:
0
Question 50
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The product term for which F(A,B,C,D) = 1 iff. A = 1, B = C = D = 0 is
Select one:
a. ABCD
b. ABCD
c. ABCD
d. ABCD

Feedback
The correct answer is:
ABCD

You might also like