Skip to main content

The Joy of Computing using Python MCQ



1. Which of the following is a multiple of both 3 and 5?
  •  28
  •  45
  •  16
  •  25

2. Which is the most powerful entity in the Rock, Paper and Scissors game?
  •  Rock
  •  Paper
  •  Scissors
  •  None of the above

3. Which one of the following is considered as tic tac toe win?
  •  Placing all the 0’s in one column
  •  Placing all the 0’s in one diagonal
  •  Placing all the X’s in one column
  •  All of the above

4. Given the following jumbled word: UNGCMPOIT
Guess the correct English word
  •  COMPUTER
  •  COMPUTING
  •  COMPUTERS
  •  COMPUTE

5. Which one of the following devices is used to track the location of a vehicle?
  •  GPS
  •  PSG
  •  SPG
  •  Tracker

6. If AMIT is encoded as BNJU and SIMRAN is encoded as TJNSBO, then which of the following is encoding for RAVI?
  •  SBWJ
  •  SBUJ
  •  SBWK
  •  SAQW

7. Given two six faced die, what is the maximum sum of numbers that you can get on these two die?
  •  11
  •  9
  •  10
  •  12

8. Guess the movie name : _ N _ _ E _  _ E
  •  Avengers
  •  Artist
  •  Anabelle
  •  Oculus

9. Which one of the following is correct rearrangement of numbers in sorted order? 
  •  2,1,3,4
  •  1,3,4,2
  •  3,4,1,2
  •  1,2,3,4

10. In how many different ways can the letters of the word ’OPTICAL’ be arranged?
  •  720
  •  5040
  •  120
  •  80


ThankYou