NEW
Font size
WorksheetsAssessment: Tinkercad, JavaScript coding/Canva
Total questions: 35
Worksheet time: 19mins
How many times should the start function be defined in a program?
0
1
2
However many you like
Which of these is a valid Karel command?
move;
MOVE
move();
move()
If Karel is facing South and the code:
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
North
South
East
West
turnLeft();
turnLeft();
turnLeft();
runs; which direction is Karel facing now? Which line(s) contains the bug?
1 and 3
3 only
5 only
3 and 5
What lines would you replace with the turnRight function?
Lines 4 & 5
Lines 7 - 9
Lines 8 - 10
Lines 4 & 5 and lines 8 - 10
Which code below will put Karel in the position shown in picture?
move(); Move(); turnLeft(); move();
move; move(); turnLeft; move();
move(); move(); TurnLeft(); Move();
move(); move(); turnLeft(); move();
Which code will put Karel in the position shown in second world?
putBall(); putBall(); move(); move();
move(); putBall(); move(); putBall();
putBall(); move(); putBall(); move();
move(); putBall(); putBall(); move();
Karel needs to take the ball that is already present on her initial space then move forward four spaces and place the ball. Then turn Left
takeBall();
move 2 times ();
move 2 times ();
putBall();
turnLeft
takeBall();
move();
move();
move();
move();
putBall();
turnLeft();
takeBall();
move();
move();
putBall();
TurnLeft{};
takeBall();
move();
move():
move():
move();
putBall();
turnleft():
What is the right way to write the function:
makePancakes (Clue: this pancake will be made by putting 3 balls)
function makePancakes(){
putBall();
putBall();
putBall();
}
function makePancakes()
putBall();
putBall();
putBall();
function makePancakes: {
putBall();
putBall();
putBall();
}
function makePancakes(){
putBall();
}
What Can you find in the TEXT panel?
Heading
Body of text
Subheading
All of them
What does this icon mean?
Duplicate
Position
Transparency
Delete
If I want to add a picture from the web, which button do I click?
If I want to add a shape, which button do I click?
If I want to add writing, which button do I click?
If I want to insert a picture that's not from Canva, which button do I click?
In order to introduce media (videos, images, music, etc) in a presentation in canva you must click on:
Draw
Projects
Design
Elements
Some of the features we explored in class when using canva in order to create presentations were:
adding margins and footnotes
adding images, music and videos
recording songs and videos
exploring color theory and its applications
What is the correct name for the tube shape?
Cylinder
Box
Circle
Cube
Number 1 is the viewcube. What does it do?
It zooms the object on the workplane in and out.
It shifts the perspective of the object so users can see all sides of the object.
It moves the object on the workplane right and left.
It adds a cube to the workplane.
What is the blue area called?
The graph.
The grid.
The space.
The workplane.
In TinkerCAD the above image is for:
Copy
Paste
Ungroup
Duplicate
In TinkerCAD the above image is for:
Undo
Redo
Move
Align
