wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 8- Review S1- kodu Game-Make Video

Total questions: 34

Worksheet time: 17mins

Name
Class
Date
1.

Explain what a podcast is

a)

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

b)

Podcast is a sound or video file that is made offline. Podcast can be created by any one and they can cover any topic

c)

Podcast is a sound or video file that is made available on the internet. Podcast can be created by teacher only

2.

To make your own podcasts, first you need some basic equipment

a)

Digital camera or Webcam

b)

Headphones or Speakers

c)

Microphone

d)

All of above

3.

Audacity is use for making video

a)

True

b)

False

4.

What’s the advantage of using Audacity software to edit sound?

a)

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

b)

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

c)

none of them

5.

Explain what Kodu Game Lab is

a)

Kodu uses intuitive icons to control the characters and objects with character behavior expressed in

physical terms.

b)

create rich 3D games.

c)

Kodu Game Lab is a visual programming language that allows anyone, even those without

programming knowledge and experience,

d)

all of them

e)

none of them

6.

Which of the following is four basic steps for making a game in Kodu Game Lab?

a)

Testing a game - Programming for Kodu - Creating a new world - Adding a Kodu.

b)

Creating a new world - Testing a game - Adding a Kodu - Programming for Kodu.

c)

Creating a new world - Adding a Kodu - Programming for Kodu - Testing a game.

d)

None of above

7.

Name three Kodu Objects you know in Kodu Game Lab

a)

kodu, animal

b)

tree, rock

c)

water, moutains

d)

none of them

8.

In KODU, which statement is used for programming Kodu objects?

a)

What-do statement

b)

Why-do statement

c)

Where-do statement

d)

When-do statement

9.

In KODU, which mouse button is used when you need to get in to program Kodu object?

a)

The left mouse button

b)

The right mouse button

c)

The scroll wheel

d)

All of above

10.

In KODU, what should you do to turn around the Kodu object while configuring it?

a)

Left-click on Kodu, then choose Rotate section.

b)

Right-click on Kodu, then choose Rotate section.

c)

Use the arrows key.

11.

Use the scroll wheel. What do the instructions say while programming for the Kodu object

a)

When press arrows key, kodu will move quickly

b)

When you don't press arrows key, kodu will move quickly

c)

all of them

d)

none of them

12.

What do the instructions say while programming for the Kodu object

a)

When Kodu character bumped to apple, nothing happen

b)

When Kodu character bumped to apple, add point to, change the green score- 1 point, which is showed on scoreboard as by default

c)

all of them

13.

In KODU, to move the camera, click on

a)

true

b)

false

14.

In KODU, to test the game, click on…

a)

true

b)

false

15.

Programming languages are used to create computer software

a)

true

b)

false

16.

MSWLogo is mainly used for

a)

Making games

b)

Creating shapes

c)

Edit video

d)

Design poster

17.

What does FD do?

a)

pen down and go forward

b)

pen up and go forward

c)

go forward

d)

go forever

18.

What does BK do?

a)

go backwards

b)

go behind

c)

pen up and go behind

d)

pen down and go behind

19.

What does PD do?

a)

lifts the pen up

b)

puts the pen down

c)

powerups the pen

d)

lifts the pod

20.

What does PU do?

a)

lifts the pen up

b)

puts the pen down

c)

powerups the pen

d)

lifts the pod

21.

What does RT do?

a)

rotate

b)

rotate turtle

c)

right turn

d)

LEFT TURN

22.

What does LT do?

a)

rotate

b)

rotate turtle

c)

left turn

d)

right angle turn

23.

Draw the result of this code (100 = 1cm): FD 100 FD 100 BK 100 RT 90 FD 200

a)
b)
c)
d)
24.

Write the code to draw the triangle using REPEAT instruction (with length = 200):

a)

Repeat 3[ fd 200 rt 360/3 ]

b)

Repeat 4[ fd 200 rt 360/4 ]

c)

Repeat 10[ fd 200 rt 360/10 ]

25.

A procedure is a section of code that can be used ............

a)

Only one

b)

Over and over again

c)

To perform a calculation

d)

To make a decision

26.

CT is used for clear the screen completely and resets the turtle in the screen

a)

TRUE

b)

FALSE

27.

Write a procedure to make a square of any size:

a)

To square :x

Repeat 4 [ FD :x RT 90]

end

b)

To square :x

Repeat 10 [ FD :x RT 360/10]

end

c)

To square :x

Repeat 5 [ FD :x RT 360/5]

end

28.

EDALL

a)

Opens the Editor window and loads ALL procedures in the current session

b)

Draw a circle with a radius is 50 unit

c)

moves the turtle to the x, y coordinates given

29.

SETPOS [x y]

a)

Draw a ellipse with 50 unit width and 100 unit height

b)

moves the turtle to the x, y coordinates given

c)

Hide the turtle

30.

in MSlogo, the comand BYE is use for

a)

Closes MSW Logo and exits the program

b)

Show the turtle

c)

Lifts the pen as the turtle moves. The turtle stops drawing

31.

in MSLogo, the command PE is used for

a)

Sets the pen's position to DOWN and the mode to erase

b)

Returns the turtle to its origin (0,0)

c)

Closes MSW Logo and exits the program

32.

in MSLogo, the command Home is used for

a)

Returns the turtle to its origin (0,0)

b)

Sets the pen's position to DOWN and the mode to erase

c)

Closes MSW Logo and exits the program

33.

in MSLogo, command "CIRCLE 50" is used for

a)

Hide the turtle

b)

Draw a circle with a radius is 50 unit

c)

Closes MSW Logo and exits the program

34.

in MSlogo, the command "ELLIPSE 50 100" is used for

a)

Draw a ellipse with 50 unit width and 100 unit height

b)

moves the turtle to the x, y coordinates given

c)

Hide the turtle