Computer Science, asked by sarahfatima6960, 10 months ago

State whether the following statements are True/False1. INPUT N$ will accept a string constant.2. A question mark is displayed on the screen while executing an INPUT statement.3. INPUT A, B, C will accept only one numeric constant.4. A numeric variable with the INPUT statement responds to a string constant.5. A message may be given along with an INPUT statement tomake the program user-friendly.6. Numeric or alphanumeric constants should not be used along with the INPUT statement.7. INPUT N$,M will accept one alphanumeric constant and one numeric constant.8. INPUT statement accepts the data value during execution of the program.9. There is no difference between LET and INPUT statement in QBASIC.10. INPUT "Information Technology" is a valid statement.​

Answers

Answered by roysen1992
1

Explanation:

INPUT N$ will accept a string constant. TRUE

2. A question mark is displayed on the screen while executing an INPUT statement TRUE

3. INPUT A, B, C will accept only one numeric constant. FALSE

4. A numeric variable with the INPUT statement responds to a string constant. FALSE

5. A message may be given along with an INPUT statement tomake the program user-friendly TRUE

.6. Numeric or alphanumeric constants should not be used along with the INPUT statement FALSE

.7. INPUT N$,M will accept one alphanumeric constant and one numeric constant. TRUE

8. INPUT statement accepts the data value during execution of the program. TRUE

9. There is no difference between LET and INPUT statement in QBASIC. FALSE

10. INPUT "Information Technology" is a valid statement. FALSE

Similar questions