Skip to main content

About me

Hello guys, I'm Prasenjit Mondal the founder of The Keyboard. I'm here to learn new things and help you by sharing my knowledge like technologies, internet, blogging & etc. If you are interested to learn anything, then share with me. I'm here, with you, because this is where I choose to be😊.

PRASENJIT MONDAL

The Keyboard

Mumbai, India


Comments

Anonymous said…
Wow 😲very usefu. Thank you so much😊

Popular posts from this blog

How to advertise in your blog

    If you have a blog or site – or you are thinking of starting one – it’s never too late to start making money from it. There are several ways to monetize a blog. This article covers different online revenue models and popular strategies for digital content monetization. Let us start with the basics. What is monetization? To put it simply, monetization means making money from your site. When you earn revenue from the online content on your blog, that’s monetization. Obtain the HTML or JavaScript code for the ad that you have agreed to place on your site. Typically, advertisers simply send you a code via email, and all you must do is copy and paste it on your blog. When the advertiser verifies that you have properly added the ad to your blog, you can get paid. For now, copy the code you received. Let us go -  Steps:  1.  Go to  Blogger .  Use the link to the left or type "www.blogger.com" into a browser window.           Click...

Digital Electronics Interview Questions

  1) What is the difference between Latch and Flip-flop? The difference between latches and flip-flops is that the latches are level-triggered and flip-flops are edge-triggered. In latches level triggered means that the output of the latches changes as we change the input and edge-triggered means that the control signal only changes its state when goes from low to high or high to low. Latches are fast, whereas flip-flop is slow. 2) What is the binary number system? The system which has a base 2 is known as the binary system and it consists of only two digits 0 and 1. For Example : Take the decimal number 625 625 = 600 + 20 + 5 That means, 6×100 + 2×10 + 5 6 ×10 2  + 2×10 1  + 5×10 0 In this 625 consist of three bits, we start writing the numbers from the rightmost bit power as 0 then the second bit as power 1 and the last as power 2. So, we can represent a decimal number as ∑digit × 10 corresponding position or bit Here 10 is the total number of digits from 0 to 9. 3) Sta...