1. Which asks the user for data?
a. 20 inputdata now.
b. input x.
c. print?
2. What is conditional part of IF X=3 THEN GOTO20?
a. IF X=3.
b. X=3.
c. X.
3. Which is a simple print statement?
a. if x=3 then printx.
b. if x>3 print 3.
c. print x.
4. What does "INPUT" stand for?
a. your opinion.
b. a data request at the crt.
c. get something to print?
5. Which is true?
a. your color?black if color=red then 05.
b. your color?black if color<>red then 05..
c. your color?black if color<>black then 05.
Java.
6. Which prints 'My age is 5 greater than yours'?
a. print"My age is ";x;" greater than yours".
b. print"My age is ;x;greater than yours".
c. "My age is ";x;" greater than yours".
7. Which prints 'name phone address??
a. print"name","phone","address"
b. print"name phone address"
c. print"name";"phone";"address"
8 Which sends the user to line 50.
a. if x=0 then input 50.
b. print 50.
c. goto 50.
9. Which selects the highest grade?
a. If grade < your grade.
b. input"the highest grade",x.
c. if gradex > then gradey.
10. To run a program do this first?
a. type run.
b. type or paste it into QuickBasic and save it.
c. type 05 run?