home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 051-075 / apd059 / autoexec.amos / autoexec.amosSourceCode next >
AMOS Source Code  |  1978-01-16  |  71KB  |  1,100 lines

  1. Set Buffer 64
  2. Screen Open 0,320,200,32,Lowres
  3. Screen Open 1,320,200,32,Lowres
  4. Screen Open 2,320,200,32,Lowres
  5. Screen Open 3,320,200,32,Lowres
  6. Rem ********************** 
  7. Rem *    SUPER_QUIZ      * 
  8. Rem * ___    By     ___  * August 1990 
  9. Rem *     M.Watson       * 
  10. Rem *    T.D.Harris      * 
  11. Rem **********************                     
  12. Load "Mike 1" : Music 1
  13. Hide On 
  14. Cls 0 : Pen 2 : Paper 0
  15. Clw : Curs Off 
  16. Locate 1,6 : Centre Border$("* * * SUPERQUIZ * * *",1)
  17. Locate 2,10 : Centre Border$("The Quiz Game for all ages",1)
  18. Pen 3 : Locate 2,22 : Centre Border$("Press any key for instructions",1)
  19. Wait Key 
  20. Cls 0 : Pen 7 : Paper 0
  21. Locate 1,0 : Centre Border$("Instructions",1)
  22. Locate 1,5 : Print "1: Enter No. of players [1 or 2]"
  23. Locate 1,6 : Print "   and press [Return]" : Wait 200
  24. Locate 1,9 : Print "2: Enter Name or Names and press"
  25. Locate 1,10 : Print "   [Return]" : Wait 200
  26. Locate 1,13 : Print "3: To stop the clock press the "
  27. Locate 1,14 : Print "   [Mouse Key]" : Wait 200
  28. Locate 1,17 : Print "4: To abort game press the"
  29. Locate 1,18 : Print "   [Escape Key]" : Wait 200
  30. Locate 1,22 : Centre Border$("Press any key when ready!",1)
  31. Wait Key 
  32. A=700 : P=700
  33. Get Disc Fonts 
  34. Set Talk 1,1,69,140
  35. Cls 0
  36. Get Palette 1
  37. Load Iff "PLAYERS",1 : Pen 1 : Paper 0 : Locate 14,10 : Print "loading..."
  38. Screen Hide 
  39. Load Iff "90",0
  40. Pen 12 : Paper 0 : Hide On 
  41. SC$=" * * * * * * *  SUPERQUIZ  * * * * * * * has been brought to you with great difficulty, being that this is a first program on any computer for us. We thank AMOS & Mandarin/Jawx 1990 for their advise on initial teething troubles. We hope "
  42. SC$=SC$+"that you enjoy this Quiz and that it gives you many hours of fun, as it did for us to put it together, sharing all the arguements and countless cups of coffee, made by the way, by Donks the other 'computer wizard'-- some hopes!"
  43. SC$=SC$+"    A big thanks goes to 'Mum'for her unending support, also for being responsable for Purchasing AMOS"
  44. SC$=SC$+" for Donk's birthday (July 26th). We've had some rows doing this, being that we did not know a variable from a tomato sandwich or a ~BOB~ from a shilling...Anyway enough of this nonsense."
  45. SC$=SC$+"   Good luck! & have fun. Remember, your time is limited and you may need a pen & paper so farewell from Mike the other Computer wizard well, almost"
  46. SC$=SC$+" and if you enjoy the quiz, tell your friends. If not keep you mouth        SHUT!    not forgetting Linda for helping with the questions"
  47. SC$=SC$+" and there are quite a few in here..........<PLEASE PRESS MOUSE BUTTON TO START>............."
  48. Repeat : 
  49.    T_SCROLL
  50. Until Mouse Key<>0 : Music Off : Boom 
  51. Get Palette 1
  52. Appear 1 To 0,1
  53. Procedure T_SCROLL
  54.    Shared SC$
  55.    SC$=Mid$(SC$,2)+Left$(SC$,1)
  56.    Centre At(3,20)+Left$(SC$,34)
  57.    For T=1 To 4000 : Next 
  58. End Proc
  59. Load Iff "QUIZ",2
  60. Screen Hide 
  61. Load Iff "PLAYERS",1 : Pen 1 : Paper 0 : Locate 14,10 : Print "loading..."
  62. Load Iff "PLAYERS",0
  63. PRESS:
  64. Pen 0 : Paper 10 : Curs Pen 10 : Volume 10 : Bell 70
  65. Locate 27,21 : Input "?";N
  66. If N=1 Then Pen 0 : Paper 10 : Bell 49 : Locate 13,8 : Pen 1 : Paper 0 : Curs Pen 1 : Input "";NM$ : Bell 61 : Ink 1,0 : Set Font 1 : Text 120,110,"PRESS ' S ' TO START" : Goto SMELLY : 
  67. If N=2 Then Pen 0 : Paper 10 : Bell 37 : Locate 13,8 : Pen 1 : Paper 0 : Curs Pen 1 : Input "";NM$ : Bell 61 : Locate 13,10 : Input "";NK$ : Bell 37 : Ink 1,0 : Set Font 1 : Text 120,110,"PRESS ' S ' TO START"
  68. If N>2 Then Locate 27,21 : Print " " : Goto PRESS
  69. QUIZER:
  70. G$=Inkey$ : If G$="" Then Goto QUIZER : 
  71. If G$<>Chr$(115) Then Goto QUIZER : 
  72. Rem * * *noisy intro* * *  
  73. Volume 10 : Play 49,30 : Play 46,20 : Play 51,10 : Play 49,25 : Play 46,10 : Music Stop 
  74. Clw : Goto TWOPLAYERS : 
  75. SMELLY:
  76. G$=Inkey$ : If G$="" Then Goto SMELLY : 
  77. If G$<>Chr$(115) Then Goto SMELLY
  78. Rem * * *noisy intro* * *  
  79. Volume 10 : Play 49,30 : Play 46,20 : Play 51,10 : Play 49,25 : Play 46,10 : Music Stop 
  80. Curs Off : Clw : Goto LONLEY : 
  81. TWOPLAYERS:
  82. Curs Off 
  83. Get Palette 2
  84. Set Font 1
  85. Appear 2 To 0,53
  86. Volume 10 : Boom 
  87. Ink 0,7 : 
  88. Rem * * * SET SCORE FOR TWO * * *
  89. Ink 5,2
  90. SL=0 : CC=0 : Text 10,15,"SCORE:"
  91. SR=0 : AA=0 : Text 260,15,"SCORE:"
  92. Rem * * * *start setting up data* * * *  
  93. Restore MICHAEL
  94. Dim Q$(P) : Dim R$(P) : Dim S$(P) : Dim A$(P) : Rem * * NUMBER OF QUESTIONS AND ANSWERS * * *  
  95. For G=0 To P
  96.    Read Q$(G),R$(G),S$(G),A$(G)
  97. Next G
  98. Rem****      PLAYER ONE         *******  
  99. MAINPLAYER1: Paper 14 : Locate 16,23 : Print "         " : Pen 5 : Paper 14 : Locate 16,23 : Wait 50 : Print NM$ : Rem*******First Player ********  
  100. Wait 50
  101. Cls 15,72,34 To 244,82 : Rem ****Clear Main Window****  
  102. Ink 5,14
  103. Text 20,130,NM$ : Text 260,130,NK$
  104. Wait 50
  105. Ink 5,0
  106. If SL=5 Then Say "You-are-doing, Well."
  107. If SL=10 or SL=20 Then Say "You-are-still-doing,Well."
  108. If SL=30 or SL=40 Then Say "I-hope,you-are-not, cheeting."
  109. If SL=60 or SL=100 Then Say "There-is-no-stopping-you-now."
  110. If SL=150 or SL=200 Then Say "Boy-O-Boy, what-a-brain."
  111. Text 83,95,"     PRESS [Space] FOR QUESTION"
  112. AWAY:
  113. L$=Inkey$
  114. If L$="" Then Goto AWAY
  115. If L$=Chr$(32) Then CC=CC+1 : Goto NEARLY
  116. If L$=Chr$(27) Then Goto LASTPAGE
  117. If L$<>Chr$(27) or(L$<>Chr$(32)) Then Goto AWAY : 
  118. NEARLY:
  119. Pen 0 : Paper 0 : Locate 10,11 : Print "                   " : Rem clear key box
  120. Locate 10,12 : Print "                   "
  121. For TROLLOP=1 To P
  122.    X=Int(Rnd(P)) : If X=0 Then Inc X
  123.    Cls 15,72,34 To 244,82 : Rem clear main box 
  124.    Ink 0,15
  125.    Rem * * * Place question in Box * * *
  126.    For H=1 To 5
  127.       Text 74,46,"Away in     nger hoo,      !ho!hee    " : Shoot 
  128.       Text 74,55,"well asnyone        can make a     mis" : Shoot 
  129.       Text 74,65,"Tracy Harris    g   is a pest so there" : Shoot 
  130.       Text 74,55,"Mike is just      a     p r           " : Shoot 
  131.       Text 74,46,"2yynn  w  a b c d ef r  c,,,co  eoo   " : Shoot 
  132.       Text 74,55,"You are my hero so there  mnay        " : Shoot 
  133.       Text 74,65,"a b d c f    r t g   b   y j n n u n e" : Shoot 
  134.       Text 74,46,"     amos why cant         ead your   " : Shoot 
  135.       Text 74,65,"anual I cant und       erstand it,thky" : Shoot 
  136.       Text 74,55," and I think      ng hungry    d food!" : Shoot 
  137.    Next H
  138.    Cls 15,72,34 To 244,82 : Rem clear main box 
  139.    Text 74,46,Q$(X)
  140.    Text 74,55,R$(X)
  141.    Text 74,65,S$(X)
  142.    Pen 5 : Paper 0
  143.    For F=20 To 0 Step -1 : Rem * *Time loop* *
  144.       Volume 8
  145.       Locate 19,16 : Print Using "##";F
  146.       If Mouse Key<>0 Then Bell 60 : Goto ANSWER1
  147.       Volume 10 : Bell 50
  148.       Wait 50
  149.    Next F
  150.    Volume 15
  151.    For B=65 To 30 Step -1
  152.       Bell B : Wait 5
  153.    Next B : Bell 2
  154.    Rem * * * LOCATE ANSWER * * *  
  155.    Cls 0,87,95 To 250,85 : Bell 5 : Rem key box
  156.    Ink 5,0
  157.    Text 122,95,"SORRY TIME UP!" : Locate 19,16 : Print "  " : Wait 200
  158. Goto MAINPLAYER2 : Next TROLLOP
  159. ANSWER1:
  160. Cls 15,72,34 To 244,82 : Rem clear main window
  161. Wait 100 : Locate 19,16 : Print "  "
  162. Ink 0,15
  163. Text 75,60,A$(X) : Rem ********* place answer in main box 
  164. Cls 0,87,95 To 250,85 : Rem ******* clear key box
  165. Wait 50
  166. Ink 5,0
  167. Text 96,95,"WERE YOU CORRECT?  Y / N"
  168. Goto FIRSTONE
  169. Rem * * * PLAYER TWO * * * 
  170. MAINPLAYER2: Paper 14 : Locate 16,23 : Print "        " : Pen 5 : Paper 14 : Locate 16,23 : Print NK$ : Rem*******Second Player********
  171. Wait 50
  172. Ink 5,14
  173. Cls 15,72,34 To 244,82 : Rem ****Clear Main Window****
  174. Text 20,130,NM$ : Text 260,130,NK$ : Rem both players 
  175. Wait 50
  176. Ink 5,0
  177. If SR=5 or SR=10 Then Say "I-like-your-style."
  178. If SR=20 or SR=40 Then Say "you-are,so, clever."
  179. If SR=50 or SR=100 Then Say "I hope you are not, cheeting."
  180. If SR=150 or SR=200 Then Say "I-think-I-shall-go-home, you-do-not-need-me, now."
  181. If SR=250 Then Say "You must be very clever, to anser, all these, questions."
  182. Text 83,95,"     PRESS [Space] FOR QUESTION"
  183. ESCAPE:
  184. G$=Inkey$
  185. If G$="" Then Goto ESCAPE
  186. If G$=Chr$(32) Then AA=AA+1 : Goto PEST
  187. If G$=Chr$(27) Then Goto LASTPAGE
  188. If G$<>Chr$(27) or(G$<>Chr$(32)) Then Goto ESCAPE : 
  189. PEST:
  190. Pen 0 : Paper 0 : Locate 10,11 : Print "                   " : Rem clear key box
  191. Locate 10,12 : Print "                   "
  192. For DUNCAN=1 To P
  193.    X=Int(Rnd(P)) : If X=0 Then Inc X
  194.    Cls 15,72,34 To 244,82 : Rem clear main box 
  195.    Ink 0,15
  196.    Rem * * * Place question in box * * *
  197.    For H=1 To 5
  198.       Text 74,46,"Should all aquantance be for           " : Shoot 
  199.       Text 74,55,"Merry Xmas          to you all from    " : Shoot 
  200.       Text 74,65,"For once in my              dee daa o  " : Shoot 
  201.       Text 74,55,"Jailhouse rock          * Elvis presl  " : Shoot 
  202.       Text 74,46,"1 2 3 4  6  8    j          st cou tin " : Shoot 
  203.       Text 74,55,"Let me be          yoyr Teddy Bear     " : Shoot 
  204.       Text 74,65,"If I ruled the world h  a              " : Shoot 
  205.       Text 74,46,"baa     black             eep have you " : Shoot 
  206.       Text 74,65,"Shell ne etryu          fjjic cnfgg  u " : Shoot 
  207.       Text 74,55,"And   happy          new year          " : Shoot 
  208.    Next H
  209.    Cls 15,72,34 To 244,82 : Rem clear main box 
  210.    Text 74,46,Q$(X)
  211.    Text 74,55,R$(X)
  212.    Text 74,65,S$(X)
  213.    Pen 5 : Paper 0
  214.    For F=20 To 0 Step -1 : Rem * *Time loop* *
  215.       Volume 8
  216.       Locate 19,16 : Print Using "##";F
  217.       If Mouse Key<>0 Then Bell 60 : Goto ANSWER2
  218.       Volume 10 : Bell 50
  219.       Wait 50
  220.    Next F
  221.    '
  222.    '
  223.    Volume 15
  224.    For B=65 To 30 Step -1
  225.       Bell B : Wait 5
  226.    Next B : Bell 2
  227.    Rem******** LOCATE ANSWER ********** 
  228.    Cls 0,87,95 To 250,85 : Bell 5 : Rem clear key box
  229.    Ink 5,0
  230.    Text 122,95,"SORRY TIME UP!" : Locate 19,16 : Print "  " : Wait 200
  231. Goto MAINPLAYER1 : Next DUNCAN
  232. ANSWER2:
  233. Cls 15,72,34 To 244,82 : Rem clear main box 
  234. Wait 100 : Locate 19,16 : Print "  "
  235. Ink 0,15
  236. Text 75,60,A$(X) : Rem ********* place answer in main box 
  237. Cls 0,87,95 To 250,85 : Rem ******* clear key box
  238. Wait 50
  239. Ink 5,0
  240. Text 96,95,"WERE YOU CORRECT?  Y / N"
  241. Goto SECONDONE
  242. Rem * * * * SCORES FOR FIRST PLAYER  * * * * * 
  243. FIRSTONE:
  244. K$=Inkey$
  245. If K$="" Then Goto FIRSTONE
  246. If K$=Chr$(121) Then Goto SCOREL
  247. If K$=Chr$(110) Then Play 13,15 : Play 1,15 : Goto MAINPLAYER2
  248. If K$=Chr$(27) Then Goto LASTPAGE : 
  249. If K$<>Chr$(121) or(K$<>Chr$(110)) or(K$<>Chr$(27)) Then Goto FIRSTONE : 
  250. SCOREL: Wait 50 : SL=SL+1 : Pen 5 : Paper 2 : Locate 5,1 : Print SL : Bell 70 : Goto MAINPLAYER1
  251. Rem * * * * SCORES FOR SECOND PLAYER * * * * * 
  252. SECONDONE:
  253. D$=Inkey$
  254. If D$="" Then Goto SECONDONE
  255. If D$=Chr$(121) Then Goto SCORER
  256. If D$=Chr$(110) Then Play 13,15 : Play 1,15 : Goto MAINPLAYER1
  257. If D$=Chr$(27) Then Goto LASTPAGE : 
  258. If D$<>Chr$(121) or(D$<>Chr$(110)) or(D$<>Chr$(27)) Then Goto SECONDONE : 
  259. SCORER: Wait 50 : SR=SR+1 : Pen 5 : Paper 2 : Locate 36,1 : Print SR : Bell 70 : Goto MAINPLAYER2
  260. Rem ******  SINGLE PLAYER ONLY  *******
  261. LONLEY:
  262. MY=0 : BB=0
  263. Set Font 1
  264. Get Palette 2
  265. Appear 2 To 0,7
  266. Volume 10 : Boom 
  267. Ink 0,7 : 
  268. Restore MICHAEL
  269. Dim P$(A) : Dim PA$(A) : Dim PB$(A) : Dim T$(A) : Rem ****** Number of questions & answers 
  270. For J=1 To A
  271.    Read P$(J),PA$(J),PB$(J),T$(J)
  272. Next J
  273. Rem * * *SET UP SCREEN * * * 
  274. Ink 5,2 : Text 10,15,"SCORE:"
  275. Ink 5,14
  276. Text 20,130,NM$ : Pen 5 : Paper 14 : Locate 16,23 : Print NM$
  277. Wait 50
  278. TRYAGAIN: Cls 15,72,34 To 244,82 : Rem ****  Clear Main Window  ****  
  279. Wait 50
  280. Ink 5,0
  281. If MY=5 or MY=10 Then Say "You are doing, rather,well,you-are-winning."
  282. If MY=20 or MY=30 Then Say "I hope you are not, cheeting."
  283. If MY=40 or MY=50 Then Say "You are very, intelligent."
  284. If MY=100 or MY=120 Then Say "I think I will go home now."
  285. If MY>120 or MY=200 Then Say "Would you like a, rest, yet."
  286. If MY=>200 Then Say "You, are, a very clever, person."
  287. Text 94,95,"  PRESS [Space] FOR QUESTION"
  288. ABORT:
  289. H$=Inkey$
  290. If H$="" Then Goto ABORT
  291. If H$=Chr$(32) Then BB=BB+1 : Goto ENEMY : 
  292. If H$=Chr$(27) Then Goto THEEND : 
  293. If H$<>Chr$(27) or(H$<>Chr$(32)) Then Goto ABORT : 
  294. ENEMY:
  295. Pen 0 : Paper 0 : Locate 10,11 : Print "                    " : Rem clear key bo 
  296. Locate 10,12 : Print "                    "
  297. For OTHER=1 To A
  298.    X=Int(Rnd(A)) : If X=0 Then Inc X
  299.    Cls 15,72,34 To 244,82 : Rem clear main box 
  300.    Ink 0,15
  301.    Rem * * * Place question in box * * *
  302.    For H=1 To 5
  303.       Text 74,46,"  kn   5 kfkii pe djdj  m * 99 l xmm ," : Shoot 
  304.       Text 74,55,"  u   y   tt    7   t  gg c M kk d r  " : Shoot 
  305.       Text 74,65," * * )� gh ahuu m  t o      +   oie   " : Shoot 
  306.       Text 74,55," Oh yes I can  f  fr t  y     mike smi" : Shoot 
  307.       Text 74,46," You cant be serious        &  They ar" : Shoot 
  308.       Text 74,55," ii  t f b g 3  ï¿½  kk .o ,l     uyet  " : Shoot 
  309.       Text 74,65,"Well    cant all         c  ab cloim  " : Shoot 
  310.       Text 74,46,"  A B C d e t g y##    #@   Tracy H   " : Shoot 
  311.       Text 74,65,"c   d e   r   t   y   u  July 26   :  " : Shoot 
  312.       Text 74,55,"  well I am fed up now!   party t_    " : Shoot 
  313.    Next H
  314.    Cls 15,72,34 To 244,82 : Rem clear main box 
  315.    Text 74,46,P$(X)
  316.    Text 74,55,PA$(X)
  317.    Text 74,65,PB$(X)
  318.    Pen 5 : Paper 0 : Rem time colours 
  319.    For F=20 To 0 Step -1 : Rem * *Time loop* *
  320.       Volume 8
  321.       Locate 19,16 : Print Using "##";F
  322.       If Mouse Key<>0 Then Bell 60 : Goto WELLDONE
  323.       Volume 10 : Bell 69
  324.       Wait 50
  325.    Next F
  326.    '
  327.    Volume 15
  328.    For B=65 To 30 Step -1
  329.       Bell B : Wait 5
  330.    Next B : Bell 2
  331.    Rem******** LOCATE ANSWER ********** 
  332.    Cls 0,87,95 To 250,85 : Bell 5 : Rem key box
  333.    Ink 5,0
  334.    Text 122,95,"SORRY TIME UP!" : Locate 19,16 : Print "  " : Wait 200
  335. Goto TRYAGAIN : Next OTHER
  336. WELLDONE:
  337. Cls 15,72,34 To 244,82 : Rem clear main window
  338. Wait 100 : Locate 19,16 : Print "  "
  339. Ink 0,15
  340. Text 75,60,T$(X) : Rem ********* place answer in main box 
  341. Cls 0,87,95 To 250,85 : Rem ******* clear key box
  342. Wait 50
  343. Ink 5,0
  344. Text 96,95,"WERE YOU CORRECT?  Y / N"
  345. Goto JUSTME
  346. Rem * * * * SCORES FOR SINGLE PLAYER * * * * * 
  347. JUSTME:
  348. N$=Inkey$
  349. If N$="" Then Goto JUSTME
  350. If N$=Chr$(121) Then Goto MYSCORE
  351. If N$=Chr$(110) Then Play 13,15 : Play 1,15 : Goto TRYAGAIN
  352. If N$=Chr$(27) Then Goto THEEND : 
  353. If N$<>Chr$(121) or(N$<>Chr$(110)) or(N$<>Chr$(27)) Then Goto JUSTME : 
  354. MYSCORE: Wait 50 : MY=MY+1 : Pen 5 : Paper 2 : Locate 5,1 : Print MY : Bell 50 : Goto TRYAGAIN : 
  355. LASTPAGE:
  356. Load Iff "SCORES",3
  357. Screen Hide 
  358. Load Iff "QUIZ",2
  359. Get Palette 3
  360. Appear 3 To 2,57
  361. Pen 1 : Paper 0
  362. Under On 
  363. Locate 16,6 : Print NM$
  364. Under Off 
  365. Locate 7,8 : Print "you scored ";SL;" out of ";CC
  366. Under On 
  367. Locate 16,10 : Print NK$
  368. Under Off 
  369. Locate 7,12 : Print "you scored ";SR;" out of ";AA
  370. Wait 500 : Goto FINISH
  371. THEEND:
  372. Load Iff "SCORES",3
  373. Screen Hide 
  374. Load Iff "QUIZ",2
  375. Get Palette 3
  376. Appear 3 To 2,57
  377. Pen 1 : Paper 0
  378. Under On 
  379. Locate 16,9 : Print NM$
  380. Under Off 
  381. Locate 7,11 : Print "you scored ";MY;" out of ";BB
  382. Wait 500 : Goto FINISH
  383. MICHAEL:
  384. Data "","","",""
  385. Data "Who was the million dollar mermaid","  ","  ","Esther Williams"
  386. Data "Which circus musical has Michael","Crawford mad his own"," ","Barnum"
  387. Data "Who played Elaine Stritch's butler","  ","  ","Donald Sinden"
  388. Data "In which film did Basil Rathbone make","his first appearance as Sherlock Holmes","  ","The Hound of the Baskervilles(1939)"
  389. Data "What is a slip","   ","   ","A diluted coating of clay"
  390. Data "Which sinister castle was under Bernard","Hepton's authority","    ","Colditz"
  391. Data "Whose secretary was Della Street","   ","    ","Perry Mason"
  392. Data "Who wrote the 'The Republic'","   ","    ","Plato"
  393. Data "Who played 'Endora~ in bewitched","    ","    ","Agnes Moorhead"
  394. Data "Which family was composed of Ben","Bebe, Barbara and Richard","  ","The Lyon Family   (Life with the Lyons)"
  395. Data "Who was a male war bride","    ","    ","Cary Grant "
  396. Data "On which play was the musical","'Kiss Me Kate' based","   ","The Taming of the Shrew (Shakespear)"
  397. Data "Who saw the piper at the Gates of Dawn","   ","   ","Mole and Rat in ' Wind of the Willows'"
  398. Data "Who played Miss Havisham in the David ","Lean version of 'Great Expectations'"," ","Martita Hunt"
  399. Data "In which film did Mickey Mouse make his first","appearance","   ","Steamboat Willie"
  400. Data "Who wrote about 'The Lost Boys'","   ","   ","J.M.Barrie"
  401. Data "Who played the title role in 'The Graduate'","   ","   ","Dustan Hoffman"
  402. Data "Which singer was married to Joan Collins","   ","   ","Anthony Newley"
  403. Data "Whose assistant in the kitchen wore","a monocle","   ","Fanny Craddock's"
  404. Data "Which child star played in 'Paper Moon'","  ","   ","Tatum O'Neal"
  405. Data "Who killed Guy of Gisborne","   ","   ","Robin Hood"
  406. Data "Which famous detective was played by","Bruce Seton","   ","Fabian of the yard"
  407. Data "Who played the leading role in the film","'Hud'","  ","Paul Newman"
  408. Data "Who was the host of the quiz game","Take your pick","   ","Michael Miles"
  409. Data "Which poet was in love with Fanny Brawne","   ","   ","John Keats"
  410. Data "Which actresses played the main roles","in the film","Whatever Happened To Baby Jane","Bette Davies & Joan Crawford"
  411. Data "In Hitchcock's 'Psycho' what was Norman ","Bates hobby","   ","Stuffing Birds"
  412. Data "Who wrote the words and music for","'Let's Do It'","   ","Cole Porter"
  413. Data "Which is the Scottish Play","   ","   ","'Macbeth'"
  414. Data "Who were the 'two little girls from Little","Rock'","   ","Marilyn Monroe & Jane Russell"
  415. Data "In which country do they serve chicken in","a chocolate sauce","  ","Mexico"
  416. Data "The fur of which animal makes the lightest,"," yet, warmest, coat","  "," The Mink"
  417. Data "Who was the first Dr Who","  ","  ","William Hartnell"
  418. Data "Who was the first woman MP","  ","  ","Constance,Countess Markiewicz,(1918)"
  419. Data "What does SLR stand for"," ","  ","Single-Lens reflex (A type of camera)"
  420. Data "What is a brown turkey"," "," ","A fig tree"
  421. Data "How old was Red Rum when he won his last","Grand National","  ","Twelve"
  422. Data "What is nine times seven","  ","  ","63"
  423. Data "Who killed Cock Robin","  "," ","The Sparrow"
  424. Data "Whose Boomerang Wouldn't come back","  ","  ","Charlie Drake's"
  425. Data "Which American character actor was known as","The 'man of a thoucand faces'"," ","Lon Chaney"
  426. Data "Who was the bareback-riding wife of Leofric,","Earl of Chester"," ","Lady Godiva"
  427. Data "How many players in an ice hockey team","  ","  ","Six"
  428. Data "For whom was 'Annie's Song' written","  ","  ","John Denver's wife"
  429. Data "Which royal Greek became a British national","in 1947","  ","Prince Philip"
  430. Data "Which computer manufacturer is known as","Big Blue","  ","I B M"
  431. Data "What does V A T stand for","  ","  ","Value added tax"
  432. Data "Who sponsors Arsenal F.C.","  ","  ","J.V.C."
  433. Data "Which drug occurs in the bark of a","Willow tree"," ","Aspirin"
  434. Data "What was the former name of Sellafield","  ","  ","Windscale"
  435. Data "Which is the largest opera house","in the world."," ","The Metropolitan Opera House(New York)"
  436. Data "Who had the 1972 hit,","'Give Ireland back to the Irish'","  ","Paul McCartney and Wings"
  437. Data "Who is the 'Divine Miss M.'","  ","  ","Bette Midler"
  438. Data "Who is little Miss Dynamite","  ","  ","Brenda Lee"
  439. Data "Where was Harold Wilson's holiday home","  ","  ","In the Scilly Isles"
  440. Data "When was Margaret Thatcher","elected to Parliament"," ","1959"
  441. Data "What does T N T stand for"," "," ","Trintro-Toluene"
  442. Data "In cricket, can you be out, for hitting the","ball twice"," ","Yes"
  443. Data "What do the 'Bells of old Bailey say'"," "," ","When will you pay me"
  444. Data "Who wins the big chariot race in Ben Hur","[the remake]"," ","Charlton Heston as Ben Hur"
  445. Data "In which 1968 musical did Barbara Streisand","say, 'You think beautiful girls are going ","to stay in style forever","Funny Girl"
  446. Data "Who wrote 'We are the World' for","USA for Africa!"," ","Michael Jackson & Lionel Richie"
  447. Data "Which Radio One DJ featured in a 1979","Pretenders Hit"," ","David Kid Jenson"
  448. Data "What is the square root of 81","  ","  ","9"
  449. Data "Which Walt Disney cartoon used Pearl Bailey"," & Louis Prima's voices","  ","The Jungle Book"
  450. Data "Which South Sea islander is named after a","cocktail"," ","Bloody Mary [South Pacific]"
  451. Data "Which historical event inspired","'ring o' ring o' roses","  ","The Great Plague"
  452. Data "Who sang like a 'Bat out of Hell'"," "," ","Meat loaf"
  453. Data "Which MP appeared with Tracey Ullman","on Video","  ","Neil Kinnock"
  454. Data "Whose brother was Peter of Peter & Gordon"," "," ","Jane Asher"
  455. Data "Who played Pink in 'The Wall'"," "," ","Bob Geldorf"
  456. Data "How many are there in the Thomson Twins"," "," ","3"
  457. Data "Which engine powered the Spitfire"," "," ","The Rolls Royce Merlin"
  458. Data "Which motor car rolled off the Nuffield","production line in 1948"," ","The Morris Minor"
  459. Data "What is the unit of currency in China"," "," ","Yuan"
  460. Data "What were the first names of Scott of the ","Antartic"," ","Robert Falcon"
  461. Data "Who was Dwight Eisenhower's","Vice President"," ","Richard Nixon"
  462. Data "One inch of rain is equivelant to what depth","of snow","  ","One foot"
  463. Data "In computer terminology what is RAM"," "," ","Random Access Memory"
  464. Data "What is the British equivelant to Kerosene","in the US"," ","Paraffin"
  465. Data "How many pawns are on a chessboard at the ","start of a game","  ","16"
  466. Data "In which race did several people lose ","their lives by drowning in 1979","  ","The Fastnet Race"
  467. Data "For which movie was 'Stevie Wonder's ","hit I just called to say I love you","written","The Woman in Red"
  468. Data "Which river did A Bridge Too Far span","  ","  ","The Rhine"
  469. Data "In which city was Caberet set","  ","  ","Berlin"
  470. Data "How many golf balls are there on the moon"," "," ","Three"
  471. Data "How many seconds in an hour"," "," ","3600"
  472. Data "Which of the Bee Gees had a solo hit with","Another Lonely Night in New York"," ","Robin Gibb"
  473. Data "Who was 'Busted' in 1963"," "," ","Ray Charles"
  474. Data "On which river is Balmoral Castle situated"," "," ","The River Dee"
  475. Data "What is a vessel for towing other vessels"," "," ","Tug"
  476. Data "Welsh poet, auther of 'Under Milk Wood","  ","  ","Dylan Thomas "
  477. Data "What is the capital of Scotland"," "," ","Edinburgh"
  478. Data "A regular route taken by ocean traffic"," "," ","Seaway"
  479. Data "What do you call an","adult male deer"," ","Stag"
  480. Data "What is the Welsh National Anthem"," "," ","Land Of My Fathers"
  481. Data "Who did hand stands on his piano"," "," ","Elton John"
  482. Data "What is hockey's version of a kick off"," "," ","Bully-Off"
  483. Data "Did Elvis Presley ever play a boxer"," "," ","Yes [Kid Galahad]"
  484. Data "Who wrote 'The Glory Game'","  ","  ","Hunter Davies"
  485. Data "Men used as harem attendants"," "," ","Eunuchs"
  486. Data "What game is also known as Ping-Pong","  ","  ","Table Tennis"
  487. Data "Who called a Wimbledon umpire","the pits ofthe world"," ","John McEnroe"
  488. Data "In which Danny Kaye film does a milkman","become a prize fighter"," ","The Kid From Brooklyn"
  489. Data "What does a Heliologist study","  ","  ","The Sun"
  490. Data "Which country did 'Skylab' hit"," "," ","Australia"
  491. Data "Which constellation is known as the","water bearer"," ","Aquarius"
  492. Data "Which planet apart from earth, did 'Spock's'","ancestors come"," ","Vulcan"
  493. Data "What have Watford and 'Rocket Man'","in common"," ","Elton John"
  494. Data "In which key does Big Ben sound the hour","F-A-C","  ","F"
  495. Data "How many pairs of wings","does a Tetse fly have","  ","One Pair"
  496. Data "What is a flight of Geese called"," "," ","A Skein"
  497. Data "What does a pullet become on it's first ","birthday"," ","A Hen"
  498. Data "Who played Miss Jones in 'Rising Damp'"," "," ","Frances De La Tour"
  499. Data "Under what name was Javanese dancer","Marguerite Zelle better known"," ","Mata Hari"
  500. Data "What nationality was 'Al Jolson'"," "," ","Russian"
  501. Data "Who created Kermit the frog,Miss Piggy","and friends"," ","Jim Henson"
  502. Data "Which famous pianist was once described as","the Danny Kaye of comedy"," ","Victor Borge"
  503. Data "Which 19th century French painter","was a Count","  ","Henri De Toulouse-Lautrec"
  504. Data "What are Baboons, Apes or Monkeys"," "," ","Monkeys"
  505. Data "What do crocodiles sometimes swallow","to enable them to dive deeper"," ","Stones"
  506. Data "Who was the female presenter on","Ready Steady Go","  ","Cathy McGowan"
  507. Data "What's a frogs favorite colour"," "," ","Blue"
  508. Data "What special ability gives the Jesus Bug","it's name"," ","It's ability to walk on water"
  509. Data "Who were known as the Iron Butterfly and","the Singing Capon"," ","Jeanette McDonald & Nelson Eddy"
  510. Data "How does a Girraffe clean it's ears","  ","  ","With it's tongue"
  511. Data "Is a Scorpion immune to it's own poison"," "," ","Yes"
  512. Data "Which TV Personality was briefly deprived","of his Knighthood by Mrs Thatcher"," ","Sir Robin Day"
  513. Data "What was a sloppy Joe"," "," "," A kind of a loose jumper"
  514. Data "What was the sequal to Born Free"," "," ","Living Free"
  515. Data "Who wrote 'The G-String Murders'"," "," ","Gypsy Rose Lee"
  516. Data "How many times did Maria Callas play Carmen","on stage"," ","Never"
  517. Data "Who collapsed and later died while reading","a book called 'The Scientific Search for","the Face of Jesus","Elvis Presley"
  518. Data "1 for sorrow, 2 for joy, 3 for a"," "," ","Girl"
  519. Data "What is a badger's home called"," "," ","A set"
  520. Data "Which pop star was honoured by an official","wreath of flowers from the Soviet Union"," ","Elvis Presley"
  521. Data "Which ~Goodie~ watches birds"," "," ","Bill Oddie"
  522. Data "What caused Janis Joplin's death"," "," ","A drug overdose"
  523. Data "What was the name of Dick Turpins horse"," "," ","Black Bess"
  524. Data "Who was Jimmy Jewel's partner in","their comedy double act","  ","Ben Warris"
  525. Data "What was the name of 'Katie's husband in the","long running Oxo TV Commercial","  ","Philip"
  526. Data "Which bank likes to sey'Yes'","  ","  ","The Trustee Savings Bank"
  527. Data "Which was the first newspaper to award a","�1 million pound bingo prize","  ","The Daily Mirror"
  528. Data "Who sponsors the Football League"," Championship","  ","Canon"
  529. Data "Where did John Player first establish it's","tobacco firm","  ","Nottingham"
  530. Data "How many VC's were won in the Falklands","campaign","  ","Two"
  531. Data "What is the title of the M * A * S * H","theme tune","  ","'Suicide is Painless'"
  532. Data "How old was Shirley Temple when she ","retired as an actress","  ","Ten"
  533. Data "Who produced the Mott the Hoople","single'All the young Dudes'","  ","David Bowie"
  534. Data "On 25 June 1876'Long Hair'died","Who was he","  ","General Custer"
  535. Data "What did the films'It Came From Outer Space'","'The Creature From Black Lagoon","have in Common","They were all made in 3-D"
  536. Data "Who played the star in the 1972 Lady Sings","the Blues","  ","Diana Ross"
  537. Data "Why did 'Roy Orbison' wear dark glasses","  ","  ","Because he was cross eyed"
  538. Data "Which golfing song features in Bridge","on the River Kwai","  ","'Colonel Bogie'"
  539. Data "Whose first book is called 'Genesis'","  ","  ","Moses'"
  540. Data "Whose voice did Walt Disney provide ","in his cartoons","  ","That of Mickey Mouse"
  541. Data "Who were known as 'The Brylcreem boys'","  ","  ","The R A F"
  542. Data "Who was the youngest Beatle","  ","  ","George Harrison(born 1943)"
  543. Data "Whose career was launched in the film","Tiger Bay","  ","Hayley Mills"
  544. Data "Who did'nt like Monday's","  ","  ","The Boomtown Rat's"
  545. Data "In billiards, a cannon is worth how many","points"," ","Two"
  546. Data "What was the name of Michael Jackson's rat"," "," ","Ben"
  547. Data "Which band was rockin' all over the world","at the Live Aid concert"," ","Status Quo"
  548. Data "Which member of Queen called himself the","Carmen Miranda of Rock and Roll"," ","Freddy Mercury"
  549. Data "Who tiptoed through the tulips in 1968"," "," ","Tiny Tim"
  550. Data "Who urged the world to do the Locomotion"," "," ","Little Eva"
  551. Data "Which father and daughter did 'something","stupid' in 1967"," ","Frank and Nancy Sinatra"
  552. Data "Who had a 1969 hit with 'Suspicious Minds'","  ","  ","Elvis Presley"
  553. Data "Who were 'Pretty in Pink'"," "," ","The Psychadelic Furs"
  554. Data "Who had a big hit with ","Papa's Got A Brand New Bag"," ","James Brown"
  555. Data "Which film had the theme song","  ","  ","Rocky 3"
  556. Data "Who did Diana Ross portray in,","'The Lady Sings the Blues'"," ","Billie Holiday"
  557. Data "What was the title of the movie that starred","ABBA","  ","'ABBA'THE MOVIE "
  558. Data "Which performer had a hit with the title","song from 'Fame'"," ","Irene Cara"
  559. Data "Where was the 'House of the Rising Sun'"," "," ","New Orleans"
  560. Data "Which country cried for Julie Covington"," "," ","Argentina"
  561. Data "Which city did Frank Sinatra call his kind","of town"," ","Chicago"
  562. Data "Where did Bonnie Tyler get lost for her first","hit"," ","France"
  563. Data "Who wrote and had a first hit with","'Be-Bop-A-Lula'"," ","Gene Vincent"
  564. Data "Who did early rocker Shane Fenton become","in later life"," ","Alvin Stardust"
  565. Data "What emblem is worn by the All Blacks on","their shirts"," ","A Fern Leaf"
  566. Data "Where will the 1992 Summer Olympic Games","be held"," ","Barcelona"
  567. Data "In which sport would a fancier require a ","loft, a transporter crate,and a","printing clock","Pigeon Racing"
  568. Data "Which country won the first World Cup"," "," ","Uruguay"
  569. Data "Which two countries are three times winners","of the World Cup"," ","Brazil and Italy"
  570. Data "Who were the European, world and 1984","Olympic ice dance champions"," ","Jane Torville & Christopher Dean"
  571. Data "By what name was the Triple Jump formerly","known"," ","The hop, step and jump"
  572. Data "At which sport was Reg Harris famous"," "," ","Cycling"
  573. Data "Which one of these racing drivers was not,","killed on the track: Piers Courage","Graham Hill:Jim Clarke:Ronnie Peterson","Graham Hill"
  574. Data "Who wa said to 'float like a butterfly and","sting like a bee'"," ","Mohammed Ali"
  575. Data "Who kept asking Harry if he knew what he","meant"," ","Frank Bruno"
  576. Data "In which sport was the ball stuffed with","boiled feathers"," ","Golf"
  577. Data "How many balls, including the cue ball,","are on the table at the start of a game of","snooker","22"
  578. Data "Who held the last world mile record over","4 minutes","  ","Gunder Hagg"
  579. Data "Who was the tallest world heavyweight","boxing champion"," ","Jess Willard"
  580. Data "Which point on the French coast is nearest","to Dover and often features in","Cross channel swims","Cap Gris Nez"
  581. Data "Who earned the name 'Superbrat'"," "," ","John McEnroe"
  582. Data "Which 'wabbit' started out as a hare"," "," ","Bugs Bunny"
  583. Data "The star of 'Death Wish' set out to clean","up which city"," ","New York"
  584. Data "Which star received top billing in","'Gone with the Wind'"," ","Clarke Gable"
  585. Data "Who headed the bill at the 1969","Isle of wight pop festival","  ","Bob Dylan"
  586. Data "What did King George III address as","the King of Prussia","  ","A Tree in Hyde Park"
  587. Data "Who mislaid his trousers on the train","  ","   ","Sir Geoffrey Howe"
  588. Data "For how long did Lady Jane Grey reign","as queen","  ","Nine Days"
  589. Data "What was the name of the Nazi laws","against Jews","  ","The Nuremberg Laws of 1935"
  590. Data "What was Cleopatra's first child called","  ","  ","Caesarion"
  591. Data "Where in Britain are gongs,bells and","sirens illegal","  ","On motor vehicles"
  592. Data "Which song by Womble-turned-producer","songwriter was used in the 1979 film","Watership Down","'Bright Eyes' (Mike Batt)"
  593. Data "Whose song was Eric Clapton's","I Shot the Sheriff","  ","Bob Marley's"
  594. Data "Apocalypse Now opens with which song","  ","  ","'The End' (The Doors)"
  595. Data "What was the name of the Berlin night-club","in which Cabaret opens","  ","The Kit-Kat Klub"
  596. Data "Which Beach Boys'hit does","British Caledonian Use","  ","'California Girls'"
  597. Data "What product is discribed as","'liquid engineering'","  ","Castrol G.T.X"
  598. Data "Which product gets exposure at both the ","Darts & Snooker World Chamionships","  ","Embassy cigarettes"
  599. Data "In an advertising agency what name is ","given to a sequence of sketches depicting","a TV commercial","A Storyboard"
  600. Data "What is the 'Great North Road'now called","  ","  ","The 'A1'"
  601. Data "Describe the logo of Volkswagen","  ","  ","A circle containing a V sitting upon a W"
  602. Data "How many countries are there in the","'Group of Ten'","  ","'Ten'"
  603. Data "In soccer,how many steps may a goalkeeper","take before releasing the ball","  ","Four"
  604. Data "Which newspaper for many years sponsored","the major darts championships","  ","News of the World"
  605. Data "Which soccer club's supporters stand in","'The Loft'","  ","Queens Park Rangers"
  606. Data "What game was invented by Alfred Butts in","1931","  ","Scrabble"
  607. Data "What sport is Simon MacCorkingdale good","at in the film 'The Riddle of the Sands","  ","Yachting"
  608. Data "In which Waddington's game do you play at","detectives","   ","Cluedo"
  609. Data "For what sport do you need a ","Dropping-zone,controller","and a Jumpmaster","Parachuting"
  610. Data "What is the name for a saloon car specially","prepared for racing with a","'safety roll cage inside"," A Stock Car"
  611. Data "What is 'Conkers'usually played with","  ","  ","Horse chestnuts"
  612. Data "What was J.P.R. Williams's profession","outside rugby","  ","'Doctor'"
  613. Data "What bat and ball team game is","'the origin of baseball'","  ","Rounders"
  614. Data "Where was the first rugby club","  ","  ","Guy's Hospital (1843)"
  615. Data "Which singer walked the streets of London","in 1974","  ","Ralph McTell (it was his only Top Ten hit)"
  616. Data "What is the collective name for a","group of Owls","  ","A Parliament"
  617. Data "Where did British teenagers first go for","a coffee and a hamburger in 1955","  ","The Wimpy bar"
  618. Data "What is Missing from the ashes of","Thomas Hardy,which lie in","Westminster Abbey","His Heart (It is buried with his first wife)"
  619. Data "Who would have had a quiff and a DA","  ","  ","A Teddy Boy"
  620. Data "Which animal began crossing the road in ","1951","  ","The Zebra"
  621. Data "What is the adult male gorilla sometimes","known as","  ","A Silverback"
  622. Data "Who took a pipe of tobacco,before going","to the scaffold, 'to settle his spirits'","  ","Sir Walter Raleigh"
  623. Data "Pennyroyal was once used to ","drive away fleas 'What is it'","  ","A Variety of Mint"
  624. Data "Who was the mischievous hero of the","Uncle Remus tales","  ","Brer Rabbit"
  625. Data "Where in the body, would you find the","'Humerous'"," ","The Upper Arm"
  626. Data "What is the Clinical name for the","Collar Bone"," ","The Clavicle"
  627. Data "How many days in a leap year","365-364-366"," ","366"
  628. Data "Which popular Music Magazine started ","1926"," ","The Melody Maker"
  629. Data "What is Madonna's surname"," "," ","Ciccone"
  630. Data "What was 'South Pacific's' magical Island","called","  ","Bali Ha'i"
  631. Data "Which child said to a friend-'Your Violin","is tuned sharper than my butter fiddle'","by quarter of a tone","Wolfgang Amadeus Mozart"
  632. Data "'West Side Story' is based on which","Shakespear play"," ","Romeo and Juliet"
  633. Data "Whose 'Boots were made for Walking'"," "," ","Nancy Sinatra's"
  634. Data "Which would be MP appeared on stage in a","coffin"," ","Screaming Lord Sutch"
  635. Data "Who played Glen Miller in the","'Glen Miller Story'"," ","James Stewart"
  636. Data "Who was known at school as 'Snobby","Roberts'"," ","Mrs Thatcher"
  637. Data "Who was the first Prime Minister to ocupy","10 Downing Street"," ","Sir Robert Walpole [1735]"
  638. Data "Princess Margaret was discouraged from","marrying whom"," ","Group Captain Peter Townsend"
  639. Data "Who recorded the hit single 'Walk Tall'"," "," ","Val Doonican"
  640. Data "Which was the biggest selling board game","at Christmas 1984"," ","Trivial Pursuits"
  641. Data "Which game is known to Americans as","Tic-Tac-Toe"," ","Noughts & Crosses"
  642. Data "Where is Legoland"," "," ","Denmark"
  643. Data "The hair from the tail of which animal","is used to make the best paintbrushes"," ","The Sable"
  644. Data "When did 'Oh! Calcutta' first appear on","the London stage"," ","In July 1970"
  645. Data "What is 7 times 7"," "," ","49"
  646. Data "An item cost ï¿½4.78 amd you give ï¿½10.00"," what will your change be"," ","�5.22"
  647. Data "Who started in showbusiness as the","singing duo 'Tom and Jerry'"," ","Simon and Garfunkel"
  648. Data "Digital watches have an LCD: what is it"," "," ","A Liquid Crystal Display [showing the time]"
  649. Data "Which British town would you visit, to see","a complete 2 mile circuit of","medieval wall","Chester"
  650. Data "Who invented the saxophone"," "," ","Adolph Sax of course!"
  651. Data "Who is the love object of 'Miss Piggy'"," "," ","Kermit the Frog"
  652. Data "When does Britain's lease on Hong Kong","expire"," ","1997"
  653. Data "What is the Hungarian national dish"," "," ","Goulash"
  654. Data "In Greek myth, what was the name of the","winged horse Bellerphon tamed"," ","Pegasus"
  655. Data "What is a 'Gazebo'"," "," ","A small look-out tower with a view"
  656. Data "What is the name of Dame Edna's husband"," "," ","Norm"
  657. Data "What is Bombay Duck"," "," ","Dried Fish"
  658. Data "How many species of Cacti are there"," "," ","Approximately 2,000"
  659. Data "What did Sir Arthur Conan-Doyle train as"," "," ","A Doctor"
  660. Data "What is a Sphygmomanometer more","commonly known as"," ","A Blood Pressure Machine"
  661. Data "In American Football, where do the Bears","come from"," ","Chicago"
  662. Data "What is a 'Greenback"," "," ","An American Dollar"
  663. Data "What product is described as ","'Liquid Engineering"," ","Castrol GTX"
  664. Data "What does GT stand for in motor car","designation"," ","Grand Tourer"
  665. Data "What is the name of Dennis the Menace's"," dog","  ","Gnasher"
  666. Data "Which son of a Hungarian rabbi escaped","  ","  ","Harry Houdini"
  667. Data "Who was the first King to be styled ","formally with a number after his name","  ","Henry VIII"
  668. Data "What is 'Pisciculture'","  ","   ","The rearing of fish by artificial means"
  669. Data "Which creature did Grinling Gibbons include","in his carvings by way of a","signature","A Mouse"
  670. Data "What is an American Indian baby known as","  ","  ","A Papoose"
  671. Data "After whom was 'Piaf' called  Edith","  ","  ","'Nurse Edith Cavell'"
  672. Data "If you asked for a Fry's Five Boys in the","1950s, what would you be buying","  ","A bar of chocolate"
  673. Data "Which female singer started out filleting","fish in Aberdeen","  ","Annie Lennox"
  674. Data "Which comedy actress in 1963 had a hit","with 'All I Want For Christmas","Is a Beatle","Dora Bryan"
  675. Data "Which comedian says,'If music be the ","food of love,then play us","a tune on your Jam Buttie'","Ken Dodd"
  676. Data "Who began his singing career with","Welsh Rarebit","  ","Harry Secombe"
  677. Data "Which 'Two Virgins'held a","'Bed-In For Peace'in 1969","  ","John Lennon & Yoko Ono"
  678. Data "To whom did Bob Dylan sing","'It Ain't Me Babe'","  ","Joan Baez"
  679. Data "Who appeared in 'Cars' and now flies","aeroplanes","  ","Gary Numan"
  680. Data "Which opera has a proposal made from a","phone booth","  ","The Telephone (Menotti)"
  681. Data "'The Lambeth Walk'appears in which","Noel Gay show","  ","Me and My Girl"
  682. Data "What is the eastern equivalent of","N.A.T.O","  ","Warsaw Pact"
  683. Data "Which modern politcian has an ancestor","who opposed Charles I","  ","Francis Pym"
  684. Data "What did Lady Churchill do with the","portrait presented to Sir Winston","by parliament","Destroyed it"
  685. Data "Who parachuted into Scotland on a solo","peace mission in 1941","  ","Rudolf Hess"
  686. Data "What happened on Max Yasgur's farm in","August 1969","  ","The Woodstock Music Festival"
  687. Data "What do you have left if you take ï¿½5.78","from ï¿½10.00"," ","�4.22"
  688. Data "Who was the last bearded","British Prime Minister","  ","The Marquis of Salisbury,(1830-1903)"
  689. Data "What is the ancient animal found at","Uffington in Berkshire","  ","A pre-Roman white horse,cut in the hillside"
  690. Data "How did Uncle Mac sign off,at the end of","Children's Favourites","  ","'Goodbye,children-everywere'"
  691. Data "What do Sue Lawley,Derek Nimmo and ","Anna Ford have in common","  ","Thay all have roses named after them"
  692. Data "Who was the second man on the moon"," "," ","Buzz Aldrin"
  693. Data "Who was the last Stuart monarch of Britain","  ","  ","Queen Anne"
  694. Data "How many hours a day do elephants spend","feeding","   ","Twenty-three"
  695. Data "Shaggy parasol and lawyer's wig are types","of...what","  ","Mushroom"
  696. Data "Which is the largest flying bird in the","world","  ","The Condor(It has a wingspan of ten feet)"
  697. Data "Why do lions yawn so much ","  ","  ","To cool themselves by increased evaporation"
  698. Data "Name the spaceship in","2001:A Space Odyssey","  ","The Discovery"
  699. Data "What is an ampersand","  ","  ","It is the printer's sign for 'and': &"
  700. Data "Which animal has a name which comes from","the Afrikaans 'earth pig'","  ","The Aardvark"
  701. Data "How many times a day do Muslims face","Mecca and pray","  ","Five"
  702. Data "Why is the American Jack rabbit poorly","named","  ","Because it is really a hare"
  703. Data "How many cities are there,officially,","in the UK","  ","Fifty-eight"
  704. Data "Who was the real Henry Higgins","  ","  ","A British bullfighter"
  705. Data "In which disaster movie did Paul Newman","and Steve McQueen star"," ","The Towering Inferno"
  706. Data "Who played Sonny Corleone in","'The Godfather'"," ","James Caan"
  707. Data "Which major MGM star had a 1930 ","contract, specifying what time she should","be in bed","Joan Crawford"
  708. Data "What make of car was turned into a time","machine in 'Back to the Future'"," ","A De Lorean"
  709. Data "What was the sequal to","2001:A Space Odyssey"," ","'2010'"
  710. Data "What 'Star Trek' character was being","sought in the film 'Star Trek III'"," ","Mr Spock"
  711. Data "Which silent star became a father at the ","age of 73"," ","Charlie Chaplin"
  712. Data "What did the famous sign on the hills","above Hollywood originally spell out"," ","'Hollywoodland'"
  713. Data "Which 1951 Biblical Epic starred","Robert Taylor and Peter Ustinov"," ","Quo Vadis"
  714. Data "Who was the star of 'The Nun's Story'"," "," ","Audrey Hepburn"
  715. Data "Who played the priest in 'Exorcist II'"," "," ","Richard Burton"
  716. Data "What was Walt Disney's first full ","length feature cartoon"," ","'Snow White and the Seven Dwarfs'"
  717. Data "What was Mickey Mouse's original name"," "," ","Mortimer"
  718. Data "What was the name of Donald Duck's girl","friend"," ","Daisy Duck"
  719. Data "What was Marilyn Monroe's real name"," "," ","Norma Jean Baker"
  720. Data "Which actor is known as","The italian stallion"," ","Sylvester Stallone"
  721. Data "In which city did Dirk Bogard meet his","'death' in 1971"," ","Venice"
  722. Data "Which 1961 movie was about the sabotage","of guns on a Turkish island"," ","The Guns of Navarone"
  723. Data "Who invented the Diesal Engine"," "," ","Rudolph Diesal [1858-1913]"
  724. Data "Which famous artist produced over 13,000","paintings and 100,000 prints and","engravings in seventy eight years","Pablo Picasso [1881-1973]"
  725. Data "Which mammal has the largest number of","teeth"," ","The Killer Whale; it has 260"
  726. Data "Who had a hit with 'Side saddle' in 1959"," "," ","Russ Conway"
  727. Data "What is the most popular card game in ","Las Vegas","  ","Black Jack"
  728. Data "Which record company turned down The ","Beatles, but signed up The Rolling Stones","  ","Decca"
  729. Data "What was the first brand of instant","coffee introduced in Switzerland","in 1938","Nescafe"
  730. Data "Who began his singing career dressed as","a clown","  ","Leo Sayer"
  731. Data "Whose old man was a dustman","  ","  ","Lonny Donegan's"
  732. Data "How many in a bakers dozen","  ","  ","Thirteen"
  733. Data "In which city did Jesse Boot establish","his first pharmacy","  ","Nottingham"
  734. Data "Who is credited with inventing the","pneumatic tyre","  ","John Boyd Dunlop [1888]"
  735. Data "What is the medical name for the","Shoulder Blade","  ","The Scapula"
  736. Data "What is the recognised normal body","temperature","  ","98.4 (f) or 36(c)"
  737. Data "Who sat on a bicycle made for two","  ","  ","Daisy"
  738. Data "Who owns Virgin Records","  ","  ","Richard Branson"
  739. Data "Which market research company","provides the BBC with the record","Charts","Gallup"
  740. Data "How many edges has a twenty pence piece"," "," ","Seven"
  741. Data "What is strong enough to take your ","breath away"," ","Listerine Mouthwash"
  742. Data "Which British Prime Minister was","instrumental on promoting; Gannex Raincoats"," ","(Sir) Harold Wilson"
  743. Data "Who designed Princess Di's wedding ","dress"," ","Elizabeth and David Emmanual"
  744. Data "Who introduced 'Skytrain'"," "," ","Sir Freddy Laker"
  745. Data "Who played the role of Isadora on film","in 1968","  ","Vanessa Redgrave"
  746. Data "Who,Having enjoyed 'The Good Life'","went Solo","  ","Felicity Kendal"
  747. Data "What was Biggles full surname","  ","  ","Bigglesworth"
  748. Data "What do many Tesserae make","  ","  ","A Mosaic"
  749. Data "In whichyear was the first television","broadcast made from Alexandra Palace","1928,1932,1936 or 1942","1936"
  750. Data "What did the Aztecs describe as","'the excrement of the Gods'","  ","Gold"
  751. Data "Of which primate group was Micky Dolenz","a member","  ","The Monkees"
  752. Data "What help you keep that schoolgirl","complexion","  ","Palmolive soap"
  753. Data "In which film is there a credit for an","'anxious tunnel person'","  ","Jaws 3"
  754. Data "Which of Charlie's Angels was married","to the Bionic Man","  ","Farrah Fawcett-Majors"
  755. Data "Who did a trick with a shop window","during the introductionto to his","show each week","Harry Worth"
  756. Data "Who played Reginald Perrin","  ","  ","Leonard Rossiter"
  757. Data "How do the performers get around in","Starlight Express","  ","On roller-skates"
  758. Data "Whose most famous painting is of a","farm vehicle","  ","Constable's ('The Hay Wain')"
  759. Data "Who played the leading role in","A Man Called Horse","  ","Richard Harris"
  760. Data "Which musical-comedy star is ","Larry Hagman's mother","  ","Mary Martin"
  761. Data "Whose novel sold over 200,000 in a","matter of days in 1963","  ","D.H.Lawrence's (Lady Chatterley's Lover)"
  762. Data "Who was born in Rochdale and died ","on Capri","  ","Gracie Fields"
  763. Data "Who was Britain's best-known","magician in the late 1950s","  ","David Nixon"
  764. Data "Who was the lead singer in the","Dave Clark Five","  ","Mike Smith"
  765. Data "Who said,'It takes an awful lot of money","to look this cheap'","  ","Dolly Parton"
  766. Data "Which animal,in Buddhism,symbolizes","strength and restraint","  ","The elephant,It is a title given to the Buddha"
  767. Data "What was known as a Tin Lizzie","  ","  ","The Ford Model T car"
  768. Data "Over a distance of 700 yards,what speed","can a cheetah reach","  ","Seventy miles per hour"
  769. Data "Who played Mother in The Avengers","  ","  ","Patrick Newall"
  770. Data "What colour does a chameleon become","when it is angry","  ","Black"
  771. Data "Which part of Mr John Roy's anatomy","measures a record sixty-eight inches","  ","His moustache"
  772. Data "In cards,'trump'is said to be a ","corruption of which word","  ","Triumph"
  773. Data "Who played the enigmatic lead in the","TV series Kung Fu","  ","David Carradine"
  774. Data "Who was the first woman to be awarded","the American Film Institute's Life","Achievement Award","Bette Davis,in 1977"
  775. Data "Which common eight-letter word has","only one vowel","  ","Strength"
  776. Data "A Buck's Fizz is champagne and ","orange juice.What is a Bellini","  ","Champagne and peach juice"
  777. Data "Who advertised himself as","'foot doctor to the world'","  ","William Scholl"
  778. Data "When did the ten-shilling note go out of","circulation","  ","In 1970"
  779. Data "Where would you be if you landed at","Ringway Airport","  ","Manchester"
  780. Data "What began life in 1894 as The Penny","Bazaar at Cheetham Hill in Manchester","  ","Marks & Spencer's chain of shops"
  781. Data "During the reign of which Roman Emperor","was Christ crucified","  ","Tiberius (AD 14-37)"
  782. Data "On which London street are there only","three houses,numbered 10,11 and 12","  ","Downing Street"
  783. Data "Which bird swoops on to its prey at ","speeds of up to 80_mph","  ","The peregrine falcon"
  784. Data "The Italians called it the golden apple,","in Britainit was considered poisonous","until the last century.What is it","The tomato"
  785. Data "Where in the body, would you find","the Iris"," ","The Eye"
  786. Data "An item costs ï¿½3.67 you give ï¿½5.00","what change would you expect"," ","�1.33pence"
  787. Data "Who played the title role in the ","television series 'Callan'"," ","Edward Woodward"
  788. Data "Which was the first metal used by","man"," ","Copper"
  789. Data "What was the date of the first tunnel","under the Thames"," ","It was started in 1826"
  790. Data "What relation was J.R.Ewing to the ","person who shot and tried to","kill him","Brother in Law"
  791. Data "Who wrote the music for 'Oliver'"," "," ","Lionel Bart"
  792. Data "Which sign meant happy motoring"," "," ","Esso"
  793. Data "Whose friend was Tonto"," "," ","The Lone Ranger's"
  794. Data "Which family's oldest son was John-Boy"," "," ","The Waltons'"
  795. Data "Who played Vincent van Gogh in the film","'Lust for Life'"," ","Kirk Douglas"
  796. Data "What is a tondo"," "," ","A round Painting(relief sculpture)"
  797. Data "Which stargazer plays the xylophone"," "," ","Patrick Moore"
  798. Data "What would you pick from a Brown Turkey"," "," ","A Fig"
  799. Data "Where is the Whispering Gallery"," "," ","St Paul's Cathedral"
  800. Data "To whom is Desmond Wilcox married"," "," ","Esther Rantzen"
  801. Data "Who were Stalky & Co."," "," ","Schoolby creations of Rudyard Kipling"
  802. Data "What is 32 plus 46"," "," ","78"
  803. Data "Twelve times twelve are"," "," ","144"
  804. Data "My old man said follow the...."," "," ","Van!  of course!"
  805. Data "In which city did The Beatles have","their first success","  ","Hamburg"
  806. Data "Which commercial product inspired the","New Seekers to","'Want to Teach the World to Sing'","Coca-Cola"
  807. Data "Which is the only state in the US not","served by Greyhound buses","  ","Hawaii"
  808. Data "Which alloy is made from tin and lead","  ","  ","Pewter"
  809. Data "What is the name given to the code used","on labels and read by a wand","  ","A bar code"
  810. Data "Who produes both tyres and guide books","  ","  ","Michelin"
  811. Data "Which company makes Black Magic","  ","  ","Rowntree Mackintosh"
  812. Data "Which country was the second biggest","cereal crop producer in the EEC in 1984","  ","Britain"
  813. Data "What is computer 'down time'","  ","  ","Time during which a system is inoperative"
  814. Data "Which is the 'Nuber One Name' in","expectorants","  ","Benylin"
  815. Data "On what did India place an export ban","in 1984","  ","Tea"
  816. Data "Which company owns 25 per cent of","Mazda Motor","  ","Ford"
  817. Data "What is the name of Nepal's only brand","of cigarette","  ","YAK"
  818. Data "How many telephones did","Alexander Graham Bell","keep in his study","None(he couldn't stand being interrupted)"
  819. Data "What invention came from 'two pocket","handkerchiefs,some pink ribbon","and thread'","The bra"
  820. Data "What is copra","  ","  ","Dried kernel of coconut"
  821. Data "Which ballet is subtitled 'the Wilis'","  ","  ","The Boy Friend"
  822. Data "Which Bronte novel was given a boost by","Kate Bush","  ","Wuthering Heights (Emily Bronte)"
  823. Data "Who was the 'Glossy-Lipped Golden Girl","of Pop'","  ","Kathy Kirby"
  824. Data "Who in 1954 asked'How Do You Speak To","An Angel'","  ","Dean Martin"
  825. Data "When is a door not a door?"," "," ","When it's a jar"
  826. Data "What kind of instrumentalist would","use a 'High hat'"," ","A drummer"
  827. Data "Who wrote 'Twisting the Night Away'","and was Rod Stewart's favourite","singer","Sam Cooke"
  828. Data "Which composer wrote 'Haydn' Quartets"," "," ","Wolfgang Amadeus Mozart"
  829. Data "In which country did the Polka originate"," "," ","Bohemia"
  830. Data "What does a barrister do when he","'takes silk'"," ","Becomes a QC"
  831. Data "When was the SDP formed"," "," ","January 25th 1981"
  832. Data "Who was the last Etonian Prime Minister"," "," ","Sir Alec Douglas-Home"
  833. Data "What religion is Richard Nixon"," "," ","Quaker"
  834. Data "SMERSH was a genuine acronym of an arm","of the KGB","What did it mean","Death to spies"
  835. Data "Who made ths first cross channel flight","in an aeroplane"," ","Louis Bleriot (25 July 1909)"
  836. Data "Where was Interpol founded"," "," ","Vienna (1923)"
  837. Data "Who portrayed Joan Crawford in","the film 'Mummy Dearest'"," ","Faye Dunaway"
  838. Data "What is the first thing Clark Kent","takes off, before turning into","'Superman'","His Glasses"
  839. Data "Who played Dr. Dolittle"," "," ","Rex Harrison"
  840. Data "Which 1976 musical had an all-child","cast"," ","~Bugsy Malone~"
  841. Data "Which family film starred a lioness","called Elsa"," ","Born free"
  842. Data "Where did the Wizard of Oz live"," "," ","The Emerald City"
  843. Data "Which 1968 movie musical starred","Mark Lester & Jack Wild"," ","'Oliver'"
  844. Data "Which male child star grew up to be...","5 feet 3 inches tall"," ","Mickey Rooney"
  845. Data "What is 4 times 12"," "," ","48"
  846. Data "Which Roman wall was 118 kilometres","long"," ","Hadrian's Wall"
  847. Data "In which English county is Stonehenge"," "," ","Wiltshire"
  848. Data "In which city is the Wailing Wall"," "," ","Jerusalem"
  849. Data "Which sex symbol was decapitated in a","car crash in 1967"," ","Jayne Mansfield"
  850. Data "Which film star has been portrayed","the most times on film by other","actors","Charlie Chaplin"
  851. Data "Who in his lifetime won more Oscars","than any other person"," ","Walt Disney"
  852. Data "Which actress was known as America's","Sweetheart"," ","Mary Pickford"
  853. Data "How old was Elizabeth Taylor when she","received her first svreen kiss","14-16-18","14 years old"
  854. Data "Who did Tony Curtis say he would","rather kiss than Marylin Monroe"," ","Hitler"
  855. Data "Who was known as the Sweater Girl"," "," ","Lana Turner"
  856. Data "Which war did the US fight for 7382","days"," ","The Vietnam War"
  857. Data "What was erected overnight in August","1961"," ","The Berlin Wall"
  858. Data "What were the names of the Three","Musketeers"," ","Aramis-Athos-Porthos"
  859. Data "Who wrote ~Death in Venice~"," "," ","Thomas Mann"
  860. Data "What does the title of Hitler's","'Mein Kampf' mean"," ","My Struggle"
  861. Data "What nationality was Aladdin"," "," ","Chinese"
  862. Data "Which island was the setting for","~Zorba the Greek~"," ","Crete"
  863. Data "Which English county was the setting","for 'Wuthering Heights'"," ","Yorkshire"
  864. Data "Who invented the 'Rocket' steam ","locomotive in 1829"," ","George Stephenson"
  865. Data "Who transmitted the first telephone","message,'Watson come here I want you'"," ","Alexander Graham Bell"
  866. Data "What did Clarence Birdseye perfect","in 1924"," ","Frozen food"
  867. Data "Who invented the Mercury Thermometer"," "," ","Gabriel Fahrenheit"
  868. Data "Which daily used utensil did William","Addis invent in 1770"," ","The Toothbrush"
  869. Data "Who invented the Bifocal lens in 1780"," "," ","Benjamin Franklin"
  870. Data "Mary Mary quite...."," "," ","Contrary---of course"
  871. Data "Which of these cities is furthest","North:- Helsinki:Oslo:Stockholm"," ","Helsinki"
  872. Data "Which European City has the biggest","Port"," ","Rotterdam"
  873. Data "Which present day country would ","Dracula call home"," ","Romania"
  874. Data "Which is the southernmost county in","Ireland"," ","Cork"
  875. Data "Of which are there more in Britain..","Bakers-Butchers-Greengrocers"," ","Butchers"
  876. Data "Who composed-'Twinkle Twinkle Little","Star' at the tender age of five"," ","Mozart"
  877. Data "Who composed the 'Marriage of Figaro'"," "," ","Mozart"
  878. Data "Who invented the saxophone"," "," ","Adolphe Sax...of course"
  879. Data "Which city boasts the world's largest","Opera House"," ","New York"
  880. Data "What musical Instrument did Sherlock","Holmes play"," ","The Violin"
  881. Data "What is the name of","Mikhail Gorbachev's wife"," ","Raisa, or Raiza"
  882. Data "On which island did Napoleon Bonaparte","die"," ","St.Helena"
  883. Data "Which artist painted Venus"," "," ","Sandro Botticelli"
  884. Data "Which facial feature does not show","on 'The Mona Lisa'"," ","The Eyebrows"
  885. Data "What is a kilim","  ","  ","A Middle-Eastern woven rug"
  886. Data "Which famous character was created by","Edgar Rice Burroughs","  ","Tarzan"
  887. Data "Who played the title role in","'The Outlaw Josey Wales'","  ","Clint Eastwood"
  888. Data "Which Fairy-tale character let her","hair down","  ","Rapunzel"
  889. Data "Of which two actresses was King Kong","enamoured","   ","Fay Wray & Jessica Lange"
  890. Data "Who had the greenest fingers on","Television","   ","Percy Thrower"
  891. Data "Who designed Lorenzo de Medici's tomb","  ","  ","Michelangelo"
  892. Data "Who wrote and presented ","The Ascent of Man","  ","Dr J. Bronowski"
  893. Data "In which series did the character Benson","first appear","  ","Soap"
  894. Data "Which painter is known for his Racing","and Ballet pictures","  ","Edgar Degas"
  895. Data "How many parts did Alec Guinness play","in Kind Hearts and Coronets","  ","Eight"
  896. Data "Which 1971 detective thriller starred","Jane Fonda and Donald Sutherland","  ","Klute"
  897. Data "Who played Luke Skywalker in Star Wars","  ","  ","Mark Hamill"
  898. Data "For which parfumier did Lalique make","crystal bottles","  ","Coty"
  899. Data "Which big cat lives on the slopes","of theHimalayas","  ","The snow leopard"
  900. Data "What provides a motorway link between","England and South Wales","  ","The Severn Bridge"
  901. Data "What is a deltiologist's passion","  ","  ","The collecting of picture postcards"
  902. Data "How is K'ung Fu-tzo,keeper of accounts","for the province of Lu,better known","  ","Confucius (551-479 BC)"
  903. Data "How old was Tutankhamun when he died","  ","  ","Eighteen"
  904. Data "Which vegetable is sold more often","cooked than raw","  ","Beetroot"
  905. Data "What is the true identity of the","legendary 'Black Panther'","  ","a black-coated form of leopard"
  906. Data "Which kidnapping in ireland in 1983 was","never resolved","  ","That of Shergar"
  907. Data "Which animals were used as a croquet set","by Alice","  ","Flamingoes and hedgehogs"
  908. Data "Which game is known to Americans as","Tic-tac-toe","  ","Noughts and crosses"
  909. Data "Which particular doggie in the window","was a singer interested in","  ","The one with the waggly tail"
  910. Data "Malabar Black is a prized variety","of what","  ","Pepper"
  911. Data "Which animal gives birth accompanied by","one or two other females,","who act as midwives","The elephant"
  912. Data "How was the partnership of Wiseman and","Bartholomew better known","  ","Morecambe and Wise"
  913. Data "Why does a kingfisher always swallow","a fish head first","  ","So the fins do not stick in its throat"
  914. Data "Which vegetable is attacked by the","Colorado beetle","  ","The potato"
  915. Data "Where is the smallest house in Britain","said to be","  ","In conwy"
  916. Data "What is the name of Dame Edna's husband","  ","  ","Norm"
  917. Data "Of which English queen is Jane Fonda","a descendant","  ","Jane Seymour,Henry VIII's third wife"
  918. Data "What did Sir Arthur Conan-Doyle","train as","  ","A doctor"
  919. Data "Which chess piece moves on diagonal","lines only","  ","The bishop"
  920. Data "In what game can you bunt","  ","  ","Baseball"
  921. Data "In which song do 'the players try for","a forward pass'","  ","'American Pie' (by Don Maclean)"
  922. Data "How many classic winners did Arkle sire","  ","  ","None-Arkle was a gelding"
  923. Data "Which blind vocalist sang the line,","'Lately I've been staring in the mirror","  ","Stevie Wonder"
  924. Data "What is the title of the 1942 hit from","Bambi","  ","'Love is a Song'"
  925. Data "Which band were famous for spending","'Saturday Night at the Movies'",",'Kissing in the Back Row'","The Drifters"
  926. Data "Who wrote the Coronation Street","theme music","  ","Eric Spear"
  927. Data "Whose last hit,in 1959,was","'It Doesn't Matter Any More'","  ","Buddy Holly's"
  928. Data "Who are 'the Glimmer Twins'","  ","  ","Mick Jagger & Keith Richard"
  929. Data "Who owned and sailed Morning Cloud","  ","  ","Edward Heath"
  930. Data "What size of paper has exactly twice","the area of A4","  ","A3"
  931. Data "What is the name of the jumping toy","resembling a stilt","  ","A pogo stick"
  932. Data "What is CAD in computing circles","  ","  ","Computer Aided Design"
  933. Data "What is measured by the truss","  ","  ","Hay or straw"
  934. Data "Whose purchase of five DC10s in 1980","led to financial disaster","  ","Sir Freddie Laker"
  935. Data "Who Painted Campbell's soup cans","  ","  ","Andy Warhol"
  936. Data "How many horses are pulling the cart","in 'The Haywain'","  ","Two"
  937. Data "Who was the second man to walk on the","moon","  ","Edwin 'Buzz' Aldrin Jr."
  938. Data "What is believed to be created when","a star collapses","  ","A Black Hole"
  939. Data "Which planet did the Mariner","Spacecraft explore"," ","Venus"
  940. Data "Which kies further from the Sun","Pluto-Mercury-Mars"," ","Pluto!"
  941. Data "What is the first instruction given to","runners by the starter of the race"," ","On your marks"
  942. Data "Which is longer, 5000 metres or three","miles"," ","5000 metres"
  943. Data "How many miles per hour, do you have","to average to run a four minute mile"," ","15 Miles per hour"
  944. Data "Which 'biblical' American athelete","dominates men's hurdling"," ","Ed Moses"
  945. Data "Who accompanied Edmund Hillary on the","first ascent of Everest"," ","Tenzing Norgay"
  946. Data "Which is the world's highest navigable","lake"," ","Lake Titicaca"
  947. Data "Which leading British female climber","died after reaching the summit of K2"," ","Julie Tullis"
  948. Data "Which John Lennon song took five years","to reach number 1"," ","Imagine"
  949. Data "Into which city was the wooden horse","taken","   ","Troy"
  950. Data "How is Chinese philosopher Kung Fu-tzu","better known"," ","Confucius"
  951. Data "Who is the patron saint of bricklayers","  ","  ","St.Stephen"
  952. Data "In its heyday how many people could","'The Colosseum' seat","1500/30000/45000","45,000"
  953. Data "Who poison killed Socrates","  ","  ","Hemlock"
  954. Data "Who killed Remus","  ","  ","Romulus"
  955. Data "What is the secret identity of Vito","Corleone","  ","The Godfather"
  956. Data "What were the last names of;","Dr.Henry...and Mr Edward...","  ","Jekyll and Hyde"
  957. Data "Who digs up the treasure in Treasure","Island","  ","Ben Gunn"
  958. Data "What was the maiden name of","Shakespeare's Juliet","  ","Capulet"
  959. Data "Which famous postman delivers the","mail in Greendale","  ","Postman Pat"
  960. Data "What was the name of the Hunchback of ","Notre Dame's love","  ","Esmerelda"
  961. Data "Who lost his 'precious' to a hobbit","  ","  ","Gollum"
  962. Data "10 times 10 times 10 equals","  ","  ","1000"
  963. Data "Which bird became extinct in 1681","  ","  ","The Dodo"
  964. Data "What is the most common domestic bird","in the world","  ","The Chicken"
  965. Data "How many blackbirds were baked in the","Nursery rhyme pie","  ","'Four and Twenty'"
  966. Data "Which part of the hen's egg becomes","the chick-the white or the yolk","  ","The White"
  967. Data "Which bird is the New Zealand symbol"," "," ","The Kiwi"
  968. Data "Which Canadian snooker player is ","sometimes known as the 'Grinder'"," ","Cliff Thorburn"
  969. Data "What supported pimples before dimples"," "," ","Golf Balls"
  970. Data "How many pieces of wood are visible ","on the pitch during a game of cricket","  ","Twelve"
  971. Data "Which popular racquet game does not","use a ball","  ","Badminton "
  972. Data "In which city is 'Sing Sing' Prison","  ","  ","New York"
  973. Data "Of which city is Hollywood a suburb","  ","  ","Los Angeles"
  974. Data "Which Washington DC landmark sits on","17 acres","  ","The White House"
  975. Data "Which mammoth 1980 Broadway success","gave David Bowie his stage debut","  ","The Elephant Man"
  976. Data "Who was Mozart's great rival in","Amadeus","  ","Salieri"
  977. Data "Which musical is set on 'Catfish Row'","  ","  ","Porgy and Bess"
  978. Data "Which award winning musical stars a","man eating plant","  ","Little Shop of Horrors"
  979. Data "On which play was 'Oklahoma' based"," "," ","Green grow the Lilacs"
  980. Data "Which war was waged in 57 countries"," "," ","World War II"
  981. Data "Which type of bomber did the","Dambusters fly","  ","The Lancaster"
  982. Data "What did members of the SS have ","tattoed on the inner side of","their upper left arms","Their Blood Group"
  983. Data "Which two countries went to war for","the fourth time in 1973","  ","Israel and Egypt"
  984. Data "Which war was Florence Nightengale","closely associated with","  ","The Crimean War"
  985. Data "Which language boasts the most words","  ","  ","English"
  986. Data "Which word has been coined to describe","young urban professionals","  ","Yuppies"
  987. Data "In which direction is Arabic written","  ","  ","From right to left"
  988. Data "Which word is used in Hawaii as both","a greeting and a farewell","  ","Aloha"
  989. Data "What is the Hungarian word for Pepper","  ","  ","Paprika"
  990. Data "How many legs has a shrimp","  ","  ","Ten"
  991. Data "What is 40 per cent of 40","  ","  ","16"
  992. Data "How many hours from Tulsa was","Gene Pitney","  ","24 hours"
  993. Data "What is minus 273.15'C better known as","  ","  ","Absolute Zero"
  994. Data "From what term does the computer word","'bit' derive","  ","Binary Digit"
  995. Data "Which number is referred to by bingo","callers as two fat ladies","  ","88"
  996. Data "How many yards is the penalty spot ","from the goal line","  ","12 yards"
  997. Data "What is the circumference of a soccer","ball:18-24-28 inches","  ","28 inches"
  998. Data "In which year was the first World Cup","  ","  ","1930"
  999. Data "Which islands are home to giant","tortoises","  ","The Galapagos Islands"
  1000. Data "Where are the Islands of Langerhans","  ","  ","The Pancreas"
  1001. Data "Which island lies midway between ","Belfast and Blackpool","  ","The Isle of Man"
  1002. Data "What was the name of Mrs Fawlty","  ","  ","Sybil"
  1003. Data "Who played the title role in","I, Claudius","  ","Derek Jacobi"
  1004. Data "What is the name of the actor who","played the Fonz"," ","Henry Winkler"
  1005. Data "Who plays the part of Blake Carrington","in Dynasty"," ","John Forsythe"
  1006. Data "Which TV series has the theme tune","'I Could Be So Good For You'"," ","Minder"
  1007. Data "Who left U.N.C.L.E., later to find","himself in 'Colditz'","  ","David McCallum"
  1008. Data "What is the name of the resident doctor","on board the Starship 'Enterprise'","  ","Dr.McCoy"
  1009. Data "What did BBC's abbreviation originally","stand for","  ","The British Broadcasting Company"
  1010. Data "On which date was Guy Fawkes arrested","after his plot ended in a","Whimper, not a bang!","November 4 1606"
  1011. Data "Which two Beatles were married in ","March 1969"," ","John Lennon & Paul McCartney"
  1012. Data "On which day of the year would you play","Trick or Treat","  ","Hallowe'en"
  1013. Data "In which year was the National Health","Service introduced"," ","1948"
  1014. Data "Who managed the Beatles to stardom","  ","  ","Brian Epstein"
  1015. Data "Which British King was tattooed","in his youth,much to the","annoyance of his mother","George V"
  1016. Data "Which actress made her reputation","as the Brummie","  ","Beryl Reid"
  1017. Data "How many cards are used in","pinochle","  ","Forty-eight"
  1018. Data "From what kind of wood are","cricket bats made","  ","Willow"
  1019. Data "How many times have Italy won","the World Cup","  ","Three (1934,1938,1982)"
  1020. Data "What was ITV's answer to","Match of the Day","  ","The Big Match"
  1021. Data "What is the highest-value ball","in snooker","  ","The Black"
  1022. Data "In what film is James Caan the","undisputed world champion","  ","Rollerball"
  1023. Data "Which horse the Derby in 1981","   ","  ","Shergar"
  1024. Data "What was the name of the","'Gold Coast'after independence","   ","Ghana"
  1025. Data "What was Tsar Alexander II's","fate in 1881","  ","He was Blown up by a Bomb"
  1026. Data "Whom did General Custer attempt","to discipline with 264 men","at Little Big Horn","The Sioux"
  1027. Data "Philip the Arab was on the throne","of what in AD 244","  ","The Roman Empire"
  1028. Data "Which Liberal MP called Mrs Thatcher","'Attila the Hen'","  ","Clement Freud"
  1029. Data "What was the old name for","Ho Chi Minh city","  ","Saigon"
  1030. Data "How many cildren did Queen Victoria","have","  ","Nine"
  1031. Data "What does the word Utopia mean","  ","  ","Nowhere (from the Greek)"
  1032. Data "Which Roman Emperor died at York","  ","  ","Severus"
  1033. Data "What was the Empress Josephine's","chief fault as a beauty","  ","Her bad teeth"
  1034. Data "Hippolyta was the legendary queen","of what society","  ","The Amazons"
  1035. Data "Which of China's frontiers was the","Great Wall built to protect","North-South-East-West","The North"
  1036. Data "Which country boasts the most subway","passengers"," ","Japan"
  1037. Data "What is the opposite to the Orient"," "," ","The Occident"
  1038. Data "Which city is the kick-off point for","most attempts to climb Mt.Everest"," ","Kathmandu"
  1039. Data "What is the most popular religion in","Burma"," ","Buddhism"
  1040. Data "How old would Buddy Holly have been","in 1990"," ","54 years old"
  1041. Data "Which singer revealed in an interview","that she had 96 pairs of glasses"," ","Nana Mouskouri"
  1042. Data "What is Joan River's catchphrase"," "," ","'Can we talk'"
  1043. Data "Which entertainer invented 'Sid Snott'"," "," ","Kenny Everett"
  1044. Data "Who wrote a play called 'Sex' in 1926"," "," ","Mae West"
  1045. Data "What is fermented pear juice called","  ","  ","Perry"
  1046. Data "Can a batsman be stumped off a ","wide ball","  ","Yes"
  1047. Data "Who name his daughter Tulip after his","1968 hit","   ","Tiny Tim"
  1048. Data "In which country was Cliff Richard","born","  ","India"
  1049. Data "Who said of the French,'They managed","to stop our lamb,but they","couldn't stop me'","Boy George"
  1050. Data "'Puppy Love'and'Too Young'","were which teen idol's hits","  ","Donny Osmond's"
  1051. Data "Who went from Squeeze to The Tube","  ","  ","Jools Holland"
  1052. Data "Where would you find a nazard,","a larigot and a quint","  ","In a pipe organ"
  1053. Data "In which movie did Rex Harrison","'Talk to the Animals'","  ","Doctor Dolittle"
  1054. Data "Where did Fats Domino","'find his thrill'","  ","On 'Blueberry Hill'"
  1055. Data "Who was the original'Henery the Eighth","I Am'","  ","Harry Champion"
  1056. Data "Who was Porter Wagoner's 'Dumb Blonde'","  ","  ","Dolly Parton"
  1057. Data "Who had the 1972 hit","'Give Ireland Back to the Irish'","  ","Paul McCartney & Wings"
  1058. Data "How many Fred and Ginger ","movies were there","  ","Ten"
  1059. Data "Which rock band was named after an","American tractor","  ","Buffalo Springfield"
  1060. Data "Who sang 'Something Stupid' with his","daughter in 1967","  ","Frank Sinatra (with Nancy)"
  1061. Data "Who is 'the Divine Miss M.'","   ","  ","Bette Midler"
  1062. Data "Which band wears baggy trousers","  ","  ","Madness"
  1063. Data "Which cartoon character was given","songs by Alan Price","  ","Andy Capp"
  1064. Data "Why were The Bee Gees so called","  ","  ","They were the brothers Gibb"
  1065. Data "Who compered BBC TV's Juke Box Jury","   ","   ","David Jacobs"
  1066. Data "To what did Brian Epstein change","Priscilla White's name","  ","Cilla Black"
  1067. Data "What was Oliver selling when he sang,","'Who Will Buy'","   ","'This Wonderful Morning'"
  1068. Data "What was the true title of ","the Beatles'White Album'","  ","The Beatles"
  1069. Data "For what product did Chas and Dave","sing 'Gertcha'","  ","Courage beer"
  1070. Data "What are lithophonic bells made out of","  ","  ","Stone"
  1071. Data "Who was Marie Lawrie of The Luvvers","  ","  ","Lulu"
  1072. Data "In which Irish rock band does","'The Edge'play","  ","U2"
  1073. Data "What does M*A*S*H stand for","  ","  ","Mobile Army Surgical Hospital"
  1074. Data "Who was the 'Black Elvis'who in 1967","set his guitar on fire","during a concert","Jimi Hendrix"
  1075. Data "What was the Liverpool football","team's hit single called","  ","'We Can Do It'"
  1076. Data "Which singer began his solo career","in McDonald's","  ","Barry Manilow"
  1077. Data "Before the Band-Aid single,Which UK","single sold most","  ","'Mull of Kintyre'(Wings)"
  1078. Data "What does USA stand for in ","USA for Africa","  ","United Support of Artists"
  1079. Data "Which animal,making a sound as loud","as a four-engined jet a mile ","away, remains inaudible to humans","A Bat"
  1080. Data "Which pop star in 1972 attended his","own burial in the River Thames","  ","Gary Glitter"
  1081. Data "Which Radio One DJ refused to play","'Relax (Don't Do It)'","   ","Mike Read"
  1082. Data "What was the title of Cliff Richard's","first (1958) hit","  ","'Move It'"
  1083. Data "To Whom is Norma's 'Casta Diva'","addressed","  ","The moon"
  1084. Data "What was Elvis Presley's twin","brother called","  ","Jesse"
  1085. Rem 700
  1086. FINISH:
  1087. Cls 0 : Paper 0 : Pen 3
  1088. Locate 1,5 : Centre "THE END"
  1089. Say "Thank,you, for playing, good,bi."
  1090. Volume 40 : Music 1
  1091. If N=1 Then Locate 1,12 : Centre "Thanks "+NM$+" for playing" : Goto FINI
  1092. If N=2 Then Locate 1,12 : Centre "Thanks "+NM$+" and "+NK$+" for playing"
  1093. If SL>SR Then Locate 1,14 : Centre Border$("Congratulations  "+NM$,1) : Locate 1,16 : Centre "you are the overall winner!"
  1094. If SR>SL Then Locate 1,14 : Centre Border$("Congratulations  "+NK$,1) : Locate 1,16 : Centre "you are the overall winner!"
  1095. FINI:
  1096. Wait 500
  1097. Cls 0
  1098. Do 
  1099.    Locate 1,10 : Centre "DON'T FORGET TO SWITCH OFF !!"
  1100. Loop