answersLogoWhite

0


Best Answer

When dealing with large quantity of binary numbers of many bits, it is easy and more efficient for us to write the numbers in octal form. This system is used to express large numbers as used in computers e.g. 16 bits or 32 bits used to express data, memory address, instruction code, processor status etc. Moreover, octal multiplication and division are more easy than the hexadecimal number system. As they are complex because they make use of alphabets 'A' to 'F' after 0 to 9. -

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

The advantages of octal number system are given below

1. It use less digits then decimal system.

2. Actual Numerical data.

3. An instruction code.

4. Number corresponding to a location called in memory.

5. group of bits representing the status of device internal or external to the computer.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the advantage of using octal number system in computers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Octa word in computer?

The octa or octal numeral system, which is also known as oct, is a base-8 number system used in computers. This number system uses only digits 0 to 7.


Why there is need to study octal and hexidecimaln the digital machine understands only binary code?

Because the octal number sytem is more useful for writing and clearer to read. Also, we're only using the binary system since the invention of computers which is not that long ago. Before that, there was no reason to use a binary system which is again not easy to read.


Octal equivalent for space?

In octal notation, the ASCII code for a space is 040. So, the octal equivalent for a space is simply 040.


How is data represented in a computer?

Computers work with a binary number system that consists of only two digits - zero and one. Inside the computer binary number is represented by an electrical pulse. One means a pulse of electricity and zero means no pulse. All the data entered into computers is first converted into the binary number system. One digit in binary number system is called bit and combination of eight bits is called byte. A byte is the basic unit that is used to represent the alphabetic, numeric and alphanumeric data. Data is represented inside a computer as a series of on and off pulses. Humans think of those pulses in terms of a binary-based numbering system. Data is the combination of characters, numbers and symbols collected for a specific purpose. Data is divided into three types; alphabetic data, numeric data and alphanumeric data. Numeric data consist of ten digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, two signs + and - and decimal point . There are different types of number system that are used to represent numeric data. These number systems are decimal number system, binary number system, octal number system and hexadecimal number system. Alphabetic data is used to represent 26 alphabetic. It consist of capital letters from A to Z, small letters from a to z and blank space. Alphabetic data is also called nonnumerical data. Alphanumeric data used to represent alphabetic data, numeric data, special character and symbols.


What is the hexadecimal for 11111011010?

If the above is decimal then in hexadecimal it is 2964492C2. If it is binary then in hexadecimal it is 7DA. If it is octal then in hexadecimal it is 49241208.