-
Q1. Which concept is closely related to 'Coding by Similarity'?
-
Q2. Choose the sentence that correctly forms the possessive of 'cat'.
-
Q3. If a sequence is defined as: if the previous term is even, the next term is (previous term / 2) + 3; if odd, the next term is (previous term * 3) - 1. Starting with 10, what is the 3rd term?
-
Q4. If 'M' is coded as 'P', 'N' as 'Q', and 'O' as 'R', what would 'P' be coded as?
-
Q5. In a certain code, 'CAT' is written as 'DBU'. How is 'DOG' written in that code?
-
Q6. In a coded language, '396' means 'books are old', '739' means 'they are old', and '675' means 'most are old'. What is the code for 'books'?
-
Q7. In a grid pattern, if 'INDIA' is coded as '9 14 4 9 1', and 'JAPAN' is coded as '10 1 16 1 14', what is the code for 'CHINA'?
-
Q8. In a certain code, 'MESSAGE' is coded as 'MSAEGES'. What is the code for 'WELCOME'?
-
Q9. In a code language, 'CALCULATOR' is written as 'CBSDVMBUPR', how is 'COMPUTER' written?
-
Q10. What is 70 divided by 7?
-
Q11. Which of these is the largest 4-bit binary number?
-
Q12. If 'EASY' is coded as 'EASY', and 'DIFFICULT' is coded as 'DIFFCULIT', what is the code for 'COMPLICATED'?
-
Q13. A program checks for valid input. Input is valid if it's a number AND between 10 and 100 (inclusive). If it's a number but not between 10 and 100, it's 'Out of Range'. If it's not a number, it's 'Invalid Type'. Which code handles this?
-
Q14. If 'WONDER' is coded as '23 15 14 4 5 18', which grid pattern is most likely used?
-
Q15. If 'CONSTITUTIONAL' is coded as 'LANOITUTSNOC', what is the code for 'DOCUMENTATION'?
-
Q16. Which logical operator is used to check if AT LEAST ONE of the conditions is true?
-
Q17. Which sentence most accurately and elegantly describes the cyclical nature of history?
-
Q18. Which sentence correctly uses the past participle of 'eat'?
-
Q19. If 'BANK' is coded as '2114112', how is 'INDIA' coded?
-
Q20. Which of the following is NOT a typical step in coding by problem-solving?