Multiple Choice Question

1.Which of the following is not a positional number system?
a) Roman Number System
b) Octal Number System
c) Binary Number System
d) Hexadecimal Number System

2.The value of radix in binary number system is _____________
a) 2
b) 8
c) 10
d) 1

3.The binary equivalent of the decimal number 10 is __________
a) 0010
b) 10
c) 1010
d) 010

 4.A computer language that is written in binary codes only is _____
a) machine language
b) C
c) C#
d) pascal

5 Which of the following number system is known as base-10 system.

a. Binary Number System

b. Hexadecimal Number System

c. Octal Number System

d. Decimal Number System

6. Every number system has a set of unique characters or literals. The count of these literals is called ____

a. matrix

b. radix

c. radical

d. exponent

7. Which of the following is not a number system in reference to computer?

a. Binary number system

b. Decimal number system

c. Octal number system

d. Penta number system

8. Binary number system is also referred as ___________________

a. base-2 system

b. base-8 system

c. base-10 system

d. base-16 system

 9. Decimal number system has ________ digits

 

a. 8

b. 7

c. 19

d. 10

 10. Octal number system has digits from _____

 

a. 0 – 7

b. 1 – 7

c. 1- 8

d. 0- 9

11. Binary coded decimal (BCD) numbers express each digit is a

(A) Bit

(B) Byte

(C) Nibble

(D) All of these

12. Hexadecimal numbers are a mixture of

(A) Octal and decimal numbers

(B) Binary and octal numbers

(C) Letters and decimal digits

(D) Binary and decimal numbers

13. ASCII code is an

 

(A) Alpha numeric code

(B) Cyclic code

(C) Numeric code

(D) Alphabet code

14. ASCII Code is a 7 bit code for

 

(A) Other symbols

(B) Numbers

(C) Letters

(D) All of these

15. The two’s complement in binary system is useful for expressing

 

(A) Both positive and negative numbers

(B) Positive numbers

(C) Negative numbers

(D) None of these

16. A megabyte represents

(A)1 million bytes

(B)1000 kilobytes

(C)100 bytes

(D)1100 bytes

17. The information stored and transmitted in a computer is in the form of

(A)Binary

(B)ASCII

(C)Decimal

(D)Alphanumeric 

18. The punch card that used to store and encode alphanumeric data were coded in

 

(A)Alphanumeric code

(B)Hollerith code

(C)Binary code

(D)Excess 3 code

19. A hexadecimal number ‘A2’ has the decimal value

(A)16

(B)32

(C)162

(D)256

20. The ASCII is expanded as

(A)American Standard Code for Information Interchange

(B)American Stock Code for Information Interchange

(C)All Standard Code for Information Interchange

 

(D)All Standard Code for Information Interlink

Question and Answer

1.What is Number System and its Types?

The number system is simply a system to represent or express numbers. There are various types of number systems and the most commonly used ones are decimal number system, binary number system, octal n umber system, and hexadecimal number system.

2. Why is the Number System Important?

The number system helps to represent numbers in a small symbol set. Computers, in general, use binary numbers 0 and 1 to keep the calculations simple and to keep the amount of necessary circuitry less, which results in the least amount of space, energy consumption and cost.

3. What is Base 1 Number System Called?

The base 1 number system is called the unary numeral system and is the simplest numeral system to represent natural numbers.

4. What is the equivalent binary number for the decimal number 43?

To find the equivalent binary number, we need to divide 43 by 2, until we get 0 as the result. Therefore, (43)10 = 1010112

5. How to convert 308 into a decimal number?

308 = (3 × 81) + (0 × 80) = 24

6. What is number system your answer?

A number system is defined as a system of writing to express numbers. It is the mathematical notation for representing numbers of a given set by using digits or other symbols in a consistent manner. It provides a unique representation of every number and represents the arithmetic and algebraic structure of the figures.

7. What is the importance of number system?

Number Systems is crucial for understanding the processing of digital system. Digital system takes binary, octal & hexadecimal number as input and process it and generates output.