VND Openxmlformats-Officedocument Wordprocessingml
VND Openxmlformats-Officedocument Wordprocessingml
RAMAPURAM CAMPUS
DEPARTMENT OF EEE
18EEC203J - DIGITAL SYSTEM DESIGN
CYCLE TEST 3
YEAR/SEM - II/ III DATE:
Maximum marks – 50 DURATION: MIN
a. 2
b. 3
c. 5
d. 7
Ans: 3
21. If the output of two-bit asynchronous binary up counter using T flip flops is '00' at reset
condition, then what output will be generated after the fourth negative clock edge?
a. 00
b. 01
c. 10
d. 11
Ans: a
22. Which flip flops serve to be the fundamental building blocks of counters?
a. S-R Flip flop
b. J-K Flip Flop
c. T Flip flop
d. D Flip flop
Ans: c
23. In the below drawn schematic, what does an arrow between the circles indicate?
a. Present state
b. Next state
c. State transition
d. Line diagram
Ans: c
24. What does the diode D3 represents in the equivalent circuit of Multiple Emitter Transistor
shown below?
a. Base to emitter junction
b. Collector to base junction
c. Collector to emitter junction
d. Emitter to emitter junction
Ans : c
25. How are the design specifications represented in the behavioral modeling style of VHDL?
a. Boolean equation
b. Truth table
c. Logical diagram
d. State diagram
Ans: b
a. NAND 5 entity is
port (A, B : input;
C: output);
NAND 5 end;
b. entity NAND5 is
port (A, B : in bit;
C: out bit);
end NAND 5;
c. Entity: NAND5
port(Inputs: A, B;
Output : C);
end;
d. entity : NAND5
port( inbit : A,B),
( outbit: C);
end.
Ans: b
29. Which mechanism allocates the binary value to the states in order to reduce the cost of the
combinational circuits?
a. State Reduction
b. State Minimization
c. State Assignment
d. State Evaluation
Ans: c
30. Why the extent of propagation delay in is synchronous counter much lesser than that of
asynchronous counter?
a. Due to clocking of all flip flops at the same instant
b. Due to increase in number of states
c. Due to absence of connection between outputs of preceding flip flop and clock of next one
d. Due to absence of mode control operation
Ans:a
31. What does an entity specify in the VHDL program format?
a. List of all libraries associated with the design
b. Code properties of VHDL
c. Input/output pins of the circuit
d. The behaviour of circuit
Ans: c
32. The ability of HDL to describe the performance specification of a circuit is regarded as ____
a. Test case
b. System case
c. Mark bench
d. Test bench
Ans:d
33. Which among the following memories utilizes the electrical voltage for erasing purposes?
a. PROM
b. EAROM
c. RAM
d. CAM
Ans: b
34. Which type of unipolar logic family exhibits its usability for the applications requiring low
power consumption?
a. PMOS
b. NMOS
c. CMOS
d. All of the above
Ans: c
35. Which among the bipolar logic families is specifically adopted for high speed applications?
a. Diode Transistor Logic (DTL)
b. Transistor Transistor Logic (TTL)
c. Emitter Coupled Logic (ECL)
d. Integrated Injection Logic (I2L)
Ans: C
36. The ripple counter is one kind of
a. sequential counter
b. asynchronous counter
c. synchronous counter
d. up-down counter.
Ans: b
37. Three decade counters would have
a. 2 BCD counters
b. 3 BCD counters
c. 4 BCD counters
d. 1 BCD counter
Ans: b
38. Registers giving response to pulse duration is called
a. Latch
b. Gated latch
c. Counter
d. Flipflop
Ans: b
39. Circular shift register is called
a. SSI counter
b. LSI counter
c. Ring Counter
d. Ripple counter
Ans:c
40. Binary ripple counter is made up of
a. T flip flop
b. JK flip flop
c. RS flip flop
d. D flip flop
Ans: a&b
41. Recommended fan out of TTL gate is
a. 10
b. 4
c. 20
d. 50
Ans :10
42. Which of the following logic family has complementary outputs?
a. DTL
b. TTL
c. RTL
d. ECL
Ans: D
43. RAM is also known as
a. RWM
b. ROM
c. EPROM
d. EEPROM
Ans: a
44.Which of the following is the most widely employed logic family?
a) Emitter-coupled logic
b) Transistor-transistor logic
c) CMOS logic family
d) NMOS logic
Ans: b
45. Schottky TTL logic family does not have which of the following features?
a)Good fan-in
b) Good fan-out
c) High speed capability
d) High propagation delay
Ans: d
46. Among the VHDL features, which language statements are executed at the same time in
parallel flow?
a. Concurrent
b. Sequential
c. Net-list
d. Test-bench
Ans: a
47. Complete description of the circuit to be designed is given in
a. Architecture
b. Entity
c. Library
d. Configurations
Ans:a
Ans:b
48. For describing circuits like flip flops _____________ statement is used
a. Always
b. Entity
c. Component
d. Initial
Ans: a
49. The minimum Which of the following is the basic building block of design
a. Architecture
b. Entity
c. Library
d. Configurations
50. number of flipflop required to construct mod 64 ripple counter is
a. 4
b. 6
c. 16
d. 64
Ans : d