An algorithm says: Go up 3 squares to the top of the screen.Which one of these could be code for this?

🎲 Try a Random Question  |  Total Questions in Quiz: 10  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Grades 3, 4 and 5 - Computer Science - Elementary School - Coding - Introduction — practice the complete quiz, review flashcards, or try a random question.

We have looked at examples of algorithms. Once you have your algorithm written down you have a simple plan. It has steps in it. But computers and robots cannot understand what you have written down. They only understand codes. These codes can be words, letters or numbers. They are like a special language. So you have to take each step in your algorithm and turn it into code. Codes make up units. Then we use these units when building scripts. Scripts can run programs. Programs have a lot of code to make a computer do a job.


An algorithm says: Go up 3 squares to the top of the screen.<br /><br />Which one of these could be code for this?