wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Javascript and Google Sheets

Total questions: 51

Worksheet time: 48mins

Name
Class
Date
1.

What is javascript?

a)

A game

b)

A syntax based coding language

c)

A command

d)

A typing game

2.

Repeat something 10 times

a)

repeat 10

b)

for (var i=0; i<10; i++)

c)

repeat { } until 10;

d)

while (i = 10)

3.

When we are done with a line what do we put at the end?

a)

a colon :

b)

a semi-colon ;

c)

a period .

d)

a quotation mark "

4.

What is a Javascript object?

a)

An array of elements of differing values.

b)

An entity having state and behavior (properties and method)

c)

A primitive data type

d)

An array of elements that can share values

5.

What is an object method?

a)

A way of designing an object

b)

A function that takes an object as a parameter

c)

A function that takes an object as an argument

d)

An object property containing a function definition

6.

The object car has the method 'tootHorn'. How would this be called?

a)

tootHorn(car)

b)

tootHorn()

c)

car.tootHorn();

d)

tootHorn

7.

1.What is JavaScript?

4 lines
8.

Which command is written correctly?

a)

Move

b)

move

c)

Move();

d)

move();

9.

Is this Function written correctly?

a)

True

b)

False

10.

What is the name of this function?

a)

function

b)

spin()

c)

3 turnLeft();

d)

spin();

11.
Programming languages give computers instructions
a)
True
b)
False
12.

The basic spelling and grammar of a language, and must be carefully paid attention to in order for code to properly execute.

a)

String

b)

Function

c)

Syntax

d)

Argument

13.

a character or thing that can perform actions

a)

String

b)

Object

c)

Syntax

d)

Argument

14.

Extra information passed into a method in order to modify what the method does.

a)

Syntax

b)

Object

c)

Argument

d)

Function

15.

The basic spelling and grammar of a language, and must be carefully paid attention to in order for code to properly execute.

a)

String

b)

Function

c)

Syntax

d)

Argument

16.

a character or thing that can perform actions

a)

String

b)

Object

c)

Syntax

d)

Argument

17.

An action performed by an object.

a)

String

b)

Object

c)

Syntax

d)

Method

18.

Extra information passed into a method in order to modify what the method does.

a)

Syntax

b)

Object

c)

Argument

d)

Function

19.

Is a self-contained step-by-step set of operations to be performed to solve a specific problem or a class of problems.

a)

Algorithm

b)

Program

c)

Syntax

d)

Argument

20.

Which line of code will make the hero move up 4 times?

a)

hero.moveup:4

b)

hero.moveUp(4)

c)

hero.MoveUp(4)

d)

4.hero.moveUp

21.

What does the word in red symbolize: hero.moveUp()

a)

The object

b)

The title

c)

The variable

d)

The function

22.

What does the word in red symbolize: hero.moveUp()

a)

The object

b)

The title

c)

The variable

d)

The method

23.

What is the name of the coding language in CodeMonkey, Jr?

a)

C++

b)

Syntax

c)

CoffeeScript

d)

Real code

24.

Which of the following code will help the monkey to catch the bananas?

a)

step 10

step -10

b)

step 10

step 10

c)

step 10

step 20

d)

step 10

step -20

25.

Which of the following is NOT a coding language?

a)

CoffeScript

b)

Javascript

c)

French

d)

Python

26.

B1 is a?

a)

row

b)

column

c)

cell

d)

sheet

27.
What number is in D1?
a)
1
b)
2
c)
blank
d)
4
28.
What value would you get if you put in the formula: =A1*B1
a)
2
b)
3
c)
4
d)
Error
29.
All formulas in Google Sheets begin with the following symbol:
a)
+
b)
-
c)
=
d)
%
30.
What value would you get if you put in the formula: =B1+C1
a)
2
b)
3
c)
4
d)
Error
31.
What number should be in E1 (based on the formula shown)?
a)
1
b)
3
c)
5
d)
9
32.

You can adjust the size of columns in Sheets.

a)

True

b)

False

33.
What is the name of a vertical section of a spreadsheet as selected in the image?
a)
row
b)
cell
c)
column
d)
format
34.
What is the name of this cell?
a)
B10
b)
5B
c)
B5
d)
you cannot know the name from this picture
35.

Where would you click to select a column?

a)

A

b)

B

c)

C

d)

D

36.

Which letter on the image is a column?

a)

A

b)

B

c)

C

d)

D

37.

Which letter on the image is a Cell?

a)

A

b)

B

c)

C

d)

D

38.

What function should be entered into B7 to calculate the total budget?

a)

=SUM(B3:B6)

b)

=CALCULATE(B3:B6

c)

=SUM(B3-B6)

d)

=AVERAGE(B3:B6)

39.

Where is the formula bar?

a)

A

b)

B

c)

C

d)

D

40.

What can a spreadsheet be used for?

a)

To record information in an organised manner.

b)

To perform mathematical calculations.

c)

To generate graphs and pie charts.

d)

All of the above.

41.
Columns run _______________.
a)
vertically
b)
diagonally
c)
horizontally
d)
really, really fast
42.
Rows run ____________.
a)
horizontally
b)
diagonally
c)
vertically
d)
much faster than columns
43.
A ____________ is where a row and column meet.
a)
sheet
b)
formula
c)
blank
d)
cell
44.
Rows are labeled by __________.
a)
numbers
b)
letters
c)
symbols
d)
colors
45.
Columns are labeled by ______________.
a)
numbers
b)
letters
c)
symbols
d)
colors
46.
Spreadsheets work much like the game ________________.
a)
Monopoly
b)
Minecraft
c)
Battleship
d)
Yahtzee
47.

How do you define data?

a)

Points made from peers

b)

Facts and statistics collected

c)

Ideas you gather from listening to others

d)

A series of informative pieces that assist you in drawing conclusions

48.

Why do we use conditional formatting?

a)

To show what cells meet a specified rule

b)

To create appealing patterns with data

c)

To show what values are the same

d)

To create charts with the data

49.

Give me four reasons you can create a spreadsheet?

4 lines
50.

How useful do you think Google Sheets can be?

a)

Not useful at all

b)

Somehow useful

c)

really useful

d)

Extremely useful

51.

What can we learn more about Javascript and Google Sheets?

4 lines