Coded Binary Numbers Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to Coded Binary Numbers. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Go through the following information and answer the question carefully.

In a certain code, the symbol for 0 (zero) is @ and for 1 is $. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be depicted using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

'0' is depicted as @

'1' is depicted as $

'2' is depicted as $@

'3' is depicted as $$

'4' is depicted as $@@ and so on.

Q 1 - Which of the following will represent the value of 4 x 3 + 2?

Options :

A - $$@$

B - $@$@

C - $@@$

D - $$$@

E - None of these

Answer : D

Explanation

4 × 3 + 2 = 14

Coded Binary Quiz 2

1110 = $$$@

Go through the following information and answer the question carefully.

In a certain code, the symbol for 0 (zero) is > and for 1 is =. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be depicted using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

'0' is depicted as >

'1'is depicted as =

'2' is depicted as = >

'3' is depicted as = =

'4' is depicted as = >> and so on

Q 2 - Which of the following will represent the value of the expression 4 x 3 + 2 x 2 + 1 ?

Options :

A - = > > > =

B - = > > = =

C - = = >>>

D - > >> = > =

E - None of these

Answer : A

Explanation

4 x 3 + 2 x 2 + 1 = 12 + 4 + 1 = 17

Coded Binary Quiz 6

(17)10 = (10001)2 ⇒(= >>=)

Go through the following information and answer the question carefully.

Symbols for 0 is < and for 1 is }. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be depicted using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

'0' is written as <

'1' is written as }

'2' is written as }<

'3' is written as }}

'4' is written as }<< and so on.

Q 3 - Which of the following numbers will be represented by }<<}}}<}?

Options :

A - 137

B - 127

C - 147

D - 167

E - None of these

Answer : E

Explanation

} < < } } } < }

∴ }<<}}}<} = 128 + 0 + 0 + 16 + 8 + 4 + 0 + 1 = 157

Go through the following information and answer the question carefully.

In a certain code, the symbol for 0 is ) and for 1 is Δ. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be depicted using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as )

1 is written as Δ

2 is written as Δ)

3 is written as Δ Δ

4 is written as Δ) ) and so on.

Q 4 - Which of the following will represent 68?

Options :

A - Δ Δ))Δ))

B - Δ Δ Δ)Δ))

C - Δ)))Δ))

D - Δ))Δ Δ))

E - None of these

Answer : C

Explanation

Coded Binary Quiz 31

(68)10 = (1000100)2 Δ*** Δ**

Go through following information and answer the question accordingly.

In a certain code, the symbol for 0 is - and for 1 is (. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be depicted using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

'0' is depicted as -

'1' is depicted as (

'2' is depicted as (-

'3' is depicted as ((

'4' is depicted as (-- and so on

Q 5 - Which of the following numbers will be represented by ((-(?

Options :

A - 9

B - 10

C - 13

D - 21

E - None of these

Answer : C

Explanation

((-( = (1101)2

To convert binary number into decimal number start counting from the right, start with zero (0).

Now,

1101

∴ 1 x 23 + 1 x 22 + 0 x 21 + 1 x 20

= 8 + 4 + 0 + 1 = (13)10

Go through the following information and answer questions accordingly.

In a certain code, the symbol 0 is written as + and for 1 is *. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be written using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as +

1 is written as *

2 is written as *+

3 is written as **

4 is written as *++

Q 6 - Which of the following numbers will be represented by ****+?

Options :

A - 17

B - 30

C - 31

D - 19

Answer : B

Explanation

The number is ****+ = (11110)2 = (30)10

Go through the following information and answer the question accordingly.

In a certain code, the symbol for 0 is * and for 1 is Δ . There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be written using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as *

1 is written as Δ

2 is written as Δ*

3 is written as Δ Δ

4 is written as Δ** and so on.

Q 7 - Which of the following will represent 23?

Options :

A - Δ**Δ Δ

B - Δ*Δ Δ Δ

C - Δ**Δ Δ

D - Δ Δ**Δ

E - None of these

Answer : B

Explanation

The decimal to binary conversions will be

(23)10 = (10111)2

Go through the following information and answer the question accordingly.

In a certain code, the symbol 0 is written as - and for 1 is $. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be written using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as -

1 is written as $

2 is written as $-

3 is written as $$

4 is written as $--

Q 8 - Which of the following numbers will be represented by $--$--?

Options :

A - 17

B - 36

C - 28

D - 15

Answer : B

Explanation

The number is $--$-- = (100100)2 = (36)10

Try to solve the questions by deep analyzing the given information.

In a certain code, the symbol for 0 is ^ and for 1 is *. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be written using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as ^

1 is written as *

2 is written as *^

3 is written as **

4 is written as *^^ and so on

Q 9 - Which of the following will represent 2 x 2 x 2 + 3 x 3 + 2 x 3?

Options :

A - ^***^

B - *^***

C - *****

D - ^^^^^

Answer : B

Explanation

The value of the given equation is 23. After dividing 23 with 2, we can get remainders as 10111 which means the answer is *^***.

Try to solve the questions by deep analyzing the given information.

In a certain code, the symbol for 0 is ! and for 1 is #. There is no symbol for rest of the numbers. Numbers greater than 1 are needed to be written using the two given symbols. Left shifting of 1 doubles its value each time. Study the following example.

0 is written as !

1 is written as #

2 is written as #!

3 is written as ##

4 is written as #!! and so on

Q 10 - Which of the following numbers will be represented by #!!!#

Options :

A - 17

B - 11

C - 18

D - 9

Answer : A

Explanation

#!!!#can be represented as 10001. It means 16 + 0 + 0 + 0 + 1 = 17.

reasoning_coded_binary_numbers.htm
Advertisements