This page covers NDA Programming Basics with complete concept notes, 15 graded practice MCQs, key points and exam-specific tips. Free to study.
15graded MCQs · easy to hard · full solution & trap analysis
What is the primary purpose of a variable in programming?
In programming, what is a function primarily used for?
What does a loop in programming allow you to do?
Which of the following is a correct example of declaring a variable in most programming languages?
Which of the following is NOT a basic data type in programming?
What is the difference between '=' and '==' operators in programming?
In programming, what does a 'loop' statement do?
What is the primary purpose of a variable in a programming language?
Which of the following best describes the purpose of 'comments' in programming code?
What is an 'array' in programming?
In programming, what is the correct syntax to declare an integer variable named 'count' with initial value 0?
What is the function of a 'function' or 'subroutine' in programming?
Which of the following is a correct example of a conditional statement in programming?
A programmer needs to store the data type of a student's roll number in a program. Which data type should be used?
In programming, which of the following is the correct sequence of steps in the program development life cycle (PDLC)?