This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sql Delete Rows Command

Sql Delete Rows Command


In this post Sql Delete Rows Command , we will have idea about deletion of data from sql tables. Sometimes we need to delete data from sql tables, there might be so many reasons for this deletion.
For sql delete rows, we have to use delete command of sql.

Sql Delete Rows Command 1

Sql Delete Rows Command


Delete Command


Delete Command is used to delete records from a database table, we can delete any number of records at a time in a single Delete Command. Delete Command of SQL uses Delete keyword.

The general syntax of Delete Command


Delete table name [where condition];

Example
Delete employee;

This will delete all the records from employee table.
We can delete particular rows or records  of a table.

Delete employee where ename=’Smith’;
This will delete record of Smith only.

We can use multiple conditions in Delete Command.
Suppose we want to delete records of all that employees whose city is Chandigarh and name is Smith.

The SQL delete statement will be like this:
Delete employee where ename=’Smith’ and ecity=’Chandigarh’;

This was all about sql delete rows command

Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced

Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced 

The idea behind the post Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced is to give an idea of questions to viewers of this post. Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced are beneficial for students as well as candidates appearing for interviews.
Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced 2
Add caption

Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced 1
Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced 

 
Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced 22
  1. Define OR gate?

  2. Draw truth table for two input AND gate?

  3. Define de-multiplexers?

  4. What are shift registers?

  5. What is ring counter?

  6. Define magnitude comparator?

  7. Define Priority encoder?

  8. Draw master slave J-k Flip flop and explain its operation?

  9. Draw the logic diagram of UP/DWON Asynchronous counter and  explain its working?

  10. Explain the application of shift registers?

  11. Explain Binary to gray number conversion?

  12. Explain Gray to Binary number conversion?

  13. Explain why NAND gate is called as Universal logic gate?

  14. Explain the function of flip-flop?

  15. What is the key feature of excess-3 code?

  16. Express octal number in binary (7041)

  17. Draw half adder circuit and Explain its operation?

  18. Draw logic diagram of 4 inputs multiplexer and explain its working?

  19. Draw logic diagram of BCD to decimal decoder and Explain its operation?

  20. Draw logic diagram of decimal to BCD encoder and Explain its functions?

  21. Explain the operation of D-Flip flop using truth table and waveforms?

  22. What is binary Number system

  23. What is the application of seven segment Decoder Driver?

  24. What IC is commonly used for seven segment Decoder Driver and Decoder Counter?

  25. Draw the logic symbol and Truth Table for X-OR gate?

  26. What are Universal Gates?

  27. What is the difference between positive logic and Negative logic?

  28. Which number system is generally used for assembly language programming.

  29. What is the difference between Half Adder and Full adder.

  30. What is parity bit.

  31. Draw the diagram for 4-Bit Synchronous Binary Counter. Explain its  working with the help of timing diagram.

  32. Draw the diagram for SR Flip-Flop . Explain its working with the help of Truth Table.

  33. Draw the diagram for Full-Adder. Explain its working. Draw the truth  table.

  34. Explain why NAND and NOR gates are called Universal Gates. 

  35. Implement OR and AND gates using NAND and NOR gates.

  36. What is the difference  between combinational and sequential Circuit?

  37. Draw thw symbol for JK Flip-Flop and D- Flip-Flop

  38. Draw the logic symbol and T.T. for NAND gate?

  39. Draw the circuit diagram for HALF ADDER. Explain its working  with the help of a truth table.

  40. What is multiplexer. Draw the logic diagram for 8:1 MUX .Explain its  working.

  41. Draw the diagram for 7-segment Decoder Driver. Explain its working.

  42. Draw the logic diagram for decimal (0-9) to BCD decoder .Write its  application.

  43. Draw the diagram for Master-Salve J-K Flip-Flop. Explain working with the help of truth table.

  44. Draw the diagram for Universal Shift Register. Explain its working.

  45. Define synchronous sequential circuit.

  46. The sum of binary number 1111 and 1001 is…..

  47. A….Flip-Flop uses both positive edge and negative edge of clock for data transfer.

  48. Give two applications of Flip-Flops. 

  49. What is meant by modulus of a counter?

  50. What is buffer register.

  51. Differentiate between serial data and parallel data.

  52. Define accuracy of D/A converter.

  53. A D/A converters has a supply voltage of 15v.If the number of bits is 6,What voltage does 1 bit represent.

  54. Design a mode 8 synchronous counter and Explain its working.

  55. Draw a K-Map for the following functions of 4 variables and use it to reduce the function realize the reduce function by using Nand gates.

  56. F=sigma(1,3,7,11,15)+d(0,2,5)

  57. What is Master slave Flip-Flop.

  58. What is Seven segment display.

  59. What is Weighted resistor D/A converter

  60. Convert (10110110) binary to gray code.

  61. Convert (10111011) graycode to binary.

  62. Draw symbol of OR, NOT, AND,NAND,NOR and XOR gates.

  63. Explain full subtracter with neat diagram.

  64. Design a decoder for BCD to Decimal .

  65. Explain Ring counter.

  66. Draw logic diagram of 4 bit parallel in serial out register.

  67. Explain the operation of J-K Flip-Flop.

  68. Design a 6 4:1 MUX using 16:1 and 4:1 MUX

  69. What is parity ?

  70. Draw truth table of OR gate.

  71. What is digitization ?

  72. State Demorgan's first theorem.

  73. Define LATCH.

  74. What is Buffer ?

  75. Find 2's compliment of 11010101.

  76. What is meant by Positive Logic?

  77. What is PISO ?

  78. How many Flip Flops are required for a decade counter?

  79. What is difference between Asynchronous and Synchronous Counter

  80. Draw & Explain Asynchronous MOD-5 counter.

  81. What are application of Shift Registers? Explain SISO Register.

  82. Difference between Analog and Digital signals 

  83. What is a Priority encoder

  84. What are error detection codes? 

  85. What are universal gates? Why these are called as universal ?

  86. Add these two binary numbers 101010 & 110101.

  87. Draw truth table & schematic of half adder circuit & Explain.

  88. What is basic difference between a multiplexer & an encoder? 

  89. Explain 4:1 multiplexer.

  90. Draw block schematic of 2 bit comparator circuit & Explain with the help of truth table.

  91. Using K-map simplify Y=  sigma(0,2,3,5,7,11,13) and realize it using NAND gate only.

  92. What is Race-Around condition & how it is eliminated using JK Master Slave Flip-Flop

  93. What is A.L.U?

  94. Explain all modes of shift register & Draw PISO shift register.

  95. What is parity & how it is used in error detection code?

  96. Explain 4 bit parallel binary adder

  97. Draw a BCD to 7-segment decoder?

  98. What is function of stroke in multiplexer? Draw 4:1 multiplexer with truth table.

  99. What is difference between sequential & computational circuits? Draw  logic diagram of mode 7 counter.

  100. What is a flip flop? Show how D-flip flop is made by SR flip flop with truth table.

  101. calculate 2's complement of a decimal no. 16
