1. The result of computations done in a -----statement are not stored in the computer's memory.

A.LET; B. PRINT; C. compute; D. PRINT USING.

2. which of the following statements may appear anywhere you need them in a program, and you can use as many as you want.
A. stop; B.END; C.TERMINAT D. HALT

3.If there are parentheses inside parentheses, the operations inside the ---- pair are performed first
A. outer; B. inner; C. any; D. all of the above.

4.Transfer of control instructions are of-----types.
A.one; B. two; C. three; D.four

5.The very last statement in each program must be the ----- statement.
A.stop B. end C. restore D.return

6 answers

If you have had a course on basic, you must have at least a vague idea of the answers. Give them a try.

Some reading could help you understand the difference between END and STOP statements, assuming you are using Visual Basic.
http://msdn.microsoft.com/en-us/library/6acc062s%28v=vs.80%29.aspx
http://msdn.microsoft.com/en-us/library/0wt87xba%28v=vs.80%29.aspx
A
A
A
A
A
Kindly explain reasons behind your choices to demonstrate that they were not taken at random.
b
b
b
b
b
The system command_ is used to tell the computer to execute the program
A
B
B
B
B