-
Q1. Consider a military rank structure: General (1), Colonel (2), Major (3), Captain (4), Lieutenant (5). If a Major is commanding a unit that includes several Captains and Lieutenants, what is the positional code of the Major's command position?
-
Q2. What is a critical aspect of AI code generation related to intellectual property and licensing?
-
Q3. What is the role of 'epochs' during neural network training?
-
Q4. What is the output if 'grade' is 85?
if grade >= 90:
result = 'A'
elif grade >= 80:
result = 'B'
else:
result = 'C'
print(result)
-
Q5. What is a 'loss function' in neural networks?
-
Q6. If 'CYCLE' is coded as 'DZDJF', how is 'MAJOR' coded?
-
Q7. If 'MANGO' is coded as 'LZMFN', then how will 'BANANA' be coded?
-
Q8. Coding-Decoding helps in developing which cognitive ability?
-
Q9. What type of book would be best for understanding coding where groups of letters are transformed into other groups based on specific rules?
-
Q10. If 'MANGO' is jumbled, what will be the correct jumbled form?
-
Q11. In a certain code, 'WATER' is written as 'WAT ER'. How is 'EARTH' coded?
-
Q12. If 'PROBLEM' is coded as 'QSPSFN', how is 'SOLUTION' written in that code?
-
Q13. Rearrange the words to form a sentence with an indirect object: 'She gave him a present.'
-
Q14. If TRAIN is coded as NIART, how is PLANE coded?
-
Q15. If 'WATER' is coded as 'XBUFS', how is 'EARTH' coded?
-
Q16. If 'NIGHT' is coded as 'MIFGS', what is the code for 'DAY'?
-
Q17. Analyze the series: 4, 7, 12, 19, 28, ?, 48, ... What is the next term?
-
Q18. In a certain code, 'BANKING' is coded as 'CBOKJOH'. How is 'ACCOUNT' coded?
-
Q19. If 'ORANGE' is coded as '743185', how is 'RANGE' coded?
-
Q20. If 'CYCLE' is coded as 'DZDMF', what is 'BICYCLE' coded as?