-
Q1. What is the purpose of an `else if` (or `elif`) statement?
-
Q2. Which number comes next in the series: 50, 45, 40, 35, ?
-
Q3. Statement: All teachers are educated. Statement: Maria is educated. What can be deduced?
-
Q4. In programming, what is the term for a statement that allows a program to choose between different paths of execution based on a condition?
-
Q5. If a condition is `(20 < 15) AND (50 > 40)`, what will be the result?
-
Q6. Which word is the odd one out in the following list? APPLE, BANANA, GRAPE, CHAIR
-
Q7. What type of relationship is being sought in 'Coding by Similarity' problems?
-
Q8. Identify the missing term: 4R16, 6S25, 8T36, 10U49, ?
-
Q9. What shape completes the sequence: Square, Circle, Square, ___, Square, Circle?
-
Q10. If GOLD = HPMF, what is SILVER coded as?
-
Q11. Find the next number in the series: 15, 30, 45, 60, ?
-
Q12. A medical diagnosis system flags a condition if the patient's age is over 60 AND their blood pressure is above 140/90. It also flags it if their age is over 70 (regardless of blood pressure), OR if their cholesterol level is above 240 mg/dL (but not if age is over 60 AND blood pressure is above 140/90). If a patient is 65 years old and has a blood pressure of 150/95, and their cholesterol is 230 mg/dL, is the condition flagged?
-
Q13. What grammatical structure is used to connect two clauses where one is dependent on the other?
-
Q14. If 'ARTICLE' is coded as 'ARTLICE', what is the code for 'JOURNAL'?
-
Q15. In a certain code, 'BRIGHT' is written as 'DARK', what is 'LIGHT' written as?
-
Q16. What is the purpose of writing a pseudocode?
-
Q17. What does it mean if two items have the same code in 'Coding by Similarity'?
-
Q18. From a number, 9 is subtracted, and the difference is multiplied by 3. The product is 36. Determine the original number.
-
Q19. Six friends (A, B, C, D, E, F) are seated around a circular table. A is to the immediate left of B. D is two places to the right of A. C is not adjacent to B or D. E is to the immediate right of C. F is two places to the left of E. Who is sitting opposite to A?
-
Q20. Find the next symbol in the pattern: +, -, +, -, ?