WorksheetsTraining Questions
Total questions: 153
Worksheet time: 2hrs 43mins
What function does this icon represent?
Center align
Font name
Increase font
Underline
What function does this icon represent?
Font color
Font name
Increase font
Bold
What will happen to your Google Doc if you forget to save?
Nothing because Google Docs auto saves
Your document will be lost forever
Google Docs will send you an email
Who knows?
In a Google Doc there is a vertical blinking line. What is this line called?
Undo
Blinking line
Tab
Cursor
In order to find your document quickly and easily you should always...
Color code the document
Name your document
Print it out and carry it around with you
Send yourself an email
Which icon lets you insert an image?
When you run all of your slides together on a screen, you are creating a ______________
Theme
Presentation
Background
What does the "Plus" button do in Google Slides?
Adding a new slide
Adding two numbers together
Adding more than two numbers
Is is possible to give each slide in your presentation a different background color?
Yes
No
Documents you create using Google Slides are saved ....
Nowhere
In your Google Drive
In a file cabinet
On your iPad
The shortcut keys for "copy" are:
Ctrl + V
Ctrl + S
Ctrl + C
Shift + C
I can add text, videos, clipart, pictures and WordArt to a Google Slides presentation.
True
False
When you create a new presentation, the first slide to appear is a _______ slide.
Title
Slippery
Section Heading
When I place a picture and text on a slide, I can press this button to see different ways my slide could look.
Layout Button
Wonder Button
Super Charger
Explore button
The shortcut keys for "paste" are:
Ctrl + V
Ctrl + S
Ctrl + C
Shift + C
This gives the overview of all the slides in a presentation.
Filmstrip
Grid View
Sizing Handle
Rotation Handle
This is the transformation of a rough presentation into something more beautiful and presentable to the audience.
Formatting
Indentation
Line Spacing
Picture
This is used to rotate the image.
Crop button
Rotation handle
Format options
Sizing handle
This is where the miniature slides can be found.
Grid view
New slide
Filmstrip
Slide sorter
To adjust an image's transparency, brightness, contrast, what command is selected?
Animate
Apply layout
Format options
Replace image
Ctrl + M
Crop
Duplicate slide
New slide
Shape
This includes clipart, illustrations, photographs, shapes and fancy text.
Auto shapes
Clipart
Formatting
Graphics
Crop
Textbox
Placeholder
Shape
Reduces the font size of characters and then lowers them below the standard line of the text.
Superscript
Line Spacing
Subscript
Indentation
textbox
image buttong
shape button
grid view
textbox
filmstrip
grid view
comment button
filmstrip
grid view
comment button
insert image
This refers to the layout
Formatting
Indentation
Line spacing
Subscript
This reduces the font size of characters and then elevates them above the standard line of the text.
Indentation
LIne spacing
Subscript
Superscript
This refers to the space added proportionately above and below each line within a paragraph.
Formatting
Indentation
Line Spacing
Subscript
Google Slides is available via web, mobile app, or Chrome OS
True
False
(a) is formerly known as Google Presentations.
You cannot import a theme on Google Slides.
True
False
You can create a Google Slide presentation using your Google Drive.
True
False
Google Slides are automatically saved in your device.
True
False
To change how a presentation looks, you can change the ____________.
Theme
Format
Brightness
Name
Which button do you click to change the text color?
Google Slides is Google's version of:
Microsoft Word
Microsoft Excel
Microsoft Outlook
Microsoft PowerPoint
When you create a new presentation, the first slide to appear is called a _______ slide.
Title
Starting
Heading
Content
Which button do you click to add a new slide?
Which of the following icon is used for undo?
What is the default name of a new Google Slide presentation?
Presentation title
Presentation name
Untitled name
Untitled presentation
What part of the Google Slide interface contains various menus used for working with the presentation?
Shortcut toolbar
Menu toolbar
Slide navigation pane
Slide pane
What part of the Google Slide interface is used to view and edit the selected slide?
Shortcut toolbar
Menu toolbar
Slide navigation pane
Slide pane
What part of the Google Slide interface allows the user to view and organize the slides in your presentation?
Shortcut toolbar
Menu toolbar
Slide navigation pane
Slide pane
What is the name of this cell?
B10
5B
B5
you cannot know the name from this picture
Google Sheets is used to? (Select ALL that apply?)
Add numbers.
Make charts (graphs).
Put information in columns and rows.
Collect Data
Double-clicking between two columns will ____________ the column.
Delete
Copy
Resize
Fill
A Sheets document is called a?
Work page
Work paper
Spreadsheet
Slide
What is the purpose of using the variable block in Scratch programming?
To store and manipulate data
To display images
To play sound effects
To change the background color
Which operator is used to add two numbers in Scratch programming?
+
/
*
-
What is the result of 5 * 3 in Scratch programming?
8
20
10
15
How do you declare a variable in Scratch programming?
Use the 'Print' block
Use the 'Repeat' block
Use the 'Make a Variable' block
Use the 'Pen Down' block
What is the result of 8 * 2 in Scratch programming?
16
6
10
4
Which color is used to code the variables category?
Green
Blue
Red
Orange
What is the function of the 'broadcast' block in Scratch programming?
To end the program
To create a new sprite
To send a message to other sprites
To modify the value of a variable by a specified amount.
What is the result of 12 + 5 in Scratch programming?
17
6
8
3
What is the correct way to create a new variable and assign a value using the 'set' block in Scratch programming?
Drag the 'set' block from the 'Variables' category, select the variable, and input the value.
Click on the 'set' block and type the variable name and value
Use the 'set' block to create a new variable and assign a value
Select the variable, right-click, and input the value in the 'set' block
What is the result of 10 % 4 in Scratch programming?
2
0
4
1
What is the result of 10 % 4 in Scratch programming?
2
0
4
1
What are variables blocks primarily used for?
To compare values
To store data
To perform calculations
What is the main purpose of using the 'if' block in Scratch programming?
To store and manipulate data
To display images
To make decisions based on certain conditions
To change the background color
What is the purpose of using the 'pen down' block in Scratch programming?
To end the program
To create a new sprite
To modify the value of a variable by a specified amount.
To draw on the stage
The string can be used inside the set () to () block.
True
False
Block used to hide the variable on stage.
hide variable
show variable
set () to () block
add () to () block
What is the purpose of using the 'broadcast' block in Scratch programming?
To end the program
To send a message to other sprites
To modify the value of a variable by a specified amount.
To draw on the stage
What is the result of 12 / 4 in Scratch programming?
3
8
4
6
How do you use the 'wait' block to introduce a delay in Scratch programming?
Drag the 'wait' block from the 'Control' category and input the time in seconds
Click on the 'wait' block and type the time in milliseconds
Use the 'wait' block to create a new variable and assign a value
Select the variable, right-click, and input the time in the 'wait' block
What is the result of 4 * 6 in Scratch programming?
24
10
16
30
What is the purpose of using the 'glide' block in Scratch programming?
To end the program
To move a sprite smoothly to a specified position
To modify the value of a variable by a specified amount.
To draw on the stage
What does this button do in Scratch?
Inserts a cat
Open the Sprite library
Inserts a picture
Changes the scene
What does this button do in Scratch?
Inserts a cat
Inserts a Sprite
Inserts a sound
Changes the scene
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
What will happen when you run this code? Pick 2.
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
What is it when one sprite has different movements in an outfit or different looks?
Where to find these codes?
Where to find these codes?
Where to find these codes?
Where to find these codes?
What happens when we click this?
Change the Sprite
Program Starts
Program Stops
The Y axis is
"Up" and "Down"
"Left and Right"
The X axis is
"Left" and "Right"
"Up and Down"
How do you spell your teacher's name?
Mr. Kirshen
Mr. Kershin
Mr. Kirschen
Mr. Kurchin
_________is a programming language that is perfect for making games, animations, interactive stories and other visually rich programs.
Pane
Scratch
Blocks
the objects that perform actions(moves) in a project
Sprite
Script
Loops
What is a loop?
Starting the program
Ending the program
Allows something to be repeated
What is a sprite?
Character that can move
Cat
Mouse
Block
What blocks do we use to allow the sprite to move
Looks
Logic
Motion
Control
What blocks do we need for sounds and costumes?
Motion
Looks
Control
Pen
What was your favorite program we made in scratch? (Build-A-Band, Jumping Game, Create A Story, Catching Game, Ping Pong)
I enjoyed Scratch
YES
NO
