Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Tech 7 Review 1

Total questions: 37

Worksheet time: 19mins

Name
Class
Date
1.

What does this code block do?

a)

Runs code only once

b)

Runs codes top to bottom and REPEATS forever

2.

Which way is the car moving?

a)

To the left

b)

To the right

c)

Toward the top

d)

Towards the bottom

3.

Which way is the car moving?

a)

To the left

b)

To the right

c)

Towards the top

d)

Towards the bottom

4.

What is happening with the jet.y?

a)

It is decreasing in value

b)

It is increasing in value

c)

It will stay still

5.

What is happening with the plane.x ?

a)

It is decreasing in value

b)

It is increasing in value

c)

It will stay still

6.

What sprite animation is the Top Right Sprite?

a)

Alien

b)

Fly Bot

c)

Red Plane

d)

Bunny

7.

How many degrees is the music note rotated?

a)

90

b)

30

c)

45

d)

20

8.

Which text is the largest?

a)

Small

b)

Medium

c)

Large

9.

What is the definition of property in coding?

a)

A label for a characteristic of a sprite, such as its location and appearance

b)

x

c)

y

d)

scale

10.

What is the definition of sprite in coding?

a)

A character on the screen with properties that describe its location, movement, and look.

b)

x

c)

y

d)

rotation

11.

What does this code block do?

a)

Draws all the sprites BELOW it

b)

Draws all the sprites ABOVE it

c)

Does nothing

12.

What does the "w" stand for in the code?

a)

length

b)

width

c)

height

d)

position

13.

What does the "h" stand for in the code?

a)

length

b)

width

c)

height

d)

position

14.

What is the definition of a variable in coding?

a)

x

b)

y

c)

a label for a piece of information used in a program

d)

A shortcut for used in code

15.

In this code there is something wrong. The grass only goes half way across the screen, we need it to go all the way across. What line of code do we have to change?

a)

Change the 350 to 250.

b)

Change 0 to 100

c)

Change 300 to 400

d)

Change 200 to 400

16.

Which are forms of entertainment? (Choose 4)

a)

Art

b)

Movies/TV

c)

Music

d)

Social Studies

e)

Games

17.

What are the three rules of variables in coding? (Choose 3)

a)

Labels need to have a "Quotation Marks"

b)

Capitalization and spelling must be exactly the same.

c)

Labels need to be in UPPERCASE

d)

Labels can't start with a number.

e)

Labels can't have spaces.

18.

When coding if a line of code is on the number 1 line where is it on our screen?

a)

All the way in the back

b)

In the front

c)

In the middle

19.

What is the definition of a bug in a code?

a)

an insect

b)

Part of a program that does not work correctly.

c)

All the code in a level in the Code Studio

d)

Part of a program that does work correctly.

20.

Which of the following helps you adjust what information a website or an app collects and what is visible to others?

a)

Cookies

b)

Privacy settings

c)

Terms of service

d)

Online ads

21.

What code do I need to add to make orange circles appear?

a)

fill "orange" ; ellipse (random numbers x, y)

b)

fill "yellow" ; ellipse (random numbers x, y)

c)

fill "orange" ; rectangle (random numbers x, y)

d)

fill "yellow" ; rectangle (random numbers x, y)

22.

What does this block code do?

a)

Moves the balloon up the screen

b)

Moves the balloon down the screen

c)

Moves the balloon to the left

d)

Moves the balloon to the right

23.

How might a company use the consumer data it collects?

a)

To decide which types of products it should make.

b)

To decide where to open a new store.

c)

To decide how much to charge for their products.

d)

All of the above.

24.

What are the steps to insert a video?

a)

Insert + Picture

b)

View + Video

c)

Insert + Video

d)

Slide + Theme

25.

Google Slides is a _____ tool which allows you to create slides which combines text, images, animation, transitions, and video to deliver a message.

a)

Slideshow

b)

Presentation

c)

Hyperlink

26.

Google Slides is Google's version of:

a)

Microsoft Word

b)

Microsoft Excel

c)

Microsoft Outlook

d)

Microsoft Power Point

27.

What is this icon?

a)

drive

b)

slides

c)

docs

d)

classroom

28.

What is this icon?

a)

drive

b)

slides

c)

docs

d)

classroom

29.

The page setup options are available from the ____ menu.

a)

Widescreen

b)

Home

c)

File

d)

Shift

30.

What is the definition of digital footprint?

a)

lasting a long time

b)

anyone who can see information about you or posted by you online

c)

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

31.

What is the definition of invisible audience?

a)

lasting a long time

b)

anyone who can see information about you or posted by you online

c)

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

32.

What is the definition of copyright?

a)

legal protection that creators have over the things they create

b)

the ability to use copyrighted work without permission, but only in certain ways and in specific situations

c)

creative work that's not copyrighted and free to use without permission

d)

reworking a portion of a song or sound recording into a new composition

33.

What is the definition of fair use?

a)

legal protection that creators have over the things they create

b)

the ability to use copyrighted work without permission, but only in certain ways and in specific situations

c)

creative work that's not copyrighted and free to use without permission

d)

reworking a portion of a song or sound recording into a new composition

34.

What is the definition of public domain?

a)

legal protection that creators have over the things they create

b)

the ability to use copyrighted work without permission, but only in certain ways and in specific situations

c)

creative work that's not copyrighted and free to use without permission

d)

reworking a portion of a song or sound recording into a new composition

35.

What is the definition of social media?

a)

when something happens on digital media that makes you feel uncomfortable, worried, sad, or anxious

b)

websites and applications that enable users to create and share content or to participate in social networking

c)

sharing personal feelings, information, or experiences that later make someone feel uncomfortable or regretful

36.

What is the primary function of a loop in coding?

a)

To store data

b)

To repeat a set of instructions

c)

To define a variable

d)

To create a sprite

37.

What does the term 'debugging' refer to in programming?

a)

Writing new code

b)

Testing code

c)

Finding and fixing errors in code

d)

Compiling code