FINALS 25 SET A Flashcards

Reviewer

1
Q

Conversion. 127.2310 to binary is?
a. 111111. 11100
b. 111111. 00111
c. 1111111.11100
d. 1111111.00111

A

d. 1111111.00111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Conversion: 47.1248 to base 9 is?
a. 43.14250
b. 43.05241
c. 44.14250
d. 44.05241

A

a. 43.14250

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Conversion: BAD.0011 in base 8 is?
a. 5566.104000
b. 5655.104000
c. 5655.000104
d. 5566.000104

A

c. 5655.000104

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The 9’s complement of 546700 is ______.
a. 453299
b. 453300
c. 992345
d. 002345

A

a. 453299

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The 2’s complement of the BCD (8421) code of -6 is?
a. 1011
b. 1010
c. 1100
d. 0101

A

b. 1010

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is used in applications to eliminate the errors of ambiguity during the transition of binary numbers.
a. 2s complement
b. 1s complement
c. 2-4-2-1 code
d. Gray code

A

d. Gray code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The 2-4-2-1 code of 7 is ______.
a. 1100
b. 1101
c. 1110
d. 0001

A

b. 1101

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A logic gate that outputs logic 1 when the two inputs are different.
a. XOR
b. XNOR
c. NAND
d. AND

A

a. XOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A logic gate that outputs logic 1 when all inputs are logic 1.
a. OR
b. AND
c. XOR
d. NAND

A

b. AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

These are used in digital computers to simplify the subtraction operation and for logical manipulation.
a. Gray code
b. Complementation
c. 2-4-2-1 code
d. Binary codes

A

b. Complementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(-7) + 15 is equal to?
a. 11000
b. 0000 1000
c. 1000 1000
d. 1100 0100

A

b. 0000 1000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(-12) + 15 is equal to?
a. 0000 0011
b. 0000 1100
c. 1000 0011
d. 1111 00 11

A

a. 0000 0011

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Using 10’s complement, subtract 83477 – 3474.
a. 199997
b. 19997
c. 80003
d. 180003

A

c. 80003

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Figure 1
What is the algebra of L?
a. x + y + z
b. xyz
c. (x+y+z)(xyz)
d. xy + z

A

b. xyz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Figure 1
What is the algebra of O?
a. (xyz)(a)
b. (x+y+z)+(a’)
c. (xyz)(a’)
d. (xyz)+(a’)

A

c. (xyz)(a’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Figure 1
What is the algebra of M?
a. ((xyz)(a’)) + (xyz)’(y)
b. ((xyza’) + (y) + (xyz))
c. ((xyza’) + (y)(xyz))
d. ((xyza’)(y)(xyz))

A

b. ((xyza’) + (y) + (xyz))

17
Q

Figure 1
What is the logic value of L?
a. 1
b. 0
c. 01
d. 10

A

b. 0

18
Q

Figure 1
What is the logic value of M?
a. 1
b. 0
c. 01
d. 10

A

b. 0

19
Q

Implement the expression: xy + yz using the universal NAND gate.
a. ((xy)(yz))’
b. ((x+y)’(y+z)’))
c. ((xy)’(yz)’))
d. ((xy)’(yz)’)’

A

d. ((xy)’(yz)’)’

20
Q

What is the equivalent boolean expression of xy + wyz using the universal NOR gate?
a. (((x’+y’)’ + (w’+y’+z’)’)’)’
b. (((x’+y’) + (w’+y’+z’))’)’
c. ((x’+y’)’ + (w’+y’+z’)’)’
d. (((x+y)’ + (w+y+z)’)’)’

A

a. (((x’+y’)’ + (w’+y’+z’)’)’)’

21
Q

Simplify the Boolean expression: xz’ + xyz + x’y’z
a. x + y + z
b. xy’ + xz + xy’z’
c. xyz + xy + xz’
d. xy + xz’ + x’y’z

A

d. xy + xz’ + x’y’z

22
Q

Simplify the Boolean expression: xy + x’z + yz
a. xz + x’z
b. xy + x’z
c. x’y + x’z
d. xy’ + x’z

A

b. xy + x’z

23
Q

Simplify the Boolean expression: xyz’ + x’yz + xyz + x’yz’
a. 0
b. 1
c. X
d. Y

A

d. Y

24
Q

Figure 2
Get the Boolean expression out of the given K-map.
a. x’y + xy + z
b. xy’ + xy + z
c. xy’ + x’y + z
d. xy’ + x’y + z

A

d. xy’ + x’y + z

25
Q

Figure 3
Get the Boolean expression out of the given K-map.
a. w + x + y + z
b. w’ + x’ + y’ + z
c. wx’ + w’y + x’y + xz’
d. wx’ + x’y + y’z + xz’

A

b. w’ + x’ + y’ + z