0% found this document useful (0 votes)
32 views8 pages

VND Openxmlformats-Officedocument Wordprocessingml

Uploaded by

nithya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views8 pages

VND Openxmlformats-Officedocument Wordprocessingml

Uploaded by

nithya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

RAMAPURAM CAMPUS
DEPARTMENT OF EEE
18EEC203J - DIGITAL SYSTEM DESIGN
CYCLE TEST 3
YEAR/SEM - II/ III DATE:
Maximum marks – 50 DURATION: MIN

PART A (50*1 =50)


Answer All the MCQs

1. Table that is not a part of asynchronous analysis procedure is


a. Transition table
b. State table
c. Flow Table
d. Excitation Table
Ans: d
2. In asynchronous circuit the changes occur with the change of
a. Input
b. Output
c. Time
d. Clock pulse
Ans: a
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
Ans :a
4. The race in which the state table depends on order is called
a. Critical
b. Identical
c. Non critical
d. Defined
Ans:a
5. The complexity of asynchronous sequential circuit is involved in the timing problem of
a. Input
b. Output
c. Clock pulses
d. Feedback path
Ans :d
6. Internal states and input values together are called
a. Full state
b. Total state
c. Internal state
d. Output state
Ans:b
7. Memory elements in asynchronous circuits are
a. Unclocked flip flops
b. Clocked flip-flops
c. Clock pulses
d. Latches
Ans: a
8. A ------------ is a semiconductor memory device used to store information, which is permanent in
nature
a. ROM
b. RAM
c. K map
d. Table
Ans: a
9. The ROM is a
a. Magnetic circuit
b. Sequential circuit
c. Static circuit
d. Combinational circuit
Ans:d
10. Which is not a removable drive?
a. Super disk
b. Jaz
c. Hard disk
d. Drive
Ans: C
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
Ans: b
12. VLSI chip utilizes
a. CMOS
b. BJT
c. NMOS
d. All the Above
Ans: d
13. Why antifuses are implemented in a PLD?
a. To protect from high voltage
b. To increase memory
c. As a switching device
d. To implement the programmes
Ans: d
14. How many 1024*1 RAM chips are required to construct a 1024*8 memory system
a. 2
b. 4
c. 6
d. 8
Ans: d
15. For programmable logic functions, which type of PLD is used?
a. CPLD
b. PAL
c. PLA
d. SLD
Ans:a
16. PLA is used to implement
a. Simple sequential circuit
b. complex combinational circuit
c. Simple combinational circuit
d. Complex sequential circuit
Ans: b
17. The full form of VLSI is
a. Very Large scale integration
b. Very Long scale integration
c. Very Least scale integration
d. Very Large scale IC
Ans:a
18. In FPGA, vertical and horizontal directions are separated by
a. Flip flop
b. Line
c. Channel
d. Strobe
Ans: c
19. PLA contain
a. AND and OR array
b. NAND and OR array
c. NOR and OR array
d. NOT and OR array
Ans: a
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
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

26. Dataflow style of architectural modeling is represented as a set of ___________ assignment


statements.
a. Sequential
b. Concurrent
c. Random
d. Combinational
Ans:b
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
Ans:c
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.
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

You might also like