Font size
Worksheets20 Minute Exam Review
Total questions: 38
Worksheet time: 36mins
How can you adjust the dimensions of an object in Tinkercad?
Dragging the edges of the object
Typing in new dimensions
Shaking the screen
A and B are correct
How do you raise an object?
Floating shapes, disconnected parts
Ctrl-V
a process of making three dimensional solid objects from a digital file.
Click on the cone
What is the shortcut for pasting objects?
Ctrl-V
Ctrl-C
Click on the cone
Floating shapes, disconnected parts
Witch orientation of this "T" reduces "overhangs"?
A raft is
A swimming platform
A tool in Fusion 360
The heated bed of a 3D Printer
Disposable base printed first to reduce warping
Which codes can you find in SCENE? (select all correct)
Set background color
Start screen --- effect
Set tilemap to
clear effects on my sprite
sprite bounce on wall
What is a Sprite?
A object or character in a video game
The Code of Ethics
The background of a video game
The language used in video games
Where would you find the code to move your sprite around?
What will happen when you press the B button?
Score will go up by 1
Score will go down by 1
Nothing will happen
What is the function of "start countdown 3 (s)" in the script?
It pauses the game for 3 seconds.
It adds 3 seconds to the game timer.
It starts a countdown timer of 3 seconds, after which an event occurs.
It displays the number 3 on the screen.
Answering questionnaires on social media and sharing them to your page is not always safe because ______
They are fun to do.
You may be revealing personally identifying information about yourself.
You don't know who else is reading your page.
It could cause you to be hacked.
Phishing scams can target anyone.
True
False
Why is it a good idea to look at an app's privacy policy?
I never do, it takes too long.
Do they have one?
To know how my information might be used or stored.
Because they will send you a prize if you do.
Where can I find out how an app will use my information? (user name, birthday, phone number...)
In the settings.
On the internet
In the Terms of Service or Privacy agreement.
From my teacher
What is the purpose of File Explorer?
The purpose of File Explorer is to browse and manage files and folders on a computer.
The purpose of File Explorer is to connect to the internet on a computer.
The purpose of File Explorer is to create and edit documents on a computer.
The purpose of File Explorer is to play music and videos on a computer.
How can you navigate through File Explorer?
You can navigate through File Explorer using various methods such as clicking on folders and files, using arrow keys, using the backspace key, entering the path in the address bar, or searching for files and folders.
You can navigate through File Explorer by double-clicking on folders and files.
You can navigate through File Explorer by using the spacebar key.
You can navigate through File Explorer by right-clicking on folders and files.
What is the process of creating a new folder in File Explorer?
Right-click on the location, select 'New', and choose 'Folder'.
Press Ctrl+N and select 'Folder'.
Double-click on the location and choose 'New Folder'.
Click on the location, go to the 'File' menu, and choose 'New Folder'.
How do you rename a file or folder in File Explorer?
Double-click on the file or folder and type the new name.
Select the file or folder and click on the 'Rename' button in the toolbar.
Right-click on the file or folder and select 'Rename' from the context menu or press 'F2' and then type the new name.
Press 'Ctrl+R' and then type the new name.
You can view and organize files and folders using a built-in application known as _____________
File Management
File Explorer
Documents
Quick Access
By default, your computer will place downloaded files in a specific folder, known as ____________________
Default Folder
Recycle Bin
Documents
Downloads
move( );
turnLeft( );
putBall( );
jump( );
Move( );
MOVE( )
move( );
Which line contains the bug?
1 and 5
2 only
3 only
5 only
Which Karel command is written correctly?
move;
Putball()
turnLeft();
move(;
What is a "bug" in programming?
an error in code
finding and fixing errors in coding
a network
a broken computer
_________________ is giving the computer a set of commands.
Debugging
Programming
the Internet
Karel
This code:
putBall();
move();
putBall();
put 2 balls in the same place and then move one place?
True
False
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();
The code in the picture will move Karel in a square.
True
False
