Introduction to BCD Numbers How to Perform BCD to Gray Code Conversion? BCD stands for binary coded decimals which means we have assigned binary codes to the decimal numbers. The range of BCD numbers is from 0 to 9. That’s Read More …
Author: Asma Mushtaq
ASCII to Binary, HEX, Decimal and Packed BCD Converter

ASCII Numbers Converter Online Our ASCII Converter Tool is an easy-to-use utility designed to help you convert ASCII strings to different number systems and formats, and vice versa. Whether you’re working with binary, hexadecimal, decimal, or packed BCD formats, this tool Read More …
Stripline Trace Width Calculator
Features of the Calculator Calculates the trace width required for a given current in a stripline PCB layout. Uses IPC-2221 or IPC-2152 standards for accurate trace width estimation. Inputs: Current (A), Thickness (oz/µm), Dielectric Height (mil/mm), Temperature Rise (°C). Outputs: Read More …
How to Simplify a Boolean Function Using Karnaugh Map (k-map)?

How to Simplify a Boolean Function Using Karnaugh Map (k-map)? How to simplify a Boolean function using Karnaugh map (k-map)? Truth table representation of a function is always a unique expression. The complexity of a digital circuit can be reduced Read More …
Bubble Sort Algorithm in C++

Bubble Sort Bubble sort in programming is used for arranging the array elements either in ascending or descending orders. This is the simplest algorithm in programming and easily implementable. Working of Bubble Sort Algorithm In this algorithm, we start making Read More …
Coil Inductance Calculator Online

Coil Inductance Calculator This calculator evaluates the value of the inductance given the parameters: Coil radius (cm) Cross Sectional Area (cm2) Length of Solenoid (cm) Number of Turns Permeability of Air (H/m) Relative Permeability \[ L = \frac{{\mu_0 \cdot \mu_r Read More …
Electric Circuit Calculator Online
Circuit Calculator A circuit calculator is an online tool that helps you to calculate the circuit parameters given the voltages and current. It uses the ohm’s law V=IR and evaluate the value of Resistance if you provide it the standard Read More …
Series and Parallel Resistance calculator Online

Series and Parallel Resistance calculator Online This tool helps you to calculate the series and parallel combination of resistance and gives the the final result. The measure of opposition to electric current in an electric circuit is known as electrical Read More …
Series and Parallel Inductance Calculator Online

Series and Parallel Inductance Calculator Online The Series and Parallel Inductance Calculator is a user-friendly tool that allows users to calculate the total inductance of multiple inductors connected in series or parallel. Here’s a brief overview of its features: Number Read More …
Application of DIV instruction in PIC microcontroller
Application of DIV instruction in PIC microcontroller Application of DIV instruction in PIC microcontroller. Why do we learn division in assembly? Assembler use division to convert decimal into binary, that’s why it is so important to learn. Other than this Read More …