Cycle Test 3 Set 1
Cycle Test 3 Set 1
RAMAPURAM CAMPUS
DEPARTMENT OF EEE
18EEC203J - DIGITAL SYSTEM DESIGN
CYCLE TEST 3
YEAR/SEM - II/ III DATE:
Maximum marks – 50 DURATION: MIN
3. The present state and next states of asynchronous circuit are also called
a. Secondary variable b. Primary variable c. Excitation variable d. Short term memory
9. The ROM is a
a. Magnetic circuit b. Sequential circuit c. Static circuit d. Combinational circuit
11. Since, Rom has the capability to read only the information, then also it has been designed, why?
a. For controlling purpose b. For booting purpose c. For loading purpose d. For erasing purpose
14. How many 1024*1 RAM chips are required to construct a 1024*8 memory system
a. 2 b. 4 c. 6 d. 8
20. How many 'D' flip flops will be required for designing the synchronous counter for the state diagram
shown below?
a. 2 b. 3 c. 5 d. 7
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
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
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
24. What does the diode D3 represents in the equivalent circuit of Multiple Emitter Transistor shown
below?
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
27. Which type of architectural modeling style describes the internal design details in the form of a set
representing the interconnected components?
a. Dataflow b. Behavioral c. Structural d. Mixed
28. Which among the following is the correct way of entity representation for the two input NAND gate
shown below?
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.
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
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
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
33. Which among the following memories utilizes the electrical voltage for erasing purposes?
a. PROM b. EAROM c. RAM d. CAM
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
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)
36. The ripple counter is one kind of
a. sequential counter b. asynchronous counter c. synchronous counter d. up-down counter.
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
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
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
47. Complete description of the circuit to be designed is given in
a. Architecture b. Entity c. Library d. Configurations
48. For describing circuits like flip flops _____________ statement is used
a. Always b. Entity c. Component d. Initial
49. The minimum Which of the following is the basic building block of design
a. Architecture b. Entity c. Library d. Configurations