• No results found

Logic Circuits Final Exam

N/A
N/A
Protected

Academic year: 2021

Share "Logic Circuits Final Exam"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

School of EECE

LOGIC CIRCUITS &

SWITCHING THEORY I

FINAL EXAMINATION

Q1 SY 2009 - 2010

NOTE: CHEATING IN ANY FORM WILL NULLIFY YOUR EXAM AND WILL BE A GROUND FOR AN AUTOMATIC GRADE OF 5.00.

MULTIPLE CHOICE: Select the most appropriate answer from the given choices.

1. It is a system by which certain data or information is represented in numerical pattern.

a. number system c. analog system

b. digital system d. system representation

2. A datapath, when combined with the control unit, forms a component referred to as ______.

a. memory unit c. output unit

b. input unit d. central processing unit

3. The equivalent of the decimal number 41.6875 in the binary numbering system is _________

a. 101011.1101 c. 101001.1011

b. 101010.0011 d. 101011.0111

4. The binary number 101100 01101011.11110010, when converted to hexadecimal is ______

a. C D 7 A . 2 F c. B 1 A 2 . 2 F

b. 1 C 6 C . F 2 d. 2 C 6 B . F 2

5. What is the decimal equivalent of the largest binary integer that can be obtained with 16 bits ?

a. 65536 c. 32768

b. 32767 d. 65535

6. Each of the following 4 numbers has a different base. Which of the four numbers have the same value in decimal ?

(a) 20225 (b) 120113 (c) 33124 (d) 19A12

a. b & d c. a & d

b. c & d d. b & c

7. Given two decimal numbers 694 and 835. Their sum in BCD is ________

a. 00111111001001 c. 0001010100101001

b. 01011111001001 d. none of these

8. The result of subtracting 654253758 from 740152368 is ___________

a. 6367541 c. 6267641

b. 6367641 d. 6367541

9. The Boolean expression (X+Y+Z)’ = X’Y’Z’ is an example of which Law/Theorem?

a. Commutative Law c. Idempotent Law

(2)

10. The Boolean expression (X’)’ is an example of which Law/Theorem?

a. Commutative Law c. Idempotent Law

b. Involution Law d. DeMorgan’s Theorem

11. The Boolean expression X + Y = Y + X is an example of which Law/Theorem?

a. Commutative Law c. Idempotent Law

b. Involution Law d. DeMorgan’s Theorem

12. This is the basic mathematics needed for the study of the logic design of digital systems. a. Combinational Design c. Boolean Algebra

b. Sequential Design d. Quine-McCluskey Technique 13. This has one or more inputs and one or more outputs which take on discrete values.

a. digital system c. finite state machine

b. switching circuit d. algorithmic state machine

14. This part of the design of digital system involves determining how to interconnect basic logic building blocks to perform a specific function

a. block diagram c. iterative design

b. system design d. logic design

Questions 15 to 17 refer to the logic gate symbols shown below.

E.

B.

A.

C.

D.

F.

15. What type of logic gate is gate A?

16. What type of logic gate is gate C?

17. What type of logic gate is gate F?

18. What logical reason/s can you give why NAND and NOR gates are considered universal gates? a. they can appear anywhere in the circuit c. they can imitate function of other gates b. they can produce universal operation d. they cannot be partial

19. A race condition happens in an R-S latch when the inputs are ______

a. both zero c. both one

b. either zero or one d. indeterminate

20. This is the time needed by a gate in processing its input signals before the output signal can be generated

a. setup time c. hold time

b. propagation delay time d. threshold time

“Knowledge is of no value unless you put it into practice.”

a. NOT gate c. XOR gate

b. AND gate d. OR gate

a. NOT gate c. XOR gate

b. AND gate d. OR gate

a. NOT gate c. XOR gate

(3)

21. Which of the following circuits function like an inverter or NOT gate?

a)

c)

b)

d)

22. What code is used in labeling the cells of a K-map?

a. gray code c. excess-3 code

b. binary code d. two-out-of-five code

23. What will happen if the function v(w+x+y)z would be implemented using NOR gates? a. Not possible using NOR gates c. Six NOR gates will be used b. given function must be implemented

using OR and NAND gates d. none of these

For Questions 24 to 28, refer to the circuit diagram shown below.

24. What is the expression for T1?

25. What is the expression for T2?

26. What is the expression for T3?

27. What is the expression for T4?

a. A + B c. AB b. A  B d. (A  B)’ a. BC c. (BC)’ b. (C  B)’ d. (C B) a. CD c. (CD)’ b. (C  D) d. C + D

D

A

B

C

T

1

T

2

T

3

T

4

T

5

(4)

28. What is the expression for T5?

29. The simplest expression (in sum-of-products form) for the function F(A,B,C,D,E) = ∑m (1,3,5,7,8,12,15,18,19,22,23,24,27,28,31) is

a. ABE + CD’E + AB’D+ADE+BD’E’ c. ABE + CD’E + AB’D+A’DE+BD’E’ b. A’B’E + CDE + AB’D + ADE + BD’E’ d. A’B’E + CD’E + AB’D+ADE+BD’E’ 30. Use the K-map to find the minimum sum of products of F(A,B,C,D) = ∏M (0,2,4,6,8,10,12,14)

