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
In programming, what is a function primarily used for?
Which of the following is a correct example of declaring a variable in most programming languages?
What is the difference between '=' and '==' operators in programming?
Which of the following is NOT a basic data type in programming?
What is the primary purpose of a variable in programming?
What does a loop in programming allow you to do?
What is the primary purpose of a variable in a programming language?
What is an 'array' in programming?
Which of the following best describes the purpose of 'comments' in programming code?
In programming, what does a 'loop' statement do?
Which of the following is a correct example of a conditional statement in programming?
What is the function of a 'function' or 'subroutine' in programming?
In programming, what is the correct syntax to declare an integer variable named 'count' with initial value 0?
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)?