Octal and Hexadecimal Number System Explained

  Рет қаралды 53,804

ALL ABOUT ELECTRONICS

ALL ABOUT ELECTRONICS

Күн бұрын

In this video, the Octal and the Hexadecimal Number Systems are explained and different number system conversions like Octal to Binary, Hexadecimal to Binary, Binary to Octal, Binary to Hexadecimal, Octal to Decimal, Hexadecimal to Decimal, Decimal to Octal, Decimal to Hexadecimal, Octal to Hexadecimal and Hexadecimal to Octal are explained with examples.
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
The other useful videos related to binary and decimal number systems:
1) Binary to Decimal Conversion:
• Binary Number System: ...
2) Decimal to Binary Number System
• Decimal to Binary Conv...
3) 1's and 2's complement
• 1's complement and 2's...
This video will be useful to all students of science and engineering in understanding the Octal and Hexadecimal Number Systems.
#ALLABOUTELECTRONICS
#OctalNumberSystem
#HexadecimalNumberSystem
Support the channel through membership program:
/ @allaboutelectronics
--------------------------------------------------------------------------------------------------
Follow my second channel:
/ @allaboutelectronics-quiz
Follow me on Facebook:
/ allaboutelecronics
Follow me on Instagram:
/ all_about.electronics
--------------------------------------------------------------------------------------------------
Music Credit: www.bensound.com

Пікірлер: 37
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 3 жыл бұрын
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 Ай бұрын
​@@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
@poojashah6183
@poojashah6183 3 жыл бұрын
Thanks for this(to the point)information 🙏🏻👍🏻
@tarjbaxi2400
@tarjbaxi2400 Жыл бұрын
Very well explained sir! Doing a great job by uploading these videos. :):)
@ignatii_ars
@ignatii_ars 7 күн бұрын
Great video!
@vinuramendis2273
@vinuramendis2273 3 жыл бұрын
You are the best❤️
@mayurshah9131
@mayurshah9131 3 жыл бұрын
JUST SUPERB 👍👍
@barlolabalaraju1497
@barlolabalaraju1497 2 жыл бұрын
Very useful tq soo much
@ArjunFacts_
@ArjunFacts_ Жыл бұрын
Very good explanation sir
@UE_devlover
@UE_devlover 2 ай бұрын
Very awesome explanation sir 👍🏻
@mohanaddalol
@mohanaddalol 5 ай бұрын
i couldn't thank you enough
@justpaulo
@justpaulo 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.
@Ineoa20k
@Ineoa20k 7 ай бұрын
Kind of teacher i need to understand
@Harshavardhan-zr2ip
@Harshavardhan-zr2ip 3 жыл бұрын
Sir pls make a video on CMOS technology
@justcurious1940
@justcurious1940 2 жыл бұрын
can u convert hexa to octa or octa to hexa without going through binary ?
@pranavsharma4308
@pranavsharma4308 2 жыл бұрын
good
@aaryamhatre7351
@aaryamhatre7351 Жыл бұрын
Sir I got full marks in computer by listening your lesson
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
Great.. keep it up 👍🏻
@sumit3416
@sumit3416 Жыл бұрын
wht test? how many videos?
@vinuramendis2273
@vinuramendis2273 3 жыл бұрын
❤️
@challengemania4447
@challengemania4447 Жыл бұрын
the binary representation of hexadecimal number C3 is ??
@shameditz7520
@shameditz7520 20 күн бұрын
Hi sir.... Any easy method to calculate fraction negative value like (7*8^-2) and (1*8^-1)?
@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 😣
@puneethvm
@puneethvm 10 ай бұрын
👌
@tambwepungwe
@tambwepungwe 4 ай бұрын
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 4 ай бұрын
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.
@feel__motive
@feel__motive 2 жыл бұрын
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 жыл бұрын
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........
@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).
@LapissHamster
@LapissHamster 2 жыл бұрын
:D
@sandeepshukla4936
@sandeepshukla4936 2 жыл бұрын
Not able to understand anything
@mathit9014
@mathit9014 5 ай бұрын
Sir would you mind please providing the notes in pdf or ppt formats....It would be extremely helpful to revise the topics.
Binary Codes: Classification of Binary Codes Explained
10:47
ALL ABOUT ELECTRONICS
Рет қаралды 68 М.
1's complement and 2's complement | Signed Binary Numbers Explained
16:54
ALL ABOUT ELECTRONICS
Рет қаралды 201 М.
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14
МЯТНАЯ ФАНТА
Рет қаралды 4 МЛН
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 13 МЛН
Number Systems Introduction - Decimal, Binary, Octal & Hexadecimal
10:57
The Organic Chemistry Tutor
Рет қаралды 1,5 МЛН
Hexadecimal Number System
10:34
Neso Academy
Рет қаралды 123 М.
Binary,Decimal,Octal,Hexadecimal Conversion (PART-1)
27:00
Manjeet Singh
Рет қаралды 6 МЛН
How To Convert Decimal to Hexadecimal
22:20
The Organic Chemistry Tutor
Рет қаралды 1,7 МЛН
Gray Code Explained | Gray code to Binary and Binary to Gray code Conversion
13:21
How Do Computers Remember?
19:32
Sebastian Lague
Рет қаралды 6 МЛН
Самые крутые школьные гаджеты
0:49
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 1,5 МЛН
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 61 МЛН
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 4,3 МЛН