Answer:
for(var i=0; i<3; i++) {
penUp();
moveTo(100,120);
turnTo(180);
penDown();
moveForward(25);
}
Explanation:
The i variable is the loop dummy. The code block will be executed 3 times.
The answer is RAM. RAM is essentially more storage in your device to help things run smoothly.
The 2 GB card holds exactly twice as much data as the 1 GB card holds.
That means very roughly twice as many songs, pictures, or other files.
(Not exactly, because songs, pictures, and other files come in all different sizes.)