MY CITATIONS

  • https://scholar.google.com/citations?user=8ke1xVQAAAAJ&hl=en
  • PREVIOUS QUESTION PAPERS : https://sircrrengg.ac.in/index.php?option=com_content&view=article&id=131&Itemid=459
  • YOUTUBE LINKS

Monday, November 20, 2023

DICD CMOS UNIT -5

 CLICK HERE FOR PART-1: UNIT -5 : INTERCONNECTS

CLICK HERE FOR PART-2: UNIT -5 : MEMORY SUB SYSTEM

CLICK HERE FOR PART-2: UNIT -5 : SEMI CONDUCTOR MEMORIES PPT

mid-2 important questions

1 Implement 6T SRAM cell and explain Read & Write cycles

2.How would you classify the semiconductor memories .What is the distinction between volatile and nonvolatile memories


CLICK HERE TO FOLLOW MY BLOG 

DICD CMOS UNIT 2

  CLICK HERE FOR UNIT 2 TESTBOOK

CLICK HERE FOR UNIT 2 NOTES

DICD CMOS UNIT -3

 CLICK HERE FOR UNIT 3 TEST BOOK

CLICK HERE FOR UNIT 3 NOTES


CLICK HERE TO FOLLOW MY BLOG 


mid-2 imp questions:

Design and implement 6T (or) 8T CMOS D flip-flop with neat diagram with operation.

Design  NOR & NAND based JK latch using static CMOS logic with circuit diagram.

DICD CMOS UNIT -4

CLICK HERE FOR  UNIT-4


CLICK HERE TO FOLLOW MY BLOG 

important question mid-2

Explain basic principle of a pass transistor with CHARGE-UP event and CHARGE-DOWN event?

Draw the circuit diagram of the function  and Explain the operation Precharge phase & Evaluate phase for Dynamic CMOS logic.

Explain basic principle of voltage bootstrapping?


Saturday, March 18, 2023

DICD ASSIGNMENT 1& 2 2023


         ASSIGNMENT -2

Form No. IQAC/20(d)-1

SIR C R REDDY COLLEGE OF ENGINEERING, ELURU

Approved by AICTE & Affiliated to JNTUK, Kakinada

Department of ECE

 

II/IV B.TECH (R20), SEMESTER –II, A.Y. 2023-24

ASSIGNMENT -2

Subject:

DICD (R2022042)

Section:  

A, B & C

Marks: 5M

Date of instruction

07/03/2024

 

Note

ANSWER ALL QUESTIONS

S. No

QUESTIONS

Marks

CO

Level

1

Design a half adder using CMOS.

Develop an SOP function  using CMOS. 

    ,  

5

3

L3

2

Develop a 2 input OR- gate using Pseudo NMOS.

Develop AOI logic using CMOS devices.

5

4

L2

3

Develop a 2 input NAND gate using Depletion load NMOS transistor.

Design 2X1 MUX using a pass transistor logic (PTL).

5

4

L3

4

Design Master slave D flip flop using transmission gates(TG).

Design a T flip flop using CMOS.

5

4

L3

5

Design and explain NOR based SR latch using CMOS.

Design NAND based JK Latch using CMOS logic.

 

5

4

L3

 

 

CO. NO.

COURSE OUTCOMES

CO1

Learn the Hardware Description Language (VHDL & VERILOG).

CO2

Understand the structure of commercially available digital integrated circuit families.

CO3

Analyze and design combinatorial and sequential logic circuits using HDL code.

CO4

Interpret the digital logic circuits using MOS logic circuits.

 

BLOOMS TAXONOMY LEVEL

L1

L2

L3

L4

L5

L6

Remember

Understand

Apply

Analyze

Evaluate

Create

  



      ASSIGNMENT -1


Form No. IQAC/20(d)-1

SIR C R REDDY COLLEGE OF ENGINEERING, ELURU

Approved by AICTE & Affiliated to JNTUK, Kakinada

Department of ECE

 

II/IV B.TECH (R20), SEMESTER –II, A.Y. 2022-23

ASSIGNMENT -1

Subject:

DICD (R2022042)

Section:  

A, B & C

Marks: 5M

Date of instruction

20/02/2023

 

Note

ANSWER ALL QUESTIONS

S. No

QUESTIONS

Marks

CO

Level

