EE 2008 Fall 2008 EE 231 Exam 3 November 19, 2008 Name: Show [PDF]

Dec 12, 2008 - (c) A finite state machine in which the output depends on the present state and the ... A. Mealy machine

8 downloads 4 Views 98KB Size

Recommend Stories


Hoard's Dairyman, November 2008 (PDF)
Live as if you were to die tomorrow. Learn as if you were to live forever. Mahatma Gandhi

3) 2008
You're not going to master the rest of your life in one day. Just relax. Master the day. Than just keep

Programmheft der Show 2008
Raise your words, not voice. It is rain that grows flowers, not thunder. Rumi

Fall 2008 Newsletter
In every community, there is work to be done. In every nation, there are wounds to heal. In every heart,

caccn-19-2-2008
Almost everything will work again if you unplug it for a few minutes, including you. Anne Lamott

2008 PDF
You miss 100% of the shots you don’t take. Wayne Gretzky

2008 (PDF)
The best time to plant a tree was 20 years ago. The second best time is now. Chinese Proverb

2008 [PDF]
Don't ruin a good today by thinking about a bad yesterday. Let it go. Anonymous

2008.pdf
Do not seek to follow in the footsteps of the wise. Seek what they sought. Matsuo Basho

2008
Silence is the language of God, all else is poor translation. Rumi

Idea Transcript


EE 2008

Fall 2008

EE 231 Exam 3 November 19, 2008

Name: Show all work. Partial credit will be given. No credit will be given if an answer appears with no supporting work. 1. Circle the correct answer to questions (a) through (i); give a numerical answer for (j) and (k): (a) A movement of data from right (least significant bit) to left (most significant bit) is what type of shift: A. Right B. Left C. Parallel D. Finite state machine (b) A serial shift register with non-complemented feedback from the output of the last flip-flop to the input of the first is called a: A. Binary Counter B. Gray Code Counter C. Johnson Counter D. Ring Counter (c) A finite state machine in which the output depends on the present state and the present inputs is called a: A. Mealy machine B. Mannie machine C. Moore machine D. Vending machine (d) A finite state machine in which the output depends only on the present state is called a: A. Mealy machine B. Mannie machine C. Moore machine D. Vending machine VCC

Q VCC

(e) The circuit shown above is used for what purpose? A. Counter B. Pulser C. Shift register D. Switch debounce (f) The multiplexer is an example of what type of Boolean circuit? A. Sequential B. Combinational C. Moore machine D. Analog (g) Which sequential device has an output that is only dependent on the level of the inputs? A. Latch B. Multiplexer C. Flip-Flop D. Clock Tree

1

EE 2008

Fall 2008

module ex3 (input clock, clear, load, x, output reg y) always @(posedge clock, negedge clear) if (clear == 1’b0) y

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.