
coding latihan
Presentation
•
Computers
•
5th Grade
•
Easy
Satriyo Laksono
Used 7+ times
FREE Resource
0 Slides • 22 Questions
1
Multiple Choice
Coding, bahasa Python yang benar adalah
a=4 repeat 2: forward(a) turn(right)
a=5 repeat 3: forward(a) turn(right)
a=4 repeat 3: forward(a) turn(right)
a=5 repeat 3: forward(a) turn(left)
2
Multiple Choice
Coding, bahasa Python yang benar adalah
MyTurtles = [turtle0,turtle1,turtle2,turtle3] myTurtles[0].forward(3) myTurtles[1].forward(3) myTurtles[2].forward(2) myTurtles[2].forward(2) forward(7)
MyTurtles = [turtle0,turtle1,turtle2,turtle3] myTurtles[0].forward(3) myTurtles[1].forward(3) myTurtles[2].forward(2) myTurtles[3].forward(2) forward(7)
MyTurtles = [turtle0,turtle1,turtle2,turtle3] myTurtles[0].forward(3) myTurtles[1].forward(3) myTurtles[1].forward(2) myTurtles[3].forward(2) forward(7)
MyTurtles = [turtle0,turtle1,turtle2,turtle3] myTurtles[0].forward(3) myTurtles[1].forward(3) myTurtles[2].forward(2) myTurtles[3].forward(3) forward(7)
3
Multiple Choice
Coding, bahasa Python yang benar adalah
repeat 2: forward(2) forwardUp() forwardDown() forward(1)
repeat 2: forward(2)
forwardDown()
forwardUp()
forward(1)
repeat 2: forward(2) forwardUp() forwardDown() forward(2)
repeat 2: forward(1) forwardUp() forwardDown() forward(1)
4
Multiple Choice
Coding, bahasa Python yang benar adalah
forward(2) forwardUp() forwardDown() forward(1) forward(2) forwardDown()
forwardUp()
forward(1)
forward(2) forwardUp() forwardDown() forward(1) forward(2) forwardUp() forwardDown() forward(1)
forward(2) forwardUp() forwardDown() forward(1) forward(1) forwardUp() forwardDown() forward(1)
forward(2) forwardUp()
forward(1)
forwardDown()
forward(2) forwardUp() forwardDown() forward(1)
5
Multiple Choice
Coding, bahasa Python yang benar adalah
beaver.forward(3) forward(9)
beaver.forward(3) forward(8)
beaver.forward(3) forward(7)
beaver.forward(2) forward(9)
6
Multiple Choice
Coding, bahasa Python yang benar adalah
Forward(4) turn(right) forward(6)
Forward(4) turn(left) forward(6)
Forward(4)
forward(6) turn(right)
Forward(4)
forward(6) turn(left)
7
Multiple Choice
The Codementum platform is basically designed for our students to code . Therefore the blocks of the character in the scene are not ready and it is formed automatically in the mode of blocks when the character on the scene is clicked.
Pinguin
Monkey
Beaver
Seal
8
Multiple Choice
It is used for pushing our character forward. It moves according to the value written inside.
Forward
Forward Up
Forward Down
Turn
9
Multiple Choice
It is the command which pushes our character one step up and one step forward from the scene. Using this command our characters can reach the targets which take place in one upper stage of our task scene.
Forward
Forward Up
Forward Down
Turn
10
Multiple Choice
It is used to turn our character within the stage. Thanks to this command our character can turn right, left or backwards.
Forward
Forward Up
Forward Down
Turn
11
Multiple Choice
It is the command which pushes our character one step down and one step forward from the scene. With this command our characters can reach the targets which take place in one-down stage of our task scene.
Forward
Forward Up
Forward Down
Turn
12
Multiple Choice
Thanks to the repeat loop, instead of writing our repeating processes more than once, it is enough to write it within the loop and specify the repeat number we want. Thus the number of our command lines decreases and we can reach the most efficient and correct commands, according to three star application.
Repeat
Array
The basics
Variable
13
Multiple Choice
Arrays which can keep multiple variables within them enable us to assign separate tasks for each of our characters in case there are multiple characters having the same name in our task scenes. We can transfer our characters into an array with their common names and recall our characters according to the numbers we gave.
Repeat
Array
The basics
Variable
14
Multiple Choice
The name of the variables may be letters such as a,b,c or words in a similar way. The important thing is to use the name which we use to indicate the variable in the beginning in the same way when we recall it.
Repeat
Array
The basics
Variable
15
Multiple Choice
Perintah yang benar adalah
forward(4)
turn(left)
forward(6)
forward(6)
turn(left)
forward(4)
forward(4)
turn(right)
forward(6)
forward(6)
turn(right)
forward(4)
16
Multiple Choice
Perintah yang benar adalah
beaver.forward(3)
forward(3)
turn(left)
forward(8)
beaver.forward(3)
forward(3)
turn(right)
forward(8)
beaver.forward(3)
forward(3)
turn(left)
forward(7)
beaver.forward(3)
forward(3)
turn(right)
forward(7)
17
Multiple Choice
Perintah yang benar adalah
repeat 2:
forward(2)
forwardUp()
forwardDown()
forward(1)
repeat 2:
forward(2)
forwardUp()
forward(1)
forwardDown()
repeat 2:
forward(2)
forwardUp()
forwardDown()
forward(2)
repeat 2:
forward(2)
forwardUp()
forward(1)
forwardDown()
18
Multiple Choice
Perintah yang benar adalah
a=4
repeat 3:
forward(a)
a=a+1
a=4
repeat 3:
forward(a)
a=a-1
a=3
repeat 3:
forward(a)
a=a+1
a=3
repeat 3:
forward(a)
a=a-1
19
Multiple Choice
Perintah yang benar adalah
repeat 3:
jump(1)
forward(1)
forwardUp()
forwardDown()
forward(1)
repeat 2:
jump(1)
forward(1)
forwardUp()
forwardDown()
forward(1)
repeat 2:
jump(1)
forward(1)
forwardUp()
forwardDown()
forward(2)
repeat 2:
jump(1)
forward(2)
forwardUp()
forwardDown()
forward(1)
20
Multiple Choice
Perintah yang benar adalah
myTurtles=[turtle0,turtle1]
myTurtles[0].forward(4)
myTurtles[1].forward(3)
forward(5)
myTurtles=[turtle0,turtle1]
myTurtles[0].forward(2)
myTurtles[1].forward(3)
forward(5)
myTurtles=[turtle0,turtle1]
myTurtles[0].forward(3)
myTurtles[1].forward(3)
forward(5)
myTurtles=[turtle0,turtle1]
myTurtles[0].forward(3)
myTurtles[1].forward(3)
forward(4)
21
Multiple Choice
We can easily write repetitive actions which we need to write for completing our tasks thanks to for loop, which allows us to specify the actions we want to repeat and how many times we want them to repeat. The commands we write within for loop repeat by the number we specified as the interval.
Variable
Array
Beaver
For Loop
22
Multiple Choice
We can easily write repetitive actions which we need to write for completing our tasks thanks to for loop, which allows us to specify the actions we want to repeat and how many times we want them to repeat. The commands we write within for loop repeat by the number we specified as the interval.
Variable
Array
Beaver
For Loop
Coding, bahasa Python yang benar adalah
a=4 repeat 2: forward(a) turn(right)
a=5 repeat 3: forward(a) turn(right)
a=4 repeat 3: forward(a) turn(right)
a=5 repeat 3: forward(a) turn(left)
Show answer
Auto Play
Slide 1 / 22
MULTIPLE CHOICE
Similar Resources on Wayground
18 questions
Types of Data, Line Graphs, & Coordinate Plane Review
Presentation
•
5th Grade
16 questions
literal language vs. figurative language
Presentation
•
5th Grade
16 questions
Similes and Metaphors
Presentation
•
5th Grade
18 questions
Dividing a Whole Number by a Unit Fraction
Presentation
•
5th Grade
16 questions
Theme Review
Presentation
•
5th Grade
16 questions
Divide by 2-digits Divisors Lesson
Presentation
•
5th Grade
16 questions
Prepositional Phrases, 5th grade
Presentation
•
5th Grade
17 questions
Volume Introduction Review
Presentation
•
5th Grade
Popular Resources on Wayground
5 questions
A Home on the Shore
Quiz
•
3rd Grade
28 questions
US History Regents Review
Quiz
•
11th Grade
6 questions
A Horse Tale
Quiz
•
3rd Grade
20 questions
Math Review
Quiz
•
3rd Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
20 questions
Dividing Fractions
Quiz
•
5th Grade
55 questions
A Long Walk to Water Final Review
Quiz
•
6th - 8th Grade
10 questions
Equation Word Problems
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
20 questions
Dividing Fractions
Quiz
•
5th Grade
20 questions
Math Review
Quiz
•
5th Grade
17 questions
Multiply and Divide Fractions
Quiz
•
5th Grade
40 questions
Flags of the World
Quiz
•
KG - Professional Dev...
30 questions
Multiplication Facts 1-12
Quiz
•
2nd - 5th Grade
20 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
15 questions
Simplifying Fractions
Quiz
•
5th Grade