a. F = D c. F = A’D

b. F = D’ d. none of these

31. Simplify the Expression (wx + yz)(w’y’+xz’) using Boolean Algebra:

a. w’x’y’ c. wx’z

b. wxz’ d. w’xz

32. Given the function F(a,b,c,d) = ∏M(1,3,5,9,12,14,15) determine its canonical form. a. F = M1 + M3 + M5 + M9 + M12 + M14 + M15 c. F = m1m3m5m9m12m14m15 b. F = m1 + m3 + m5 + m9 + m12 + m14 + m15 d. F = M1M3M5M9M12M14M15 33. A multiplexer is also called _________

a. Data controller c. Data selector

b. Data manipulator d. Data converter

For questions 34 to 40, refer to the behavior of the synchronous sequential circuit below. Assume

that the states are identified as the combination ABC.

Q Q K J

C

Q Q T

B

Q Q D

A

X

C P

Y

34. What is the next state for an input of 0 if the current state is 000?

“Knowledge is of no value unless you put it into practice.”

a. (BC)CD c. (BC)(CD)

(5)

a. 010 c. 110

b. 011 d. none of these

35. What is the next state for an input of 1 if the current state is 001?

36. What is the next state for an input of 0 if the current state is 010?

37. What is the next state for an input of 1 if the current state is 011?

38. What is the next state for an input of 0 if the current state is 100?

39. What is the next state for an input of 1 if the current state is 101? 40. What is the next state for an input of 0 if the current state is 110?

For questions 41 to 44, refer to the given J-K flip-flop excitation table below.

Line

Q(t)

Q(t + 1)

J

K

1

0

0

2

0

1

3

1

0

4

1

1

41. In line 1 of the given table, what should be the value of K if J = 0?

42. In line 2 of the given table, what should be the value of K if J = 1?

43. In line 3 of the given table, what should be the value of J if K = 0?

44. In line 4 of the given table, what should be the value of J if K = 1?

a. 100 c. 101 b. 010 d. none of these a. 000 c. 100 b. 001 d. none of these a. 100 c. 110 b. 101 d. none of these a. 100 c. 111 b. 101 d. none of these a. 000 c. 110 b. 001 d. none of these a. 100 c. 110 b. 101 d. none of these a. 0 c. X b. 1 d. undefined a. 0 c. X b. 1 d. undefined a. 0 c. X b. 1 d. undefined a. 0 c. X b. 1 d. undefined

(6)

For questions 45 to 48, refer to the given 4-bit register below.

THE CONTENT OF A 4-BIT REGISTER IS INITIALLY 1001 (Q3Q2Q1Q0). THE SHIFT REGISTER IS SHIFTED 8 TIMES TO THE LEFT WITH THE SEQUENCE 00101011 AS THE SERIAL INPUT. THE RIGHTMOST BIT OF THE SEQUENCE IS APPLIED FIRST.

45. What should be the content of the register after the arrival of the 3rd initiating clock?

a. 1101 c. 0111

b. 1110 d. 1011

46. What should be the content of the register after the arrival of the 5th initiating clock?

47. What should be the content of the register after the arrival of the 7th initiating clock?

48. What should be the content of the register after the arrival of the 8th initiating clock?

a. 0010 c. 1010

b. 0101 d. 0100

49. The master-slave is a pulse-triggered flip-flop and is indicated as such with a right angle symbol called a ______________

a. dynamic input indicator c. postponed output indicator b. static pulse indicator d. none of these

50. The functional relationships between the inputs, outputs, and flip-flop states of a sequential circuit can be enumerated in a _______________

a. truth table c. logic function

b. excitation table d. none of these

“Knowledge is of no value unless you put it into practice.”

a. 1101 c. 1010

b. 0101 d. 0100

a. 1101 c. 1010

References

Related documents

others. • People who feel it is the right time to attend. • People who are willing and able to follow all of the safe sanctuary guidelines and hold others accountable to them.

(2) Physical data models for DW: Relational, Array, Graph, Key-Value pair, Cube (3) Physical data models: Languages for data warehousing: SQL, MDX, Cypher, AQL,..

So you can be sure that you’re talking to a specialist who’ll listen to you, understand your problems and respond efficiently – someone who also has the expertise to maintain

If we remove the variation of trade barriers across locations and goods, the trade-weighted average barrier rises from 31% to 100% but the price dispersion measures change very

The portion explained by the capital tax rate shock is obtained in the form of a residual series based on a regression of the di¤erenced tax rate series on both types of

Again, as with TIMIT gender secondary task, instead of just discarding the second half of the output layer (secondary task), it was used to generate tones hypothesis mlf in order

In this action research study of a sixth grade mathematics classroom, I investigated what would happen to the students’ understanding of mathematical concepts and what student

We analyze the entanglement between two bosonic or fermionic modes in the case when, from the inertial perspective, the state corresponds to a maximally entangled state between