Tag: general knowledge

Questions Related to general knowledge

(1101101.1011)2 = ()10

  1. 109.7865

  2. 109.6880

  3. 109.008

  4. 109.6875


Correct Option: D

AI Explanation

To convert a binary number to a decimal number, we can use the place value system. Each digit in the binary number represents a power of 2, starting from the rightmost digit.

Let's break down the given binary number (1101101.1011)2 into its decimal equivalent:

Starting from the rightmost digit, we have:

1 * 2^0 = 1 1 * 2^1 = 2 0 * 2^2 = 0 1 * 2^3 = 8 1 * 2^4 = 16 0 * 2^5 = 0 1 * 2^6 = 64

For the fractional part, starting from the leftmost digit after the decimal point, we have:

1 * 2^-1 = 0.5 0 * 2^-2 = 0 1 * 2^-3 = 0.125 1 * 2^-4 = 0.0625

Now, let's add up all the values:

1 + 2 + 0 + 8 + 16 + 0 + 64 + 0.5 + 0 + 0.125 + 0.0625 = 109.6875

Therefore, the correct answer is D) 109.6875.

  1. a.(b.c) =(a.b).c

  2. a.b.c=b.c.a

  3. a.b=b.c

  4. a.c=c.a


Correct Option: A
  1. combitional circuit and memory elements

  2. only combinational circuit with clock

  3. gate and clock pluse

  4. any of these


Correct Option: A
  1. bubbled AND

  2. bubbled OR

  3. bubbled XOR

  4. NONE OF THESE


Correct Option: A