WorksheetsTech 7 Review 1
Total questions: 37
Worksheet time: 19mins
What does this code block do?
Runs code only once
Runs codes top to bottom and REPEATS forever
Which way is the car moving?
To the left
To the right
Toward the top
Towards the bottom
Which way is the car moving?
To the left
To the right
Towards the top
Towards the bottom
What is happening with the jet.y?
It is decreasing in value
It is increasing in value
It will stay still
What is happening with the plane.x ?
It is decreasing in value
It is increasing in value
It will stay still
What sprite animation is the Top Right Sprite?
Alien
Fly Bot
Red Plane
Bunny
How many degrees is the music note rotated?
90
30
45
20
Which text is the largest?
Small
Medium
Large
What is the definition of property in coding?
A label for a characteristic of a sprite, such as its location and appearance
x
y
scale
What is the definition of sprite in coding?
A character on the screen with properties that describe its location, movement, and look.
x
y
rotation
What does this code block do?
Draws all the sprites BELOW it
Draws all the sprites ABOVE it
Does nothing
What does the "w" stand for in the code?
length
width
height
position
What does the "h" stand for in the code?
length
width
height
position
What is the definition of a variable in coding?
x
y
a label for a piece of information used in a program
A shortcut for used in code
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?
Change the 350 to 250.
Change 0 to 100
Change 300 to 400
Change 200 to 400
Which are forms of entertainment? (Choose 4)
Art
Movies/TV
Music
Social Studies
Games
What are the three rules of variables in coding? (Choose 3)
Labels need to have a "Quotation Marks"
Capitalization and spelling must be exactly the same.
Labels need to be in UPPERCASE
Labels can't start with a number.
Labels can't have spaces.
When coding if a line of code is on the number 1 line where is it on our screen?
All the way in the back
In the front
In the middle
What is the definition of a bug in a code?
an insect
Part of a program that does not work correctly.
All the code in a level in the Code Studio
Part of a program that does work correctly.
Which of the following helps you adjust what information a website or an app collects and what is visible to others?
Cookies
Privacy settings
Terms of service
Online ads
What code do I need to add to make orange circles appear?
fill "orange" ; ellipse (random numbers x, y)
fill "yellow" ; ellipse (random numbers x, y)
fill "orange" ; rectangle (random numbers x, y)
fill "yellow" ; rectangle (random numbers x, y)
What does this block code do?
Moves the balloon up the screen
Moves the balloon down the screen
Moves the balloon to the left
Moves the balloon to the right
How might a company use the consumer data it collects?
To decide which types of products it should make.
To decide where to open a new store.
To decide how much to charge for their products.
All of the above.
What are the steps to insert a video?
Insert + Picture
View + Video
Insert + Video
Slide + Theme
Google Slides is a _____ tool which allows you to create slides which combines text, images, animation, transitions, and video to deliver a message.
Slideshow
Presentation
Hyperlink
Google Slides is Google's version of:
Microsoft Word
Microsoft Excel
Microsoft Outlook
Microsoft Power Point
What is this icon?
drive
slides
docs
classroom
What is this icon?
drive
slides
docs
classroom
The page setup options are available from the ____ menu.
Widescreen
Home
File
Shift
What is the definition of digital footprint?
lasting a long time
anyone who can see information about you or posted by you online
all of the information online about a person, either posted by that person or others, intentionally or unintentionally
What is the definition of invisible audience?
lasting a long time
anyone who can see information about you or posted by you online
all of the information online about a person, either posted by that person or others, intentionally or unintentionally
What is the definition of copyright?
legal protection that creators have over the things they create
the ability to use copyrighted work without permission, but only in certain ways and in specific situations
creative work that's not copyrighted and free to use without permission
reworking a portion of a song or sound recording into a new composition
What is the definition of fair use?
legal protection that creators have over the things they create
the ability to use copyrighted work without permission, but only in certain ways and in specific situations
creative work that's not copyrighted and free to use without permission
reworking a portion of a song or sound recording into a new composition
What is the definition of public domain?
legal protection that creators have over the things they create
the ability to use copyrighted work without permission, but only in certain ways and in specific situations
creative work that's not copyrighted and free to use without permission
reworking a portion of a song or sound recording into a new composition
What is the definition of social media?
when something happens on digital media that makes you feel uncomfortable, worried, sad, or anxious
websites and applications that enable users to create and share content or to participate in social networking
sharing personal feelings, information, or experiences that later make someone feel uncomfortable or regretful
What is the primary function of a loop in coding?
To store data
To repeat a set of instructions
To define a variable
To create a sprite
What does the term 'debugging' refer to in programming?
Writing new code
Testing code
Finding and fixing errors in code
Compiling code
