NEW
Font size
WorksheetsGoogle App Scripts Assessment
Total questions: 14
Worksheet time: 14mins
What programming concept performs steps in a specific order?
Loop
Conditional
Sequence
Variable
What programming concept makes an outcome happen if certain conditions are met?
Loop
Conditional
Sequence
Variable
What programming concept allows a computer to repeat a set/series of instructions over and over again?
Loop
Conditional
Sequence
Variable
What programming concept stores a value for a program to use later?
Loop
Conditional
Sequence
Variable
Malia is working on a complex coding project. She wants to remember what each part of her code does. What is one method that will help her look at a piece of code and know why it exists?
Save the code
Add comments to the code
Publish the code
Share the code
Frances and Franco found code on the internet to help them with their coding project. What is a good practice when using other people's code that was found on the internet?
Credit their code
Save their code
Run their code
Debug their code
Alissa wants to highlight a commonly used word every time it appears in her document without repeating the same set of instructions. What programming concept could she use instead of repeating the instructions?
A conditional
A variable
A loop
A function
Ethan is programming an editing tool that will look for five overused words in an essay. To get the program to conduct the search action multiple times, each time looking for a different word, what programming concept should he use?
A conditional
A variable
An array
A comment
Algorithms are not a step-by-step solution.
True
False
Debugging is when you fix code.
True
False
Google Apps Script uses the _______ keyword to define variables.
vrb
var
vari
va
What programming language did we learn in this unit that is similar to Javascript?
C++
Java
Google Apps Script
Python
In Google Apps Script, what surrounds an array?
quotations
curly braces
brackets
colons
