Quiznetik

Digital Logic Circuits (DLC) | Set 4

1. Which of the following flip-flop is used by the ring counter?

Correct : A. d flip-flops

2. ‘shift_reg’ is used to initialize the

Correct : B. msb

3. How many types of shift operators are there in VHDL?

Correct : D. six

4. How many types of the data type are there in the ring counter?

Correct : D. more than three

5. In counter universal clock is not used.

Correct : B. asynchronous counter

6. Synchronous counter use global clock, unlike asynchronous counter.

Correct : A. one

7. How many different states does a decade counter count?

Correct : C. ten

8. Output values of Moore type FSM are determined by its

Correct : D. current state

9. What happens if the input is high in FSM?

Correct : A. change of state

10. What happens if the input is low in FSM?

Correct : B. no transition in state

11. . In FSM diagram what does circle represent?

Correct : B. state

12. In the FSM diagram, what does arrow between the circles represent?

Correct : A. change of state

13. . In the FSM diagram, what does the information below the line in the circle represent?

Correct : C. output value

14. Moore machine has states than a mealy machine.

Correct : B. more

15. State transition happens in every clock cycle.

Correct : A. once

16. Output values of mealy type FSM are determined by its

Correct : C. both input values and current state

17. What kind of output does mealy machine produce?

Correct : A. asynchronous

18. States in FSM are represented by

Correct : A. bits

19. What is the first step in writing the VHDL for an FSM?

Correct : A. to define the vhdl entity

20. Which of the following react faster to inputs?

Correct : C. mealy machines

21. What is the first state of FSM?

Correct : B. initial state

22. Mealy machines have states than Moore machine.

Correct : A. fewer

23. In mealy type FSM, the path is labelled by which of the following?

Correct : C. both inputs and outputs

24. The process statement used in combinational circuits is called process.

Correct : A. combinational

25. Why we need to include all the input signals in the sensitivity list of the process?

Correct : B. to monitor the input continuously

26. Shift registers comprise of which flip-flops?

Correct : A. d flip-flops

27. In serial input serial output register, the data of is accessed by the circuit.

Correct : B. first flip-flop

28. In PIPO shift register, parallel data can be taken out by

Correct : D. using the q output of each flip-flop

29. Four bits shift register enables shift control signal in how many clock pulses?

Correct : C. four clock pulses

30. Time taken by the shift register to transfer the content is called

Correct : C. word duration

31. Transfer of one bit of information at a time is called

Correct : B. serial transfer

32. In gated D latch, which of the following is the input symbol?

Correct : A. d

33. Which of the following is true about packages?

Correct : B. library is collection of packages

34. A package may consist of design units.

Correct : A. 2

35. Any item declared in a package declaration section are visible to

Correct : D. design unit that use the package

36. Which of the following is not a in-built package in VHDL?

Correct : D. std

37. Packages increases of the code.

Correct : A. reusability

38. Which of the following can’t have multiple assignments or drivers?

Correct : C. std_ulogic

39. Which of the following is a not a characteristics of combinational circuits?

Correct : C. the output of combinational circuit depends on previous output

40. Which of the following is not a combinational circuit?

Correct : D. counter