wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Google App Scripts Assessment

Total questions: 14

Worksheet time: 14mins

Name
Class
Date
1.

What programming concept performs steps in a specific order?

a)

Loop

b)

Conditional

c)

Sequence

d)

Variable

2.

What programming concept makes an outcome happen if certain conditions are met?

a)

Loop

b)

Conditional

c)

Sequence

d)

Variable

3.

What programming concept allows a computer to repeat a set/series of instructions over and over again?

a)

Loop

b)

Conditional

c)

Sequence

d)

Variable

4.

What programming concept stores a value for a program to use later?

a)

Loop

b)

Conditional

c)

Sequence

d)

Variable

5.

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?

a)

Save the code

b)

Add comments to the code

c)

Publish the code

d)

Share the code

6.

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?

a)

Credit their code

b)

Save their code

c)

Run their code

d)

Debug their code

7.

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)

A conditional

b)

A variable

c)

A loop

d)

A function

8.

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)

A conditional

b)

A variable

c)

An array

d)

A comment

9.

Algorithms are not a step-by-step solution.

a)

True

b)

False

10.

Debugging is when you fix code.

a)

True

b)

False

11.

Google Apps Script uses the _______ keyword to define variables.

a)

vrb

b)

var

c)

vari

d)

va

12.
What surrounds a string?
a)
Quotations
b)
Curly Brackets
c)
Parenthesis
d)
Square Brackets
13.

What programming language did we learn in this unit that is similar to Javascript?

a)

C++

b)

Java

c)

Google Apps Script

d)

Python

14.

In Google Apps Script, what surrounds an array?

a)

quotations

b)

curly braces

c)

brackets

d)

colons