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 numbers will be represented by $@@$$?

Options :

A - 22

B - 33

C - 19

D - 17

E - None of these

Answer : D

Explanation

$$@@$$ = 10 011

= 1 x 24 + 0 x 23 + 0 x 22 + 1 x 21 + 0 x 20

= 16 + 0 + 0 + 2 + 1 = 19

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

Options :

A - 140

B - 141

C - 143

D - 144

E - None of these

Answer : E

Explanation

1 0 0 0 1 1 1 0

= 1 x 27 + 1 x 23 + 1 x 22 + 1 x 21 + 0

= 128 + 8 + 4 + 2 + 0 = 142

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 will represent 100?

Options :

A - }<}<<}<

B - }}}<<<<

C - <<}<<}}

D - }}<<}<<

E - None of these

Answer : D

Explanation

Coded Binary Quiz 28

= 1100100 = }}<<}<<

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 - Ram does a work in fifteen days. Shyam does the same work in twelve days. Ram left the work after working for five days. Then Shyam took over. Shyam will finish the rest of the work in X days. X will be represented by

Options :

A - Δ)))

B - Δ))

C - Δ)Δ)

D - Δ))Δ

E - None of these

Answer : A

Explanation

In 1 day Ram does $\frac{1}{15}$ work

$\therefore$ In 5 days Ram does $\frac{1}{3}$ work

$\therefore$ Work left for Shyam = $\left ( 1 - \frac{1}{3} \right ) = \frac{2}{3}$

$\because$ Shyam does one work in 12 days

$\therefore$ Shyam does $\frac{2}{3}$ work in $\frac{12 x 2}{3}$ = 8 days

Now,

Coded Binary Quiz 32

(8)10 (1000)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 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 - 27

B - 26

C - 28

D - 29

Answer : A

Explanation

The number is **+** = (11011)2 = (27)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 11?

Options :

A - Δ**Δ Δ

B - Δ*Δ Δ Δ

C - Δ*****

D - Δ Δ**Δ

E - None of these

Answer : E

Explanation

The decimal to binary conversions will be

(11)10 = (10010)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 - Which of the following symbol arrangement will represent 9?

Options :

A - Δ+++

B - +Δ+Δ

C - +Δ Δ+

D - ++Δ Δ

E - None of these

Answer : C

Explanation

Coded Binary Quiz 1

(9)10 = (1001)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 9 - Which of the following represents the number 24?

Options :

A - +Δ Δ+Δ

B - ++Δ Δ Δ

C - +++Δ Δ

D - +Δ Δ++

E - None of these

Answer : B

Explanation

Coded Binary Quiz 54

(24)10 = (11000)2 ++Δ Δ Δ

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 will represent 4 + 2 x 2 x 2 + 3 x 3 + 2 x 3?

Options :

A - ##!##

B - #!#!#

C - !#!#!

D - #!!##

Answer : B

Explanation

The value is 27. After dividing 27 with 2, we can get remainders as 11011 which means the answer is ##!##.

reasoning_coded_binary_numbers.htm
Advertisements