Showing posts with label Combinational Circuits. Show all posts
Showing posts with label Combinational Circuits. Show all posts

Friday, June 26, 2020

Digital electronics basic interview Questions


1. List the different types of Number systems.
2. Which gates are called Universal gates?
3. What is Demorgan's Theorem
4. How to Realise gates using Half Adder?
5. How to Realise basic gates using 2:1 Multiplexer?
 

Beginner's Verilog Code

******** Simple Logic circuits using Data flow (assign logic) ******** 1. RTl code: 2:1 Mux module mux_2x1 ( a , b , sel , y );    input  ...