wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

20 Minute Exam Review

Total questions: 38

Worksheet time: 36mins

Name
Class
Date
1.

How can you adjust the dimensions of an object in Tinkercad?

a)

Dragging the edges of the object

b)

Typing in new dimensions

c)

Shaking the screen

d)

A and B are correct

2.

How do you raise an object?

a)

Floating shapes, disconnected parts

b)

Ctrl-V

c)

a process of making three dimensional solid objects from a digital file.

d)

Click on the cone

3.

What is the shortcut for pasting objects?

a)

Ctrl-V

b)

Ctrl-C

c)

Click on the cone

d)

Floating shapes, disconnected parts

4.

Witch orientation of this "T" reduces "overhangs"?

a)
b)
c)
5.
What does CAD stand for? 
a)
Computers and designs 
b)
Computers and degrees 
c)
Computer aided design 
d)
Computer aided degrees 
6.
True or False: 3D printers have been known to print out such things like: body parts, food, tools, housing structures, vehicle components, and jewelry.
a)
True
b)
False
7.

A raft is

a)

A swimming platform

b)

A tool in Fusion 360

c)

The heated bed of a 3D Printer

d)

Disposable base printed first to reduce warping

8.

Which codes can you find in SCENE? (select all correct)

a)

Set background color

b)

Start screen --- effect

c)

Set tilemap to

d)

clear effects on my sprite

e)

sprite bounce on wall

9.
What is an algorithm?
a)
A) A type of software
b)
B) A set of instructions to solve a problem
c)
C) A programming language
d)
D) A type of computer
10.
In what scenario would you use the 'pause __ ms' block in MakeCode Arcade?
a)
A) When you want to change the sprite's colour
b)
B) When you want to introduce a delay or pause in the game action
c)
C) When you want to reset the game
d)
D) When you want to end the game
11.

What is a Sprite?

a)

A object or character in a video game

b)

The Code of Ethics

c)

The background of a video game

d)

The language used in video games

12.

Where would you find the code to move your sprite around?

a)
b)
c)
13.

What will happen when you press the B button?

a)

Score will go up by 1

b)

Score will go down by 1

c)

Nothing will happen

14.

What is the function of "start countdown 3 (s)" in the script?

a)

It pauses the game for 3 seconds.

b)

It adds 3 seconds to the game timer.

c)

It starts a countdown timer of 3 seconds, after which an event occurs.

d)

It displays the number 3 on the screen.

15.

Answering questionnaires on social media and sharing them to your page is not always safe because ______

a)

They are fun to do.

b)

You may be revealing personally identifying information about yourself.

c)

You don't know who else is reading your page.

d)

It could cause you to be hacked.

16.

Phishing scams can target anyone.

a)

True

b)

False

17.

Why is it a good idea to look at an app's privacy policy?

a)

I never do, it takes too long.

b)

Do they have one?

c)

To know how my information might be used or stored.

d)

Because they will send you a prize if you do.

18.

Where can I find out how an app will use my information? (user name, birthday, phone number...)

a)

In the settings.

b)

On the internet

c)

In the Terms of Service or Privacy agreement.

d)

From my teacher

19.

What is the purpose of File Explorer?

a)

The purpose of File Explorer is to browse and manage files and folders on a computer.

b)

The purpose of File Explorer is to connect to the internet on a computer.

c)

The purpose of File Explorer is to create and edit documents on a computer.

d)

The purpose of File Explorer is to play music and videos on a computer.

20.

How can you navigate through File Explorer?

a)

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.

b)

You can navigate through File Explorer by double-clicking on folders and files.

c)

You can navigate through File Explorer by using the spacebar key.

d)

You can navigate through File Explorer by right-clicking on folders and files.

21.

What is the process of creating a new folder in File Explorer?

a)

Right-click on the location, select 'New', and choose 'Folder'.

b)

Press Ctrl+N and select 'Folder'.

c)

Double-click on the location and choose 'New Folder'.

d)

Click on the location, go to the 'File' menu, and choose 'New Folder'.

22.

How do you rename a file or folder in File Explorer?

a)

Double-click on the file or folder and type the new name.

b)

Select the file or folder and click on the 'Rename' button in the toolbar.

c)

Right-click on the file or folder and select 'Rename' from the context menu or press 'F2' and then type the new name.

d)

Press 'Ctrl+R' and then type the new name.

23.
Spreadsheet
a)
a software package designed to create electronic presentations consisting of a series of separate pages or slides.
b)
the production, storage, and manipulation of text on a computer or word processor.
c)
an electronic document in which data is arranged in the rows and columns of a grid and can be manipulated and used in calculations.
d)
spreading paper apart and organizing it
24.

You can view and organize files and folders using a built-in application known as _____________

a)

File Management

b)

File Explorer

c)

Documents

d)

Quick Access

25.

By default, your computer will place downloaded files in a specific folder, known as ____________________

a)

Default Folder

b)

Recycle Bin

c)

Documents

d)

Downloads

26.
What is the primary characteristic of Karel that makes it useful for learning programming?
a)
Karel is a real dog
b)
Karel responds to verbal commands
c)
Karel follows written instructions
d)
Karel can solve math problems
27.
Which of the following is NOT one of Karel's basic commands?
a)

move( );

b)

turnLeft( );

c)

putBall( );

d)

jump( );

28.
What happens when Karel executes the 'turnLeft()' command?
a)
Karel moves one spot to the left
b)
Karel rotates 90 degrees to the left
c)
Karel turns around 180 degrees
d)
Karel picks up a ball on its left
29.
What must be included at the end of each Karel command?
a)
A period
b)
An exclamation mark
c)
Parentheses and a semicolon
d)
A question mark
30.
Which of the following is a correct way to write a Karel command?
a)

Move( );

b)
move
c)

MOVE( )

d)

move( );

31.
What does the 'putBall()' command do?
a)
Karel picks up a ball
b)
Karel throws a ball
c)
Karel adds a ball to its current spot
d)
Karel moves to the nearest ball
32.

Which line contains the bug?

a)

1 and 5

b)

2 only

c)

3 only

d)

5 only

33.

Which Karel command is written correctly?

a)

move;

b)

Putball()

c)

turnLeft();

d)

move(;

34.

What is a "bug" in programming?

a)

an error in code

b)

finding and fixing errors in coding

c)

a network

d)

a broken computer

35.

_________________ is giving the computer a set of commands.

a)

Debugging

b)

Programming

c)

the Internet

d)

Karel

36.

This code:

putBall();

move();

putBall();

put 2 balls in the same place and then move one place?

a)

True

b)

False

37.

Which code will put Karel in the position shown in second world?

a)

putBall(); putBall(); move(); move();

b)

move(); putBall(); move(); putBall();

c)

putBall(); move(); putBall(); move();

d)

move(); putBall(); putBall(); move();

38.

The code in the picture will move Karel in a square.

a)

True

b)

False