
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 757 Articles for Digital Electronics

4K+ Views
Tuners used in electrical devices to tune in to radio or television broadcasts are classified as analog or digital. A continuous waveform with varying amplitude and frequency is received and processed by an analog tuner. A digital tuner receives and processes a digital signal, which is a discrete signal consisting of 0s and 1s. Read this article to find out more about Analog Tuner and Digital Tuner and how they are different from each other. What are Analog Tuners? An analog tuner is a device that receives and tunes radio or television signals. It works by selecting a frequency from ... Read More

903 Views
In the world of electricity, Amps and Watts are two important units of measurement. Despite their similarities, they represent various features of electrical energy. Watt (W) is the power measuring unit. It calculates the amount of energy transferred in one unit of time. Amperes (amps) measure the flow of electricity, whereas Watts measure the rate at which that electricity is used. Read this article to find out more about Amps and Watts and how they are different from each other. What is Amps? The ampere, typically abbreviated as "amp, " is a unit of measurement for electric current named for ... Read More

5K+ Views
Introduction Information security protects information from disruption, misuse, destruction, disclosure, modification, or unauthorized access. The goal of information security is to protect critical data and privacy both digitally and physically. Information security is abbreviated as InfoSec. The information security adheres to Confidentiality, Integrity, and Availability. Confidentiality − Protect information from unauthorized disclosure of sensitive information. Integrity − The data is to be protected from modification or tampering data by intruders which ensures information is accurate. Availability − The information must be accessible in need of any entity, organization, etc. Other characteristics of Information security are authenticity, accountability, and ... Read More

2K+ Views
It was just two centuries ago in 1800 when Italian physicist Alessandro Volta created the first practical battery. His original battery consisted of zinc and silver stacked in alternating layers, with a piece of cloth soaked in saline between each pair of incompatible metals. The battery, often known as "Volta's pile, " was the first galvanic or primary battery. There have been several advancements in battery technology since then. The science and technology behind batteries has taken a giant leap forward in the past decade. The lithium-ion battery is one example of a newly created and widely available secondary battery. ... Read More

12K+ Views
In digital electronics, a flip-flop is a most elementary memory element used in several electronic circuit to store 1-bit information. A flip-flop is a basically a bistable multivibrator having two stable states. Flip-flops are made up of an interconnection of logic gates. However, a logic gate itself does not storage capability, but when several logic gates are arranged in a specific manner, they can store information. Also, flip-flop is the most fundamental building block of sequential logic circuits. The block diagram representation of a typical flip-flop is shown in Figure-1. A flip-flop has one or more inputs and two ... Read More

35K+ Views
Let's start this article with a brief introduction of JK flip-flop and its block diagram and truth table, before moving on to discuss the race-around condition. JK Flip-Flop JK flip-flops is a one-bit storage device which has two stable states. The block diagram representation of a JK flip-flops is shown in Figure-1. It has two inputs specified by "J" and "K", one clock input for synchronization of the circuit, and two outputs represented by Q and Q'. When clock signal is absent, the output of the JK flip-flop is independent of the inputs J and K. When the clock ... Read More

394 Views
What is a Multiple Digit Decimal Display? A type of electronic display which is used to show multiple digits of decimal numbers is called a multiple digit decimal display. A most extensively used type of multiple digit decimal display in digital systems is a 4-digit display. The 4-digitl display is able to display decimal numbers between 0 and 9999 (largest 4 digit number). The most common application of these multiple digit decimal displays is in digital calculators, digital watches and clocks, and in many other electronic devices that need to display information in the form of decimal numbers. Let us ... Read More

32K+ Views
A JK flip flop is a type of 1-bit memory element having inputs namely J and K, one clock input, and two output specified by Q and Q'. The JK flip flop is an improved version of SR flip flop which does not have forbidden state. To avoid the forbidden or indeterminate state, the outputs of the JK flip flop are fed back to its inputs. However, due to these feedback paths, a new problem is raised in the circuit, which is called race around condition. Race around condition in the JK flip is a major problem in which the ... Read More

1K+ Views
What is an Incompletely Specified Function? In Boolean algebra, a Boolean function or logic function whose output values are known for a subset of its inputs and has output which is a don’t care condition for at least one of its input combinations is called an incompletely specified function. Hence, in an incompletely specified function, the value of the function for don’t care combinations can be selected either a 0 or a 1 depending on the fact that which one leads to be the more minimal solution of the function. For these combinations, the Karnaugh map (K-Map) entry is marked ... Read More

16K+ Views
What is a Decoder? In digital electronics, a decoder is a combinational logic circuit which is capable of converting information in binary form N inputs to a maximum of 2N outputs. The block diagram of a typical decoder is shown in Figure-1. It can be seen that a decoder has N input lines to accept binary coded information, an enable input, E to turn on or off the decoder (optional), and 2N unique output lines. The digital decoders are extensively used in several applications in the field of digital electronics such as decoding of data, seven segment displays, data ... Read More