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 $6\frac{2}{4}+5\frac{1}{3}+4\frac{4}{15}$?

Options :

A - ****Δ

B - Δ***Δ

C - Δ**Δ*

D - Δ**Δ

E - None of these

Answer : E

Explanation

$6\frac{2}{4}+5\frac{1}{3}+4\frac{4}{15} \: = \: \left (6+5+4 \right )+\left ( \frac{2}{5} + \frac{1}{3} + \frac{4}{15} \right )$

$\left (15 \right )+\left ( \frac{6+5+4}{15} \right )= 15+\frac{15}{15}$

$15 + 1 = 16$

Coded Binary Quiz 4

(16)10 = (10000)2 = Δ****

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 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 numbers will be represented by Δ Δ***Δ*?

Options :

A - 98

B - 96

C - 100

D - 198

E - None of these

Answer : A

Explanation

Put 1,2,4,8 and so on below each symbol starting from the right end the symbol arrangement we get −

Δ Δ * * * Δ *
64 32 16 8 4 2 1

Now since * stands for 0, therefore reject all the values depicted below the *’s. Thus reject 16, 8, 4 and 2. Now, add the remaining values under each Δ. Hence the required value of Δ Δ***Δ* = 64 + 32 = 2 = 98.

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 at

3 is written as ##

4 is written as #•• and so on.

Q 3 - Which of the following numbers will be represented by ###•#?

Options :

A - 15

B - 23

C - 25

D - 29

E - None of these

Answer : D

Explanation

Put 1,2,4,8 and so on below each symbol starting from the right end of the symbol arrangement, we get,

# # # #
16 8 4 2 1

Now since • stands for 0, therefore, reject all the values written below the •â€™s. Thus reject 2. Now, add the remaining values under each #. Hence, the required value of ###•# is 16 + 8 + 4 + 1 = 29.

Go through the following information and answer carefully.

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 - Suppose ))% is divided by )). The result will be expressed as

Options :

A - %%

B - )%

C - %)

D - ))

E - None of these

Answer : B

Explanation

##@ ⇒ 110 ⇒ 1 x 22 + 1 x 21 + 0 x 20 = 4 + 2 = 6

## ⇒ 11 ⇒ 1 x 21 + 1 x 20 = 2 + 1 = 3

$\frac{\#\#@}{\#\#} \:= \:\frac{6}{3} \:= \:2$ , 2 ⇒ #@

))% = 110 = 1 x 22 + 1 x 21 + 1 x 20 = 4 + 2 = 6

)) = 11 = 1 x 21 + 1 x 20 = 2 + 1 = 3

6 ÷ 3 = 2

Binary equivalent of 2 is )%

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 will represent the value of the product 3 x 3 + 1?

Options :

A - ((--

B - (-(-

C - (--((

D - (((

E - None of these

Answer : B

Explanation

3 x 3 + 1 = 10

Coded Binary Quiz 34

(10)10 = (1010)2 = (-(-

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 19?

Options :

A - Δ**Δ Δ

B - Δ*Δ*Δ

C - Δ**Δ Δ

D - Δ Δ**Δ

E - None of these

Answer : A

Explanation

The decimal to binary conversions will be

(19)10 = (10011)2

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

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 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 8 - The symbol arrangement ++Δ Δ+Δ represents which of the following numbers?

Options :

A - 28

B - 48

C - 26

D - 50

E - None of these

Answer : D

Explanation

+ + Δ Δ + Δ
32 16 8 4 2 1

Now since Δ is the code for 0. Therefore, ignore all the values written below Δ. Thus ++Δ Δ+Δ = 32 + 16 + 2 = 50

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 numbers will be represented by *++*

Options :

A - 22

B - 11

C - 18

D - 9

Answer : D

Explanation

*++*can be represented as 1001 it means 8 + 0 + 0 + 1 = 9.

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 - 22

B - 11

C - 18

D - 9

Answer : D

Explanation

*^^*can be represented as 1001 it means 8 + 0 + 0 + 1 = 9.

reasoning_coded_binary_numbers.htm
Advertisements