Found 1024 Articles for Digital Electronics

Digital Integrated Circuits

Chandu yadav
Updated on 30-Jun-2020 10:58:25

12K+ Views

A microprocessor is digital is a digital circuit which is built using a combination logic functions. The microprocessor package contains an integrated circuit.Integrated CircuitAn integrated circuit is electronic circuit or device that has electronic components on a small semiconductor chip. It has functionality of logic AND or amplifying of a signal. These are mainly two types of circuits: Digital or Analog. Analog ICs handle continuous signals such as audio signals and Digital ICs handle discrete signals such as binary values.Types of Integrated CircuitsThere are different types of integrated circuits based various criteria. Based on intended application, the Integrated Circuit (IC) ... Read More

How is technology affecting the lives of people with disabilities?

Dev Kumar
Updated on 27-Jun-2020 07:38:56

70 Views

The impact of technology has been nothing short of phenomenal on the lives of people with disabilities. Nothing articulates this better than the statement by Mary Pat Radabaugh, Director of IBM National Support Center for Persons with Disabilities - "For most people, technology makes things easier.Technology Makes Things PossibleFor people with disabilities, technology makes things possible." That's one of the most accurate observations on the matter and it is based on a whole list of examples that could be found across different parts of the world. In fact, there's a term that has been coined specifically for this kind of ... Read More

How to Convert Binary to Hexadecimal?

Arjun Thakur
Updated on 31-Oct-2023 04:38:18

137K+ Views

Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2). Since digital electronics have only these two states (either 0 or 1), so binary number is most preferred in modern computer engineer, networking and communication specialists, and other professionals.Whereas Hexadecimal number is one of the number systems which has value is 16 and it has only 16 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F. Where A, B, C, D, E and F are single bit representations ... Read More

How to Convert Hexadecimal to Decimal?

Ankith Reddy
Updated on 26-Jun-2020 06:29:13

16K+ Views

Whereas Hexadecimal number is one of the number systems which has value is 16 and it has only 16 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F. Where A, B, C, D, E and F are single bit representations of decimal value 10, 11, 12, 13, 14 and 15 respectively. Whereas Decimal system is most familiar number system to the general public. It is base 10 which has only 10 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.Conversion from Hexadecimal to Decimal number systemThere are various ... Read More

How to Convert Decimal to Hexadecimal?

Arjun Thakur
Updated on 31-Oct-2023 13:21:07

61K+ Views

Decimal system is most familiar number system to the general public. It is base 10 which has only 10 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Whereas Hexadecimal system is most familiar number system color representation in Computers or digital systems. It is base 16 which has only 16 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F. These A, B, C, D, E, F use as single digit in place of double digits, 10, 11, 12, 13, 14, 15 respectively.Conversion from Decimal to Hexadecimal ... Read More

How to Convert Octal to Binary?

Chandu yadav
Updated on 22-Oct-2023 13:02:17

27K+ Views

Octal number is one of the number systems which has value of base is 8, that means there only 8 symbols − 0, 1, 2, 3, 4, 5, 6, and 7. Whereas Binary number is most familiar number system to the digital systems, networking, and computer professionals. It is base 2 which has only 2 symbols − 0 and 1, these digits can be represented by off and on respectively.Conversion from Octal to Binary number systemThere are various direct or indirect methods to convert a octal number into binary number. In an indirect method, you need to convert an octal ... Read More

How to Convert Binary to Octal?

George John
Updated on 01-Nov-2023 20:03:16

40K+ Views

Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2). Since digital electronics have only these two states (either 0 or 1), so binary number is most preferred in modern computer engineer, networking and communication specialists, and other professionals. Whereas Octal number is one of the number systems which has value is 10 and it has only 8 symbols: 0, 1, 2, 3, 4, 5, 6, and 7. Conversion from Binary to Octal number system Octal number system provides convenient way of converting large binary numbers into more ... Read More

How to Convert Decimal to Octal?

Ankith Reddy
Updated on 26-Jun-2020 06:05:00

17K+ Views

Decimal system is most familiar number system to the general public. It is base 10 which has only 10 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Whereas octal system is one of the number systems to represent numbers. It is base 8 which has only 8 symbols − 0, 1, 2, 3, 4, 5, 6, and 7.Conversion from Decimal to Octal number systemThere are various direct or indirect methods to convert a decimal number into octal number. In an indirect method, you need to convert a decimal number into other number system (e.g., binary ... Read More

How to Convert Decimal to Binary?

Arjun Thakur
Updated on 31-Oct-2023 04:52:45

84K+ Views

Decimal number is most familiar number system to the general public. It is base 10 which has only 10 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Whereas Binary number is most familiar number system to the digital systems, networking, and computer professionals. It is base 2 which has only 2 symbols: 0 and 1, these digits can be represented by off and on respectively.Conversion from Decimal to Binary number systemThere are various direct or indirect methods to convert a decimal number into binary number. In an indirect method, you need to convert a decimal ... Read More

How to Convert Binary to Decimal?

Chandu yadav
Updated on 14-Sep-2023 13:12:25

24K+ Views

Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2). Since digital electronics have only these two states (either 0 or 1), so binary number is most preferred in modern computer engineer, networking and communication specialists, and other professionals.Whereas Decimal number is most familiar number system to the general public. It is base 10 which has only 10 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.Conversion from Binary to Decimal number systemThere are mainly two methods to convert a binary number into decimal number ... Read More

Advertisements