wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Apps 02 - MeteorJS

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which programming language is used in the meteor environment?

a)

PHP

b)

Java

c)

HTML5

d)

JavaScript

2.

What is the name of the feature that adds some desired functionality to a meteor app?

a)

A package.

b)

An addon.

c)

An extension.

d)

A feature.

3.

What is the name of the structure where you write special MeteorJS commands in the HTML code?

a)

A container.

b)

A class.

c)

A template.

d)

A placeholder.

4.

Which syntax correctly denotes a placeholder in a template?

a)

(points)

b)

((points))

c)

{points}

d)

{{points}}

5.

What name is given to the instance when a user interacts with a HTML object?

a)

An action.

b)

a click.

c)

An event.

d)

A press.

6.

What is the URL of the MeteorJS repository of addons for projects?

a)

https://meteor.com

b)

https://meteorjs.com

c)

https://atmosphere.com

d)

https://atmospherejs.com

7.

What is the name of the MeteorJS object in the HMTL code that is replaced with data when the page is rendered?

a)

A container.

b)

A class.

c)

A template.

d)

A placeholder.

8.

Which is the best command to run if the bootstrap feature is not working in your meteor app?

a)

meteor add bootstrap

b)

meteor list

c)

meteor reset

d)

meteor repair

9.

Which is the correct syntax for uninstalling a package named stars?

a)

meteor delete stars

b)

meteor remove stars

c)

meteor uninstall stars

d)

meteor --stars

10.

Which JavaScript object allows data to be sent to a template?

a)

An event helper.

b)

A database helper.

c)

A template helper.

d)

A variable helper.

11.

Which folder should images meant for the user be stored?

a)

public

b)

private

c)

Public

d)

Private

12.

Which syntax is correct for including a template named addListItem?

a)

{{addListitem}}

b)

{{addListItem}}

c)

{{> addListitem}}

d)

{{> addListItem}}