Octal and Hexadecimal Number System Explained

แชร์
ฝัง

ความคิดเห็น • 39

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  3 ปีที่แล้ว +5

    Timestamps for the Different topics covered in the Video:
    0:00 Introduction
    2:10 Octal Number System and Counting in the Octal Number System
    3:43 Octal to Binary Conversion
    5:47 Binary to Octal Conversion
    8:07 Hexadecimal Number System and Counting in Hex Number System
    10:00 Hexadecimal to Binary Conversion
    11:19 Binary to Hexadecimal Conversion
    13:20 Octal to Decimal Conversion
    15:36 Hexadecimal to Decimal Conversion
    16:48 Decimal to Octal Conversion
    19:18 Decimal to Hexadecimal Conversion
    21:35 Octal to Hexadecimal Conversion
    22:52 Hexadecimal to Octal Conversion

    • @feel__motive
      @feel__motive 2 ปีที่แล้ว

      Why we make 4-bit group in hexadecimal number system and make 3-bit group in octal number system???????? Plz give answers 🧐🧐🧐🧐🧐🧐🧐🧐

    • @josephchal8709
      @josephchal8709 3 หลายเดือนก่อน

      ​@@feel__motive because the binary 0 and 1 will be arranged in 2 to the power manner ,for example can you represent 13 in 3bit manner if do it can't because 3bit have highest value is about to 7 so we make it 4bit for hexadecimal and 3bit for octal

  • @shrabanimandal9238
    @shrabanimandal9238 4 วันที่ผ่านมา +1

    Best content for the number system

  • @poojashah6183
    @poojashah6183 3 ปีที่แล้ว +7

    Thanks for this(to the point)information 🙏🏻👍🏻

  • @tarjbaxi2400
    @tarjbaxi2400 ปีที่แล้ว +5

    Very well explained sir! Doing a great job by uploading these videos. :):)

  • @aaryamhatre7351
    @aaryamhatre7351 2 ปีที่แล้ว +10

    Sir I got full marks in computer by listening your lesson

  • @Ineoa20k
    @Ineoa20k 9 หลายเดือนก่อน +1

    Kind of teacher i need to understand

  • @vinuramendis2273
    @vinuramendis2273 3 ปีที่แล้ว +4

    You are the best❤️

  • @mayurshah9131
    @mayurshah9131 3 ปีที่แล้ว +3

    JUST SUPERB 👍👍

  • @UE_devlover
    @UE_devlover 5 หลายเดือนก่อน

    Very awesome explanation sir 👍🏻

  • @mohanaddalol
    @mohanaddalol 7 หลายเดือนก่อน +1

    i couldn't thank you enough

  • @Gods_praise
    @Gods_praise ปีที่แล้ว

    Very good explanation sir

  • @ignatii_ars
    @ignatii_ars 2 หลายเดือนก่อน

    Great video!

  • @barlolabalaraju1497
    @barlolabalaraju1497 2 ปีที่แล้ว

    Very useful tq soo much

  • @Harshavardhan-zr2ip
    @Harshavardhan-zr2ip 3 ปีที่แล้ว +1

    Sir pls make a video on CMOS technology

  • @ahmadjaradat3011
    @ahmadjaradat3011 13 วันที่ผ่านมา

    thanks

  • @justpaulo
    @justpaulo 3 ปีที่แล้ว +3

    In the
    - Decimal to Octal Conversion
    - Decimal to Hexadecimal Conversion
    I also recommend to convert it to binary 1st, and then covert it to Oct or Hex.
    The reason being that it is much easier to divide and multiply by 2 and going from Bin to Oct or Hex it's trivial.

  • @pranavsharma4308
    @pranavsharma4308 2 ปีที่แล้ว +1

    good

  • @shameditz7520
    @shameditz7520 3 หลายเดือนก่อน

    Hi sir.... Any easy method to calculate fraction negative value like (7*8^-2) and (1*8^-1)?

  • @vinuramendis2273
    @vinuramendis2273 3 ปีที่แล้ว +4

    ❤️

  • @feel__motive
    @feel__motive 2 ปีที่แล้ว +1

    Sir why we make 4- bit group in hexadecimal number system and make 3- bit group in octal number system??? Plz reply me with satisfactory answer

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  2 ปีที่แล้ว +3

      Hexadecimal number system consists of 16 symbols. Using the 4 bits ( 2^4) all 16 symbols can be represented. Therefore, during binary to hex conversion, we are making the group of 4 bits. Same way, in octal number system, there are 8 symbols and they can be represented using 3 bits.
      I hope, it will clear your doubt.

    • @feel__motive
      @feel__motive 2 ปีที่แล้ว

      @@ALLABOUTELECTRONICS sir apki baat theek hai laikin group bnana lazmi hai kya in both conversation......
      ..... But thanks for your help 😘😘😘. Plz help some more........

  • @theflamecoreguy7929
    @theflamecoreguy7929 3 ปีที่แล้ว

    Plz plz plz make a video about amplifier low and high freq response I can't understand it and I have exams on 6th aug 😣

  • @challengemania4447
    @challengemania4447 ปีที่แล้ว

    the binary representation of hexadecimal number C3 is ??

  • @justcurious1940
    @justcurious1940 2 ปีที่แล้ว

    can u convert hexa to octa or octa to hexa without going through binary ?

  • @tambwepungwe
    @tambwepungwe 7 หลายเดือนก่อน

    Hi please tell me, why do we use a set of 3 symbols ex: 011, 111,101 while converting from binary to octal and use a set of 4 symbols while converting from binary to hexadecimal ex: 0111, 1010, 1101 etc.
    Thanks

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  7 หลายเดือนก่อน +1

      Because in the octal system we have total 8 different digits and in binary, they can be represented using 3 bits. That’s why during binary to octal conversion, the groups of three digits are made. The same is true for the Hexadecimal number. In hexadecimal system, we have total 16 different digits and to represent them in binary we require 4 bits.

  • @dhruvsinghsolanki7845
    @dhruvsinghsolanki7845 2 ปีที่แล้ว

    How will we convert decimal to hexadecimal with upto 4 decimal places like 1234.5678 and why are we only multiplying 16 0r 8 4 times like at 21:06. Will we always do it just 4 time or is there some rule.

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  2 ปีที่แล้ว

      No, there is no hard & fast rule to do conversion only upto 4 places only. If you required you can go further also.

  • @avidrationalist7281
    @avidrationalist7281 ปีที่แล้ว

    where are 8 symbols at time lap 2:21????????????????????????????? where is 5 ????

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  ปีที่แล้ว

      0 to 7 are the 8 symbols in octal number system. In binary we have only two ( 0 and 1). In decimal we have 10 ( 0 to 9). Similarly in octal number system we have 8 symbols ( 0 to 7).

  • @puneethvm
    @puneethvm ปีที่แล้ว

    👌

  • @LapissHamster
    @LapissHamster 2 ปีที่แล้ว

    :D

  • @sandeepshukla4936
    @sandeepshukla4936 2 ปีที่แล้ว

    Not able to understand anything

  • @mathit9014
    @mathit9014 7 หลายเดือนก่อน

    Sir would you mind please providing the notes in pdf or ppt formats....It would be extremely helpful to revise the topics.