InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    1. Fill in the blanks. (a) The _______ command in LOGO is used to display words or sentences. (b) REPEAT 5 [FD 60 RT 360/5] will draw a ________(c) A LOGO procedure starts with _________(d) To save a LOGO procedure, select the _________tab(e) To delete a procedure, select the __________option from the File tab. | 
                            
| 
                                   
Answer»  PRINT' command 'PRINT' command is used to DISPLAY a letter, word, or sentencespentagonThe procedure or subprogram must start with the word 'to', followed by a name we think of. The NEXT step is to key-in all the same steps we would write on the command LINE. The procedure must END with the word 'end'. All COMMENT or remark lines should be preceded by semi-colon (;  | 
                            |