Powered By Blogger

मंगलवार, 9 नवंबर 2021

This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “The Binary Number System”.

 This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “The Binary Number System”.

Q. 1. Which of the following is not a positional number system?

   (1) Roman Number System

   (2) Octal Number System

   (3) Binary Number System

   (4) Hexadecimal Number System

----

Answer: (1)

Explanation: The Roman number system isn’t a positional number system since , it uses symbols to represent numbers.

The octal number system uses digits from 0-7 , the binary number system uses digits from 0-1 whereas, the hexadecimal number system uses digits from 0-15.

Q. 2. The value of radix in binary number system is _____________

   (1) 2

   (2) 8

   (3) 10

   (4) 1

----

Answer: (1)

Explanation: In a binary number system, the value of base or radix is 2. The binary system uses only two digits for the representation of numbers, therefore its base id chosen to be 2.

Q. 3. The binary equivalent of the decimal number 10 is __________

   (1) 0010

   (2) 10

   (3) 1010

   (4) 010

----

Answer: (3)

Explanation: To get the binary equivalent of any number, we need to divide the number by 2 and obtain the remainders as :

We then write the remainders in the reverse order as 1010 .

Q. 4. A computer language that is written in binary codes only is _____

   (1) machine language

   (2) C

   (3) C#

   (4) pascal

----

Answer: (1)

Explanation: Machine Language is written in binary codes only . It can be easily understood by the computer and is very difficult for us to understand. A machine language , unlike other languages requires no translators or interpreters.

Q. 5. The octal equivalent of 1100101.001010 is ______

   (1) 624.12

   (2) 145.12

   (3) 154.12

   (4) 145.21

----

Answer: (2)

Explanation: The octal equivalent is obtained by grouping the numbers into three, from right to left before decimal and from right to left after the decimal place.

Here,

i.e. 145.12 is the octal equivalent of the number.

Q. 6. The input hexadecimal representation of 1110 is _______________

   (1) 0111

   (2) E

   (3) 15

   (4) 14

----

Answer: (2)

Explanation: In hexadecimal number system, 1110 = 15, which is represented by the alphabet E.

Some representations are:

A 10

B 11

C 12

D 13

E 14

F 15.

Q. 7. A bit in a computer terminology means either 0 or 1.

   (1) True

   (2) False

----

Answer: (1)

Explanation: A bit stands for a binary digit. A binary digit can have only two digits i.e. 0 or 1. A binary number consisting of n-bits is called a n-bit number.

Q. 8. Convert the binary equivalent 10101 to its decimal equivalent.

   (1) 21

   (2) 12

   (3) 22

   (4) 31

----

Answer: (1)

Explanation: To convert a binary number to its decimal equivalent follow these steps :

2

4 * 1 + 23 * 0 + 22 *1 + 21 * 0 + 20 * 1 = 21.

Therefore, the answer is 21.

Q. 9. Which of the following is not a binary number?

   (1) 1111

   (2) 101

   (3) 11E

   (4) 000

----

Answer: (3)

Explanation: A binary number can have only two possible digits, 0 and 1. In the third option, there is an alphabet E present which makes it an invalid binary number. Alphabets are only allowed in hexadecimal number system.

Q. 10. Which of the following is the correct representation of a binary number?

   (1) (124)2

   (2) 1110

   (3) (110)2

   (4) (000)2

----

Answer: (4)

Explanation: The binary numbers should comprise only two digits 0 and 1.

Also, for the base, the value should be 2 and it should be written as a subscript enclosing the entire number. Here, the fourth option gives the correct representation.

इनपुट यूनिट पर केंद्रित प्रश्न

Join

https://t.me/patwaribharti2021


कोई टिप्पणी नहीं:

एक टिप्पणी भेजें