Category Archives: Digital Electronics

ElectricalEngineering123.com is the one stop place for digital electronics. For more details visit us, we’re here to help you.

How to Convert Decimal Number to Binary Numbers

Conversion from decimal number to binary number system is also essential to represent real-world quantities in terms of Binary values. The Sum-of-weights and repeated division by 2 methods are used to convert a decimal to Binary number. Sum of Weights Method  The  Sum-of-weights  method  used  to  convert  Binary  numbers  into  their  Decimal equivalent is based… Read More »

COMPUTER CODING SYSTEM

Many different coding systems are used to represent data today. What is the importance of coding systems? To represent numeric, alphabetic, and special characters in a computer’s internal storage and on magnetic media, we must use some sort of coding system. In computers, the code is made up of fixed size groups of binary positions.… Read More »

Digital Logic Design Algorithmic State Machine ASM MCQ’s

This page provides multiple choice questions related to algorithmic state machine. The correct answers are given at the end of this page. MCQ 1: State box without decision and conditional box is  A. ASM block  B. defined block  C. simple block  D. both a and b MCQ 2: ASM chart resembles with A. map  B. data  C. flowchart  D. operation  MCQ 3: Control sequence… Read More »

Binary to decimal conversion

Most real world quantities are represented in Decimal Number System. Digital Systems on the other hand are based on the Binary Number System. Therefore, when converting from the Digital Domain to the real-world, Binary numbers have to be represented in terms of their Decimal equivalents. The method used to convert from Binary to Decimal is… Read More »