Font size
WorksheetsGrade 5 ICT Mid term
Total questions: 50
Worksheet time: 34mins
What is stop motion animation?
A technique used to create the illusion of movement by physically manipulating objects or figures and taking a series of photographs.
A method of animation that uses puppets or models.
A technique that involves drawing each frame of the animation by hand.
A type of animation that uses computer-generated images.
Name one common technique used in stop motion animation.
stop-and-go animation
motion-by-motion animation
pause-and-play animation
frame-by-frame animation
What is the process of stop motion animation?
Objects are digitally manipulated and photographed one frame at a time.
Objects are painted and photographed one frame at a time.
Objects are animated using computer-generated imagery.
Objects are physically manipulated and photographed one frame at a time.
True or False: Stop motion animation involves moving physical objects frame by frame.
False
Stop motion animation is done using computer graphics
Stop motion animation involves using live actors
True
What is the purpose of using armature in stop motion animation?
To provide a platform for the characters or objects to stand on.
To provide a skeleton or structure for the characters or objects being animated.
To create realistic movements in the animation.
To add color and texture to the characters or objects.
What is the role of a storyboard in the stop motion animation process?
A storyboard is used to record the sound effects for the animation.
A storyboard is used to create the characters and props for the animation.
A storyboard helps the animator plan and visualize the animation before shooting it.
A storyboard is used to edit and finalize the animation after shooting it.
An option that allows you to see through several frames at one time.
Sprite
Frame
Onion Skin
Layer
How does stop motion animation work?
Objects are physically manipulated and filmed frame-by-frame.
Objects are generated by a computer and rendered.
Objects are manipulated using an algorithm.
Individual pictures or drawings in a sequence of slides.
Stop Motion Animation
Frame
Canvas
Layer
The area where you draw your pictures.
Stop Motion Animation
Frame
Canvas
Layer
Animation technique in which objects are physically manipulated in small increments between individually photographed frames to create motion.
Stop Motion Animation
Frame
Canvas
Layer
What is the main benefit of following the green screen editing tips mentioned in the text?
Saving time and money
Creating a moody atmosphere
Reshooting the video
Using a professional video camera
How can you achieve a green screen effect without an actual green screen?
By using a single-colored background from the camera roll
By wearing clothes that match the green screen color
By pixelating the subject in a TikTok video
By applying visual effects like wind and rain to the video
Another term for green-screen is ___________.
chroma key
replacement imagery
photosynthesis
cinema allocation
What likely went wrong here?
The camera was not switched to "subject mode."
The subject was wearing green clothing.
The subject was moving too quickly for the camera speed.
The background image was not properly digitized.
What are the two types of blocks used to make decisions in Scratch games?
Motion and Looks blocks
Repeat and Forever blocks
If and If-Else blocks
Pen and Sound blocks
What happens if the condition inside the If block is true?
The blocks inside the If block will change color
The blocks inside the If block will repeat
The blocks inside the If block will be skipped
The blocks inside the If block will run
What happens if the condition inside the If-Else block is false?
The blocks inside the If part will run
The blocks inside the Else part will run
The blocks inside the If-Else block will repeat
The blocks inside the If-Else block will change color
What is the purpose of the Else block in programming?
To execute the code inside the block if the condition is true
To execute the code inside the block if the condition is false
To change the color of the code inside the block
To repeat the code inside the block
What is the purpose of the Repeat block in programming?
To execute the code inside the block multiple times
To execute the code inside the block if the condition is true
To change the color of the code inside the block
To skip the code inside the block
What is the term for a block of code that repeats until a certain condition is met?
Selection
Subroutine
Loop
What is an Algorithm?
A picture that you use to make a program
A precise set of instructions
Shapes and symbols connected together
Breaking a problem down into smaller tasks
What is Decomposition?
Breaking the problem down to look for specific patterns
Solving the problem by placing the algorithm into a single flowchart
Breaking the task down into smaller, more manageable tasks
Identifying where the algorithm needs to be repeated so that it save you time when writing it
Which Scratch block would be used for Iteration?
Which Scratch block would be used for Selection?
Which Scratch block would be used for a variable?
What is a Variable?
It is a place where you can store some data
It is a place in your code that changes
It is a name given to a special sub-routine that changes how the program works
It is when you want to add two number together
Oscar has an idea for a game he wants to write in Scratch. He is not sure how to start, so he decides to plan it first. He wants to break his main idea down into lots of small ones. This is called...
Abstraction
Decomposition
Pattern Recognition
Algorithm design
What is the color of the motion blocks category?
blue
sky blue
yellow
orange
scratch can’t perform basic arithmetic operations
true
false
What is the function of “touching color () ?” block?
It executes script at the click of the green flag
It triggers events when a user uses the keyboard or mouse as input
It picks a certain color specified by the user, then use it as a condition
When the backdrop changes, scripts are executed
It is a container of data
concatenation
variable
nested conditions
iteration
What is the function of the “when (space) key pressed” block?
It executes script at the click of the green flag
When the backdrop changes, scripts are executed
It executes script at the click of the green flag
It triggers events when a user uses the keyboard or mouse as input
What is the explanation of nesting conditional statements?
Those are conditional statements nested in each other.
Those are conditional statements which are executing the block of code inside its body at the same time.
When is good to use nested conditions?
It is not a good decision to use them.
When you want to write more code.
When you have multiple checks.
Which of the following blocks would repeat a code 10 times?
How do you run code on Scratch?
Command W
Click the scissors
Click the Scratch Cat
Click the Green Flag
What happens to sprite?
Goes Up
Goes Down
Goes Right
Goes Left
You can keep score in Scratch by creating a (a) .
To store the values (a) are used
Variables can hold (a) values at a time
The (a) of the stage is called backdrops.
What are the key benefits of implementing loops with conditions in programming?
What type of loop would you use to execute a block of code 5 times?
Which Scratch block would you use to repeat an action a specific number of times?
Repeat [ ]
Wait [ ] seconds
Broadcast [message]
Which block is commonly used to start a Scratch project when you press the green flag?
"When [space] key pressed".
"When green flag clicked".
"forever".
