Created Node.JS/NPM Flashcards

1
Q

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Node.js’ package ecosystem, npm, is the largest ecosystem of open-source libraries in the world. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Node so face?

A

Asynchronous and doesn’t block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JavaScript Features
Front End and back end share?

A

Language and Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

JavaScript Features is a dynamic language and works well with JSON. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is NPM?

A

Node Package Manger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Gulp does not help automate repetitive tasks. (T/F)

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What the difference between installing packages locally and globally?

A

Globally installation requires if the library has a command-line interface. Locally only needed in the current project and acts like the module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When you install a package, NPM will install all the dependencies listed in package.json if they are not already installed. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What two areas does heavy I/O take place?

A

Network and Disk Access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What an essential supporting structure that allows you to build on top of it?

A

Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What service that allows you to get and save data to a server or back end? It also creates users, shows a list of user.

A

Web API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly