Binary vs Decimal Number System - C Programming Tutorial 30

preview_player
Показать описание
Notes for You: Binary vs Decimal Number System.

Decimal Number System: (base=10)
- has 10 digits
- 0,1,2,3,4,5,6,7,8,9
To represent any number in decimal number system we take help of 0 to 9 digits.
Ex: 65, 15, 35, 40, 128 etc.

Binary Number System: (base =2)
- has 2 digits.
- 0, 1
To represent any number in binary number system we take help of 0s and 1s.
Ex: 01000001, 00001111, 00100011, 00101000, 10000000 etc.

=========================================

Follow the link for next video:

Follow the link for previous video:

=========================================

C Programming Tutorials Playlist:

=========================================
Watch My Other Useful Tutorials:-

Computer Programming Fundamentals Playlist:-

C Practical LAB Exercises Playlist:-

C++ Tutorials Playlist:

=========================================

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #CProgramming #CProgrammingTutorial
Рекомендации по теме
Комментарии
Автор

SUBSCRIBE, SHARE & SUPPORT:
VISIT & LEARN AT FREE OF COST:

ChidresTechTutorials
Автор

Every video is so understandable than the other one ..

Thank You 💜❤️

kadriahamadamouroivili
Автор

Why do you get 1 for 2 raise the power of 0?

2 x 0 = 0 ?

or is it

2 x 1 = 1

tristiandejong