Test Mode

Complete Test

Answer all questions and submit for instant results and performance analysis.

Q41. What is nested conditional?

Q42. Which structure checks multiple conditions?

Q43. What is shorthand version of if-else?

Q44. What does an if statement do?

Q45. Which is a decision-making structure?

Q46. How many types of control structures are there in programming?

Q47. What will be the output? list(range(1, 10, 3))

Q48. What will be the output? for i in range(2, 6): print(i)

Q49. What does the range() function return?

Q50. What is nested if?

Showing 41 to 50 of 151 Page 5 of 16