Sunday 9 September 2018

Daily Computer Quiz : 10th September 2018


1. Which of the following is not a binary number?
  1. 10101010
  2. 20202020
  3. 01010101
  4. 10101101
  5. 11111111
Solution:
Binary number has only two digits i.e. 0 and 1


2. Which among the following is an appropriate binary conversion for the number 013 (which is of base 8)?
  1. 101010
  2. 11011
  3. 1011
  4. 1110
  5. 0001
Solution:
Following are the steps to convert 013 (octal number) to binary


3.The following image represents which logic gate?

  1. AND
  2. OR
  3. NOR
  4. NAND
  5. NOT

4. If ∆ represents ‘0’ and ○ represents ‘1’. What will be the one’s complement of - ○∆∆○○∆?
  1. 011001
  2. 100110
  3. 101010
  4. 000000
  5. 111111
Solution:
○∆∆○○∆ represents 100110. For finding one’s complement we change each 1 to 0 and each 0 to 1. Hence One’s complement of 100110 will be 011001. (Note: this is not the same question as the one asked in SBI Clerk mains.)

5. Which of the following is a Logical Disjunction?
  1. OR gate
  2. AND gate
  3. NOT gate
  4. both(a) and (b)
  5. All of the above
Solution:
When two statements are combined with 'OR,' then it is a disjunction.

6. If Ӣ represents ‘1’ and Ṉ represents ‘0’. A is the input end of NOT logic gate and B is the only output. What will be the output if the input is A=Ӣ?
  1. ṈӢ
  2. Ӣ
  3. ӢṈ
  4. ӢṈ Ӣ
Solution:

7.Which of the following symbol represents input or output in a flow chart?
  1. a
  2. b
  3. c
  4. d
  5. e

8. What is the range of Hexadecimal Number system?
  1. 0-F
  2. 0-1
  3. 0-Z
  4. A-Z
  5. 0-9

9. If © represents ‘1’ and ∞ represents ‘0’. What will be the one’s complement of -© ∞© ∞∞©©?
  1. 0110011
  2. 1010011
  3. 0011001
  4. 0101100
  5. 1111111

10. Convert the given Binary number to decimal: 101011
45
30
41
42
43

No comments:

Post a Comment