Decimal to Other Base System
Steps ● Step 1 - Divide the decimal number to be converted by the value of the new base. ● Step 2 - Get the remainder from Step 1 as the rightmost digit (least…
Computer – Number Conversion
There are many methods or techniques which can be used to convert numbers from one base to another. We'll demonstrate here the following: ● Decimal to Other Base System ● Other Base…
Hexadecimal Number System
Characteristics of hexadecimal number system are as follows: ● Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. ● Letters represents numbers starting from 10. A = 10. B = 11, C = 12,…
Octal Number System
Characteristics of octal number system are as follows: ● Uses eight digits, 0,1,2,3,4,5,6,7. ● Also called base 8 number system ● Each position in an octal number represents a 0 power of the…
Binary Number System
Characteristics of binary number system are as follows: ● Uses two digits, 0 and 1. ● Also called base 2 number system ● Each position in a binary number represents a 0 power…
Decimal Number System
The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9.…
Computer – Number System
When we type some letters or words, the computer translates them in numbers as computers can understand only numbers. A computer can understand positional number system where there are only…
Application Software
Application software products are designed to satisfy a particular need of a particular environment. All software applications prepared in the computer lab can come under the category of Application software.…
System Software
The system software is collection of programs designed to operate, control, and extend the processing capabilities of the computer itself. System software are generally prepared by computer manufactures. These software…
Computer – Software
Software is a set of programs, which is designed to perform a well-defined function. A program is a sequence of instructions written to solve a particular problem. The computer will…


