WorksheetsG5 EOY quiz
Total questions: 40
Worksheet time: 28mins
What does CAD stand for?
Which of the following are NOT a key benefit of using the Design Cycle? (select all that apply)
It guarantees success
It promotes creativity
It is a linear process
It requires no planning
What does it mean to use nested blocks in Scratch programming?
Using multiple sprites in a single project
Placing one block inside another block to create complex behaviors
Changing the background of the stage multiple times
Adding sound effects to different sprites
Which ones explain informatics? Select all that apply
•Study of computational systems
•Interaction between humans and information
Relationship between people, technology, and information
finding patterns in objects
Which explains computational thinking? select all that apply
•Make step-by-step plans to solve challenges
•Break complex problems into simpler ones
•Find patterns
•Focus on important details
Type the following:
Technology and design is a fun course, and Mr. D is so handsome.
(a)
Type this
I have completed all my assignments to the best that I can.
(a)
What is the primary purpose of the "My Blocks" feature in Scratch?
To create new sprites for your project
To organize and reuse custom blocks of code
To change the background of the stage
To add sound effects to your project
For what do we use this tool?
Paste
Copy
cut
For what do we use this tool?
Paste
Copy
cut
For what do we use this tool?
Rotate
Grouping shape
Ungrouping shape
Which tool helps you to change the orientation of an object?
Paste
Copy
cut
For what do we use this tool?
Rotate
Grouping shapes
Ungrouping shapes
Look at the picture, for what do we use this tool?
Rotate the shape
Change the size of the shape
group the shapes
Look at the picture, for what do we use this tool?
Change the color of the shape
Change the size of the shape
Make space between the shape and work plan
This tool helps you to view your project close-up.
This tool helps you to view your project far-away.
What tool would you use to center objects perfectly?
Group
Mirror
Align
Undo
How do you get to your saved designs/dashboard?
Click the TinkerCAD logo
Refresh the page
Ctrl+H
Hit the back button
Coding can be used to
Program robots
create websites, games & apps
tell computers what to do
all of these
What tool would you use to center objects perfectly?
Group
Mirror
Align
Undo
What does this script do?
Wait before doing the next action.
Do an action only if a specific event occurs.
Loop an action, then stop
Which word below describes iteration?
Order
Steps
Loop
Decision
What would the Sprite say if the Test is set to 11?
My name is Bob
I like Chocolate
Hello
I do not know
What is a variable?
Block of code
Container for a value
Sprite costume
Sound
Using the Scratch “Pen” feature to write on the stage.
script
stage
drawing
Displays the location of your X and Y positions.
stage
coordinates
volume
To change the appearance of a sprite we can give it a different...
Costume
Look
Style
Stage
What programming concept means following steps in order?
Iteration
Sequence
Selection
What is the variable in this code?
keep score
random position
edge
The rules for writing codes, are called:
Rulebook
Syntax
Variables
Object
They are things or characters that can perform actions:
Variables
Lists
Objects
Syntax
The actions an object performs :
Parenthesis
Movement
Syntax
Methods(function)
How many enemies will this hero fight?
0- because enemy should be a text string with " "
1- the one named "enemy"
2- because it says "hero.attack(enemy)" twice
unknown- it will keep attacking enemies until none are left
How many times will this hero move?
5
6
10
Unknown
What is the main reason we use loops?
It saves time
It is faster to create
It is easier to type
To repeat a block of code without having to retype
