V-Class Logika Mesin: Jurusan Teknik Industri Fakultas Teknologi Industri Universitas Gunadarma Depok 2020
V-Class Logika Mesin: Jurusan Teknik Industri Fakultas Teknologi Industri Universitas Gunadarma Depok 2020
LOGIKA MESIN
Disusun Oleh:
Kristiyani Dwi Agustin
(33416957)
4ID01
Quiz
You may refer to the text in this chapter while taking this quiz. A good score is at least 8
correct. Answers are in the back of the book.
1. Which of the following binary numbers is equivalent to the decimal 129?
A. 1111111
B. 11111111
C. 1000001
D. 10000001
4. Suppose that we design an electronic music system using 9-digit binary numbers
to represent various audio frequencies. Each binary number represents one, but
only one, particular frequency. How many possible frequencies can such a system
represent?
A. 64
B. 512
C. 1024
D. 2048
5. Figure 9-10 illustrates a circuit built of logic gates. Tables 9-10A through 9-10D
show four possible representations for the states in this circuit. Which of
these four tables correctly represents the circuit states at all five points X, Y,
P, Q, and R?
A. Table 9-10A
B. Table 9-10B
C. Table 9-10C
D. Table 9-10D
chapter 9 T h e L o g i c o f M A c h i n e s 293
P
X
Inputs R
Output
Y
Q
Figure 9-10 • illustration for Quiz Question 5.
A
X Y P Q R
0 0 0 0 0
0 1 0 1 0
1 0 1 0 0
1 1 1 1 1
B
X Y P Q R
0 0 1 0 1
0 1 1 1 0
1 0 0 0 1
1 1 0 1 1
C
X Y P Q R
0 0 1 0 0
0 1 1 1 0
1 0 0 0 1
1 1 0 1 0
D
X Y P Q R
0 0 1 0 0
0 1 1 1 0
1 0 0 0 0
1 1 0 1 0
294 lo g i c De mys tifieD
W X Y Z Output
0 0 0 0 1
0 0 0 1 1
0 0 1 0 1
0 0 1 1 1
0 1 0 0 1
0 1 0 1 1
0 1 1 0 1
0 1 1 1 1
1 0 0 0 1
1 0 0 1 1
1 0 1 0 1
1 0 1 1 1
1 1 0 0 1
1 1 0 1 0
1 1 1 0 0
1 1 1 1 0
6. Table 9-11 outlines all possible logic states for a digital circuit with four inputs
W, X, Y, and Z. Figure 9-11 shows four different arrangements of logic gates.
Which circuit in the figure produces the logic states in the table?
A. figure 9-11A
B. Figure 9-11B
c. Figure 9-11c
D. Figure 9-11D
7. Figure 9-12 illustrates two electronic circuits. If we think of them as black boxes,
how do their logic functions compare?
A. for any given set of inputs, the output from black box A is opposite the output
from black box B.
B. The output from black box A is high if and only if the inputs differ, but the output
from black box B is high if and only if the inputs are the same.
c. The output from black box A is high if and only if the inputs differ, but the output
from black box B is high if and only if both inputs are high.
D. for any given set of inputs, the output from black box A is the same as the out-
put from black box B. in other words, the two black boxes perform identical
logic functions.
Chapter 9 T h e L o g i c o f M a c h i n e s 295
W
X
Y
Z
W
X
Y
Z
W
X
Y
Z
W
X
Y
Z
Inputs Output
(A)
Inputs Output
(B)
Figure 9-12 • Illustration for Quiz Question 7.
9. Suppose that we want to convert an analog video signal into a digital signal of
acceptable quality. The minimum acceptable sampling resolution is
A. dependent on the image quality we want.
B. 32 levels.
C. 1024 levels.
D. 1,048,576 levels.
10. Imagine an RGB color model in which the red, green, and blue signals can each
attain 32 discrete levels. This model can uniquely represent
A. 1024 different colors.
B. 4096 different colors.
C. 32,768 different colors.
D. 65,536 different colors.