Font size
WorksheetsJavascript and Google Sheets
Total questions: 51
Worksheet time: 48mins
What is javascript?
A game
A syntax based coding language
A command
A typing game
Repeat something 10 times
repeat 10
for (var i=0; i<10; i++)
repeat { } until 10;
while (i = 10)
When we are done with a line what do we put at the end?
a colon :
a semi-colon ;
a period .
a quotation mark "
What is a Javascript object?
An array of elements of differing values.
An entity having state and behavior (properties and method)
A primitive data type
An array of elements that can share values
What is an object method?
A way of designing an object
A function that takes an object as a parameter
A function that takes an object as an argument
An object property containing a function definition
The object car has the method 'tootHorn'. How would this be called?
tootHorn(car)
tootHorn()
car.tootHorn();
tootHorn
1.What is JavaScript?
Which command is written correctly?
Move
move
Move();
move();
Is this Function written correctly?
True
False
What is the name of this function?
function
spin()
3 turnLeft();
spin();
The basic spelling and grammar of a language, and must be carefully paid attention to in order for code to properly execute.
String
Function
Syntax
Argument
a character or thing that can perform actions
String
Object
Syntax
Argument
Extra information passed into a method in order to modify what the method does.
Syntax
Object
Argument
Function
The basic spelling and grammar of a language, and must be carefully paid attention to in order for code to properly execute.
String
Function
Syntax
Argument
a character or thing that can perform actions
String
Object
Syntax
Argument
An action performed by an object.
String
Object
Syntax
Method
Extra information passed into a method in order to modify what the method does.
Syntax
Object
Argument
Function
Is a self-contained step-by-step set of operations to be performed to solve a specific problem or a class of problems.
Algorithm
Program
Syntax
Argument
Which line of code will make the hero move up 4 times?
hero.moveup:4
hero.moveUp(4)
hero.MoveUp(4)
4.hero.moveUp
What does the word in red symbolize: hero.moveUp()
The object
The title
The variable
The function
What does the word in red symbolize: hero.moveUp()
The object
The title
The variable
The method
What is the name of the coding language in CodeMonkey, Jr?
C++
Syntax
CoffeeScript
Real code
Which of the following code will help the monkey to catch the bananas?
step 10
step -10
step 10
step 10
step 10
step 20
step 10
step -20
Which of the following is NOT a coding language?
CoffeScript
Javascript
French
Python
B1 is a?
row
column
cell
sheet
You can adjust the size of columns in Sheets.
True
False
Where would you click to select a column?
A
B
C
D
Which letter on the image is a column?
A
B
C
D
Which letter on the image is a Cell?
A
B
C
D
What function should be entered into B7 to calculate the total budget?
=SUM(B3:B6)
=CALCULATE(B3:B6
=SUM(B3-B6)
=AVERAGE(B3:B6)
Where is the formula bar?
A
B
C
D
What can a spreadsheet be used for?
To record information in an organised manner.
To perform mathematical calculations.
To generate graphs and pie charts.
All of the above.
How do you define data?
Points made from peers
Facts and statistics collected
Ideas you gather from listening to others
A series of informative pieces that assist you in drawing conclusions
Why do we use conditional formatting?
To show what cells meet a specified rule
To create appealing patterns with data
To show what values are the same
To create charts with the data
Give me four reasons you can create a spreadsheet?
How useful do you think Google Sheets can be?
Not useful at all
Somehow useful
really useful
Extremely useful
What can we learn more about Javascript and Google Sheets?
