--> Sayadasite: Number System

Multiple Ads

Search

Menu Bar

Number System

Define number system? 

What are the number systems in Computer? Number systems are the technique to represent numbers in the computer system architecture, every value that you are saving or getting into/from computer memory has a defined number system.

Define Decimal number system?

Decimal number system is a base 10 number system having 10 digits from 0 to 9. This means that any numerical quantity can be represented using these 10 digits. Decimal number system is also a positional value system. This means that the value of digits will depend on its position.

The decimal number system is a number system that represents a number with a base of 10 and uses 10 symbols - 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

Define binary number system?

A binary number system is one of the four types of number system. In computer applications, where binary numbers are represented by only two symbols or digits, i.e. 0 (zero) and 1(one). The binary numbers here are expressed in the base-2 numeral system. For example, (101)2 is a binary number.

What are the Rules to Convert Decimal to Binary?

Write down the number.

Divide it by 2 and note the remainder.

Divide the quotient obtained by 2 and note the remainder.

Repeat the same process till we get 0 as the quotient.

Write the values of all the remainders starting from the bottom to the top.

Example: Convert the decimal number 1310 to binary.

Solution: We will start dividing the given number (13) repeatedly by 2 until we get the quotient as 0. We will note the remainders in order.






















No comments: