Node.js and NPM Flashcards

1
Q

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

A

True

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

Which of the following is FALSE regarding why Node.js is so fast.
Node.js uses non-blocking I/O
Node.js is asynchronous
Node.js is written in RUST
Node.js uses a single threaded event loop

A

Node.js is written in RUST

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

In JavaScript a module is found in a single JS file, while a package is a collection of modules. (T/F)

A

True

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

Which of the following is the name of the file that is created when you install third-party libraries using Node Package Manager (NPM)?
package.json
composer.json
modules.json
librries.json

A

package.json

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

Which of the following packages is the name of the “fast unopinionated, minimalist” web framework we introduced in the slides and will use in Assignment 6?
Express
Swift
Dart
Bullet

A

Express

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