Computer Science, asked by Alfredasit, 10 months ago

I. State whether the following statements are True/False:
1. 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 to
make 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 studyandlearn
8

Answer:

1 true

2 false

3 true

4 true

5 true

6 true

7 false

8 true

9 false

10 false

Similar questions