Font size
WorksheetsCoding EOC Final
Total questions: 50
Worksheet time: 53mins
What is scope as it relates to programming?
The minimum and maximum values that can be used
A declaration as local or global
The range over which a variable or block can be used.
The height andwidth of the stage in Scratch
A custom block in Scratch is best described as:
A sprite costume drawn by the programmer.
A snippet of code that can be used by referencing the block name.
An existing Scratch block that has been reprogrammed
A centralized location for storing sprite scripts
When would code be reused?
When the same code appears in multiple places in a program
If the project contains more than one variable.
When there is more than one sprite in a project.
Code should never be reused.
Which data type cannot be used with a custom block in Scratch?
number
string
Boolean
object
What describes a string input?
A looping input that connects back to itself.
A sequence of numbers
Text or a variable that contains text.
A condition that is either true or false.
A(n) __________ is software designed to help the user in some way, such as a weather app.
utility
operating system
file structure
naming convention
What is the first step in the problem-solving model?
Evaluate the success of the plan.
Carry out the plan.
Devise a plan.
Understand the problem
Which data type can only be true or false?
string
Boolean
number
object
Which of the following is a best practice for naming custom blocks?
The name is automatically generated by Scratch in sequential order.
Multiple blocks should have the same name if the blocks are related.
The name should be related to the purpose of the block.
The name should begin with a sequential number to make it easy to track.
What is the background on the stage called in Scratch?
A. background
B. stage back
C. stage sprite
D. backdrop
Which of the following is not a way to create a new sprite in Scratch?
A. Upload a sprite from an existing image file.
B. Capture a still image using a webcam.
C. Drag-and-drop an image from photo-editing software
. D. Paint a sprite from starting with a blank canvas.
How can the background on the stage be moved?
A. Send a broadcast that can be received by the stage.
B. It cannot be moved.
C. Include a standard move block within a loop on the stage.
D. Use the move backdrop block.
Which image type is composed of shapes defined by mathematical equations? A
A. vector
B. raster
C. pixilated
D. bitmap
What is a tweener?
A. The frames in an animation.
B. Code used to make adjustments to the movement of a sprite.
C. The animator who creates the frames between the keyframes.
D. The key animators on a project.
Which of the following best describes an animation?
A. A series of still images each showing an incremental change.
B. Frames that show important poses for a character.
C. The movement of a sprite across the stage in Scratch.
D. Moving pictures in electronic form.
How many animation frames must be shown each second to fool the brain into seeing motion?
A. 8 to 9
B. 5 to 10
C. 12 to 15
D. 1 to 2
A __________ is the change from one point to the next.
A. span
B. nudge
C. step
D. pixel
The important poses for a character are shown in __________.
A. samples
B. tweens
C. keyframes
D. bits
1. Which of the following best describes an event?
The processing of the program code.
Publishing a software program to make it available on the Internet.
Anything that happens for which the software can recognize and respond.
An unexpected termination of the program due to a coding error
2. What is another name for an event?
block
occurrence
trigger
target
Where must an event hat block be placed in the code stack?
At the bottom.
At the top.
By itself.
It can be placed anywhere in the stack.
5. What is a broadcast in Scratch?
A live feed from a podcast.
A message sent by one sprite that can be received by any other sprite.
The Scratch project published to the Internet.
Anything that happens for which the software can recognize and respond.
What is the act of a Scratch sprite accepting a broadcast?
listening
catching
receiving
encapsulating
Which of the following is not a requirement for a game to be a video game?
It has rules.
It is software-based.
It has a victory condition.
It uses broadcasts.
A(n) __________ block can be placed anywhere in the code stack.
when I receive broadcast
when Stop Sign clicked
event stack
event hat
What is a 8 bit?
A Byte
Big boy
fsfsefg
Kylie
What is an input device?
Any device in the computer
A device that allows the user to see information in the computer
A device that is used to enter information into the computer
Any device you plug into a port on the computer
Which are examples of input devices?
Screen
Mouse
Printer
Scanner
What is an output device?
Any device you plug into a port on the computer
Any device or component that receives information from the computer.
A device or component that allows information to be given to a computer.
A device you can see
What makes a computer a computer?
Any device that receives input, stores data, processes the data, and outputs data.
Any device that holds data
Any electronic device
Which are examples of output devices?
Monitor
Earbuds
Mcrophone
Keyboard
PROGRAM
a set of instructions that achieves an objective
adding a few blocks of code at a time and testing the program
the view seen by the end user
data bases and user data
RAM, CPU, graphics card
what is the definition of computer science
the study of the principles and use of computers
studying the cells of a computer
The study of the design and operation of computer hardware and software,
Which of the following is an example of an input device?
Speaker
Printer
Keyboard
Monitor
What is the main function of the CPU in a computer?
To connect to the internet
To display images on the screen
To store data permanently
To process instructions and perform calculations
Which of the listed heading tags creates the largest heading?
H2
H3
H4
H6
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
