wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tech Apps Semester Review Fall 2024

Total questions: 38

Worksheet time: 21mins

Name
Class
Date
1.

What type of application would be best to use when typing a letter?

a)

Google Docs

b)

Google Slides

c)

Google Drawings

d)

Google Drive

2.

What type of application would be best to use when making a presentation?

a)

Google Docs

b)

Google Slides

c)

Google Drawings

d)

Google Drive

3.

______________all of the information online about a person, either posted by that person or others, intentionally or unintentionally

a)

Digital Footprint

b)

Oversharing

c)

Rings of Responsibility

4.
True or False?  
If you post something mean about someone, you can just delete it and everything will be OK
a)
True
b)
False
5.

What is Malware?

a)

Software that protects your computer from viruses

b)

Software that protects your computer from spyware and adware infections

c)

Software that updates your computers operating system

d)

Software that may harm your computer

6.

What does a Worm Virus do?

a)

Web pages you have visited that are stored on your hard drive

b)

Text files some websites use to identify users

c)

Duplicates itself until your storage is full

d)

A form where you type confidential information

7.

The _____ type of malware collects personal information and sends it to a third party.

a)

Worm

b)

Toolbar

c)

Homepage hijacker

d)

Spyware


8.
Everything that is posted online is saved for how long?
a)
Until I remove it
b)
Forever
c)
Two weeks
d)
One year
9.

Which symbol tells the computer you want to create an equation or formula in Google Sheets

a)

!

b)

@

c)

=

d)

#

10.

Select the data that would be best represented in a bulleted list.

a)

Ingredients in a recipe

b)

Steps to build a lego set

c)

A grocery list

d)

Instructions to cook a pizza

11.

Which file extension did we use for animated images?

a)

JPEG

b)

DOC

c)

HTML

d)

GIF

12.

AutoFill will automatically fill in which of these

a)

Days of the Week

b)

Formulas

c)

Months of the Year

d)

All of the above

13.

Which of these formulas will add cells A5 and B5 together?

a)

=SUM(A5:B5)

b)

=ADD(A5+B5)

c)

SUM(A5:B5)

14.

The art we created in Google Sheets was called _______.

a)

Bad Art

b)

Spreadsheet Art

c)

Pixel Art

15.

What is cybersecurity?

a)

the state of being protected against the criminal or unauthorized use of electronic data,

b)

Security against breaking into your house

c)

Top secret Government security

16.

What is a computer hacker?

a)

A virus that invades your computer and causes it to not work

b)

A person who sends lots of e-mails to people asking for money

c)

A person who uses a computer to illegally breaks into your computer and take your information

d)

A person who cuts or hacks at something

17.

Which of the following IS a best practice when using Social Media Apps.?

a)

Use the same password for all accounts

b)

Don't accept follow/friend requests from someone you don't know

c)

Make sure your posts are public

d)

Sending someone your address so they can send you a giftcard

18.

Which operating system does the iPhone use

a)

IOS

b)

ChromeOS

c)

Windows

d)

Linux

19.

Which operating system does the Computer Lab at Kitty Hawk use

a)

IOS

b)

ChromeOS

c)

Windows

d)

Linux

20.

This icon is used to open which google application?

a)

Google Sheets

b)

Google Forms

c)

Google Slides

d)

Google Docs

21.

What information is in cell B6

a)

100

b)

Minecraft

c)

Formula

d)

70

22.

The background for a slide can be ...

a)

Color

b)

Image

c)

Theme

d)

All choices

23.

What are the steps for inserting an image into a google slide?

a)

Insert | Image

b)

Drag and drop from tab

c)

Copy image and paste it

d)

All choices are correct

24.

Which is the shortcut to copy text

a)

Control + C

b)

Control + V

c)

Control + Z

d)

Control + X

25.

Which is the shortcut to past text

a)

Control + C

b)

Control + V

c)

Control + Z

d)

Control + X

26.

What is this icon

a)

Google Drive

b)

Google Docs

c)

Google Suite

d)

Google Stuff

27.

What does this icon do?

a)

Underline

b)

Undo

c)

Unmake

d)

Bold

28.

The art of creating a program.

a)

Artistic

b)

Programming

c)

Looping

29.
What does "sprite.scale" do?
a)
It controls the sprite's X position.
b)
It controls the sprite's Y position.
c)
It controls the size of the sprite.
d)
It controls the sprite's rotation.
30.

What direction does the rabbit move?

a)

Left

b)

Right

c)

Down

31.

In this program, what happens when you press the "h" key?

a)

The sprite moves up

b)

The sprite changes to a hippo

c)

The sprite increases in size

32.

What is the name of the variable created in this code?

a)

randomNumber

b)

petals

c)

petalSize

d)

purple

33.

The ladybug should move only when the mouse is near the bottom of the screen. Which mouse y-value will cause the ladybug to move?

a)

250

b)

325

c)

300

d)

275

34.

What is the x and y value for the watermelon?

a)

(250,140)

b)

(110,200)

c)

(240,270)

d)

randomNumber

35.

What is the name of the sound played when the left arrow key is pressed?

a)

bell.mp3

b)

guitarChord.mps

c)

bike.mp3

d)

There is no sound

36.
What is the y position in the following code: 
rect (200, 150, 50, 350);
a)
1st position
b)
2nd position
c)
3rd position
d)
4th position
37.
How do you correctly define a sprite?
a)
var = "sprite" createSprite(200, 200);
b)
var sprite = createSprite();
c)
A sprite is a character. 
d)
var "sprite" createSprite(200, 200);
38.
Which line of code puts the green circle on top?
Line 1: fill("blue");
Line 2: rect(200,200);
Line 3: fill("green");
Line 4 :rect(175, 175);
a)
Line 4
b)
Line 3
c)
Line 2
d)
Line 1