Font size
WorksheetsGrade 8- Review S1- kodu Game-Make Video
Total questions: 34
Worksheet time: 17mins
Explain what a podcast is
Podcast is a sound or video file that is made available on the internet. Podcast can be created by any one and they can cover any topic
Podcast is a sound or video file that is made offline. Podcast can be created by any one and they can cover any topic
Podcast is a sound or video file that is made available on the internet. Podcast can be created by teacher only
To make your own podcasts, first you need some basic equipment
Digital camera or Webcam
Headphones or Speakers
Microphone
All of above
Audacity is use for making video
True
False
What’s the advantage of using Audacity software to edit sound?
The advantage of using audacity software is that you cannot edit the sound later on so, if you make a mistake, you cannot delete it and re-record the sentence where you went wrong
The advantage of using audacity software is that you can edit the sound later on so, if you make a mistake, you can delete it and just re-record the sentence where you went wrong
none of them
Explain what Kodu Game Lab is
Kodu uses intuitive icons to control the characters and objects with character behavior expressed in
physical terms.
create rich 3D games.
Kodu Game Lab is a visual programming language that allows anyone, even those without
programming knowledge and experience,
all of them
none of them
Which of the following is four basic steps for making a game in Kodu Game Lab?
Testing a game - Programming for Kodu - Creating a new world - Adding a Kodu.
Creating a new world - Testing a game - Adding a Kodu - Programming for Kodu.
Creating a new world - Adding a Kodu - Programming for Kodu - Testing a game.
None of above
Name three Kodu Objects you know in Kodu Game Lab
kodu, animal
tree, rock
water, moutains
none of them
In KODU, which statement is used for programming Kodu objects?
What-do statement
Why-do statement
Where-do statement
When-do statement
In KODU, which mouse button is used when you need to get in to program Kodu object?
The left mouse button
The right mouse button
The scroll wheel
All of above
In KODU, what should you do to turn around the Kodu object while configuring it?
Left-click on Kodu, then choose Rotate section.
Right-click on Kodu, then choose Rotate section.
Use the arrows key.
Use the scroll wheel. What do the instructions say while programming for the Kodu object
When press arrows key, kodu will move quickly
When you don't press arrows key, kodu will move quickly
all of them
none of them
What do the instructions say while programming for the Kodu object
When Kodu character bumped to apple, nothing happen
When Kodu character bumped to apple, add point to, change the green score- 1 point, which is showed on scoreboard as by default
all of them
In KODU, to move the camera, click on
true
false
In KODU, to test the game, click on…
true
false
Programming languages are used to create computer software
true
false
MSWLogo is mainly used for
Making games
Creating shapes
Edit video
Design poster
What does FD do?
pen down and go forward
pen up and go forward
go forward
go forever
What does BK do?
go backwards
go behind
pen up and go behind
pen down and go behind
What does PD do?
lifts the pen up
puts the pen down
powerups the pen
lifts the pod
What does PU do?
lifts the pen up
puts the pen down
powerups the pen
lifts the pod
What does RT do?
rotate
rotate turtle
right turn
LEFT TURN
What does LT do?
rotate
rotate turtle
left turn
right angle turn
Draw the result of this code (100 = 1cm): FD 100 FD 100 BK 100 RT 90 FD 200
Write the code to draw the triangle using REPEAT instruction (with length = 200):
Repeat 3[ fd 200 rt 360/3 ]
Repeat 4[ fd 200 rt 360/4 ]
Repeat 10[ fd 200 rt 360/10 ]
A procedure is a section of code that can be used ............
Only one
Over and over again
To perform a calculation
To make a decision
CT is used for clear the screen completely and resets the turtle in the screen
TRUE
FALSE
Write a procedure to make a square of any size:
To square :x
Repeat 4 [ FD :x RT 90]
end
To square :x
Repeat 10 [ FD :x RT 360/10]
end
To square :x
Repeat 5 [ FD :x RT 360/5]
end
EDALL
Opens the Editor window and loads ALL procedures in the current session
Draw a circle with a radius is 50 unit
moves the turtle to the x, y coordinates given
SETPOS [x y]
Draw a ellipse with 50 unit width and 100 unit height
moves the turtle to the x, y coordinates given
Hide the turtle
in MSlogo, the comand BYE is use for
Closes MSW Logo and exits the program
Show the turtle
Lifts the pen as the turtle moves. The turtle stops drawing
in MSLogo, the command PE is used for
Sets the pen's position to DOWN and the mode to erase
Returns the turtle to its origin (0,0)
Closes MSW Logo and exits the program
in MSLogo, the command Home is used for
Returns the turtle to its origin (0,0)
Sets the pen's position to DOWN and the mode to erase
Closes MSW Logo and exits the program
in MSLogo, command "CIRCLE 50" is used for
Hide the turtle
Draw a circle with a radius is 50 unit
Closes MSW Logo and exits the program
in MSlogo, the command "ELLIPSE 50 100" is used for
Draw a ellipse with 50 unit width and 100 unit height
moves the turtle to the x, y coordinates given
Hide the turtle
