Answers DSDV
Answers DSDV
i)SR Flip Flop ii)JK Flip Flop iii) D-Flip Flop iv)T-Flip Flop
Ans:
Ans:
registers.
Ans: A register is a device that stores data, while a shift register is a type of digital circuit
that uses flip-flops to store and move data.
Applications of registers:
->data transfer
->data processing
->data addressing
->control operations
7.With logic diagram and timing diagram explain the operation of positive
9. Implement mod-8 twisted ring counter using shift registers and write the counting
sequence.
10 Illustrate the structure and verilog module and write a verilog code for half
Ans:
11 List and explain the verilog data types with example.
Ans:
12 List the different styles of description. Explain the structure of dataflow
Description
• Behavioural description
• Structural description
• Dataflow description
• Mixed description
13 With example, explain the syntax of following sequential statement.
i)If ii)Else if
14 Write a verilog code for D-latch using Behavioral description
15 Realize full adder circuit using verilog data flow description.
17 Explain verilog shift operators & arithmetic shift operators with examples
Ans:
18 Develop a verilog program for half subtractor using data flow description
style by providing truth table and expressions.
19 Explain the operation of positive edge triggered JK flip flop by writing
verilog code using case statement and truth table.
Ans:
20 Write the verilog format of case statement & explain it.
Ans:
21 Explain the operation of 2 to 1 line multiplexer by writing verilog
structural description program & block diagram
Ans:
Develop a verilog program for 3-bit binary up counter using behavioral
description.
Ans:
23 Develop a verilog program for full adder using structural description style
by providing truth table & expressions.
24 List and explain all the loop statements in verilog.
25 Develop a verilog program for 2x1 multiplexer using data flow description
28 Explain the different logical, reduction, shift & boolen foperators available
in Verilog with examples.
29 Explain Binary ripple counter with neat diagram & timing diagram.