1

Write brief notes on data types, data objects, operators and identifiers in VHDL? Write the differences between Verilog HDL and VHDL?

5

1

L1

2

Give circuit implementation of 4 Bit Ripple adder and Ripple Adder/Subtractor using ones and twos complement method. Write the HDL code

5

3

L2

3

Draw the logic diagram of 74x283 IC and design a 24-bit ripple adder using the same IC.

5

2

L2

4

List out the different Operators available in Verilog HDL. Explain with example? What are the various data types supported by Verilog HDL?

5

1

L1

5

Explain hazards in sequential circuits?

5

3

L2

 

 

CO. NO.

COURSE OUTCOMES

CO1

Learn the Hardware Description Language (VHDL & VERILOG).

CO2

Understand the structure of commercially available digital integrated circuit families.

CO3

Analyze and design combinatorial and sequential logic circuits using HDL code.

CO4

Interpret the digital logic circuits using MOS logic circuits.

 

BLOOMS TAXONOMY LEVEL

L1

L2

L3

L4

L5

L6

Remember

Understand

Apply

Analyze

Evaluate

Create

 

DICD MID-1 IMP QUESTIONS 2023

 Mid-1 important questions:

Unit-1

 

1.     Explain the various Data Objects supported by VHDL. Give the necessary examples?

2.     Explain the difference in program structure of VHDL and any other procedural language. Give an example.

3.     Explain the program structure of VHDL with the help of block diagram.

4.     With suitable examples explain the various data types supported by VHDL.

5.     Explain the different concurrent statements and sequential statements in VHDL?

6.     Discuss about the comparison between CASE and IF statements in VHDL with examples?

7.     What is the use of library clause and use clause? Give example.

8.     Explain various architectural bodies/modeling styles in VHDL with examples.

9.     Explain the various data types supported by VHDL. Give the necessary examples.

10.  How the package declaration is different from entity declaration? Give the syntax for each?

11.  Define the following terms relevant to Verilog HDL

i)                Parameters iii) Constants

ii)              Keywords iv) identifiers

12.  Write the differences between Verilog and VHDL? Write the Syntax of CASE INVERTOR?

13.  Write a Verilog code for a 4X1 MUX using CASE statement?

14.  List out the data types & Operators available in Verilog HDL. Explain with example.

15.  What are the various data types supported by Verilog HDL? Explain about the predefined data values used for net or variable data type?

16.  Give the syntax for a net declaration? Explain the different kind of nets that belong to the net data type?

 

 

UNIT-II

 

1.     Draw the logic symbol and logic diagram of 74 X 148 priority encoder. Give its truth table and write VHDL code in any one of the model.

2.     Explain the design procedure for multiplexers and de-multiplexers and draw the logic diagram of a 4-to-1 line multiplexer with logic gates.

3.     Give circuit implementation of 4 Bit Ripple adder and Ripple Adder/Subtractor using ones and twos complement method.

4.     Design a Binary to Gray Code converter and write its VHDL code using data flow modeling ?

 

5.     Design the logic circuit for even parity checker and write the behavioral VHDL program?

6.     What is a comparator? Explain the operation of a 2-bit comparator with a relevant diagram. Draw its logic symbol and write a VHDL code.

 

7.     Design the following code converters:

i)                5211 to 2421 ii) 4-bit binary to excess-3

8.     Design a first and second highest priority encoder circuit using 74LS148 and 74LS138?

9.     Design a 4-bit carry look ahead adder using gates and write data flow VHDL program.

10.  Design a 3-bit comparator using three one bit comparators and logic gates.

11.  What is multiplexer? Draw the logic diagram of 8 to 1 line multiplexer?

12.  Design a 32 to 1 MUX using 74x151 and 74x139 decoders.

13.  Design a 2 input 4-bit multiplexer. Write the truth table and draw the logic diagram.

14.   Using a process statement write a VHDL source code for 4 to 1 multiplexer.

15.  Draw the logic diagram of 74x283 IC and design a 24-bit ripple adder using the same IC.

16.  Write a VHDL code for four bit parallel adder/subtractor.

  17Design binary to gray code converter are HDL code

 

DICD MID-2 IMP QUESTION

   ̅ What is a bistable element? Design bistable device with the help of CMOS inverters and also discuss transient analysis . Design a...