MICROPROCESSOR APPLICATIONS
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
John wants to draw a letter L. The turtle is pointing towards the top of the screen. Which series of commands will draw the shape?
|
BACK 100 LEFT 90 FORWARD 50
|
|
BACK 100 RIGHT 90 FORWARD 50
|
|
RIGHT 180 FORWARD 100 RIGHT 90 FORWARD 50
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Ans: BK 50 is typed to move the turtle 50 Steps backward.
Detailed explanation-2: -Turtle turns clockwise the number of degrees specified. Turtle turns counterclockwise the angle specified. Turtle’s pen is up. (Doesn’t draw as it moves.)
Detailed explanation-3: -We will write commands in the command line, i.e., the text box at the bottom of the Commander Window. To execute or run these commands, press Enter or click the Execute Button. We can also write and run more than one command online at a time. The command history will appear in the gray box.
There is 1 question to complete.