"Hi everyone, I'm Rudra, a CS engineer and passionate blogger. Welcome to my post on [binary numbers system. ], where I'll share insights on Information Technology and Computer Science education. My goal is to provide helpful information and answer your questions. Feel free to ask me anything in the comments below. Let's dive into today's topic…🙂”
The binary numbers system:
What is binary numbers system?
For example, (10011)2 is a binary number. The subscript 2 is at the end of this number indicates the base of the number.
Table:-This is to show binary and decimal converted digits.
Decimal Number Binary Number0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
Similarly the octal and hexadecimal number have its own such as
The octal number base (456)8 is the base of octal. The octal base 8.
and the hexadecimal number base is (F 6)16. The hexadecimal base is 16.
also the Decimal number base is (15214)10. The decimal base is 10.
Can a computer be based on a binary number concept?
Yes, it is true that the computer system is based on the concept of a binary number system followed by the cpu.
The logic gates also process the value which is a unit of cpu processing the data to provide the output value based on the logical processing system through the ALU means Arithmetic and Logic Unit of the cpu.
The binary number system is basically 0 or 1 to compute the value where the 0 can be considered as ‘no’ and 1 is used for ‘yes’ on the logic gates such as:- NOT, NOR, OR, AND, NAND, X’OR, X’NOR etc.
Please subscribe my blog...... enter E-Mail to get notification....
I hope you from this topic “ binary numbers system” and you can enjoy this informative post that i have published and provide you to the information technology or computer science related solution or questions/answers provided in the topic to study and happy learning 🙂
"Thank you for taking the time to read this post! I hope you found the information helpful and informative. Don't forget to stay tuned for more exciting updates and insightful content. Your support means the world to me!"
My latest post is here links below about the databases technology
What are the components of data model in [DBMS] Relational Database Management System?
There are five main components of data model... 👉 click here 👈
Comments
Post a Comment