Summary
Hope this post Top 101 Digital Electronics Interview Questions and Answers for freshers and experienced is helpful for all those who are studying computer engineering as well as electronics engineering.
We will appreciate social media share of this post.
Please click on twitter or Facebook buttons in the end of this post.

Top BEST Baby Names for Hindu boy Latest 2016

Top BEST Baby Names for Hindu boy Latest 2016

In this post " Top BEST Baby Names for Hindu boy Latest 2016", we are listing Top BEST Baby Names for Hindu boy Latest 2016.

Baby Names for Hindu boy Latest 2016 starts with A


Aabhas
Aadarsh
Aadhish
Aadhyatm
aadi
Aadi
Aadidev
Aadijay
Aadim
Aadinath
Aadipta
Aadish
Aadishankar
Aadit
Aaditey
aakash
aarav
Aarav
aaryan
Aashish
abhay
Abhijeeth
abhinav
adarsh
adit
aditya
Aditya
ajay
Akashdeep
Aman
amrit
Anand
ananda
anando
Angad
anik
anil
anshu
Anshul
apu
Arjun
Aryan
ashwani
Avinash
Top BEST Baby Names for Hindu boy Latest 2016
Top BEST Baby Names for Hindu boy Latest 2016

Baby Names for Hindu boy Latest 2016  starts with C


Chaitanya
Chandan
Chetanya

Baby Names for Hindu boy Latest 2016 starts with D


Darshan
Deepak
Dheeraj
Dheeraj
Dheiraj
Diwakar

Baby Names for Hindu boy Latest 2016 starts with G


Gaurav
Gavie
Girish

Baby Names for Hindu boy Latest 2016 starts with H


Harshad
Himanshu
Hiten
Hrishant

Baby Names for Hindu boy Latest 2016 starts with I


Indraneil

Baby Names for Hindu boy Latest 2016 starts with J


Jas

Baby Names for Hindu boy Latest 2016 starts with K


Karan
Keith
Kinshuk
Kushal

Baby Names for Hindu boy Latest 2016 starts with L


Lovely

Baby Names for Hindu boy Latest 2016 starts with M


Manish
Milind
Mohit

Baby Names for Hindu boy Latest 2016 starts with N


Naman
Navneet
Niketan
Nikhil
Nishant
Nivin
 Top BEST Baby Names for Hindu boy Latest 2016
 Unique Baby Boy Names for Hindu Boys

Baby Names for Hindu boy Latest 2016 starts with P


Paraag
Parvin
Prashant
Prateik
Praveen
Pravesh
Prince
Priyanshu
Pulkit
Purab
Baby Names for Hindu boy Latest 2016 starts with R

Raj
Raqesh
Ravish
Rohit
Ronit
Baby Names for Hindu boy Latest 2016 starts with S

Sahil
Sandeep
Sanjay
Saurabh
Shaam
Sharad
Shayan
Shivam
Shivanku
Shivay
Shray
Sudhanshu
Suraj
Sushant
suyash
Suyyash
Baby Names for Hindu boy Latest 2016 starts with U

Upen
Baby Names for Hindu boy Latest 2016 starts with V

Vaibhav
Vikramjeet
Vivan
Baby Names for Hindu boy Latest 2016 starts with Y

Yash

Wrapping it up


So, these are some interesting Top BEST Baby Names for Hindu boy Latest 2016 .Feel free to give your suggestions in comment. Help us to spread this more using social share buttons given below.

Ignore Searches
Baby Boy Names, baby boy names indian hindu latest, Baby Names, Baby Names for Hindu Boys, top 100 baby names, unique baby boy names hindu starting with k,

top best deal of the day

Top Best Deal of the Day 

Flipkart Deal of the Day

Best Pen drive Offer
  • 8 GB Capacity
  • USB 2.0 iFace
  • Utility Pendrive
  • USB Flash Drive
  • 5.5" FHD Display
  • 16MP|5MP Camera
  • 2GB RAM|16GB ROM
  • 4000 mAh battery
redmi note 3
Redmi Note 3
Samsung Galaxy Note Edge 32GB

Samsung Galaxy Note Edge 32GB

Amazon offers

 Kindle - 6" Glare-Free Touchscreen Display, Wi-Fi (Black) 


 


 


Search here for more Snapdeal offers