InterviewSolution
Saved Bookmarks
| 1. |
which of the following is not a type of number system?1) positional 2) non positional 3) octal 4) fractional |
|
Answer» ong>Answer: 4) fractional Explanation: There are two MAIN types of number systems : Positional & Non-positional. Positional System uses digits for the representation WHEREAS, non-positional number systems use CERTAIN symbols for the representation of numbers. Octal is a type of positional number systems with base 8. |
|