Node-lvl1

Node-lvl1

Professional Development

11 Qs

quiz-placeholder

Similar activities

SPECIALTY DWELLING

SPECIALTY DWELLING

Professional Development

15 Qs

หน่วยที่ 7 การทำงานกับไดรฟ์ ไฟล์ และโฟลเดอร์

หน่วยที่ 7 การทำงานกับไดรฟ์ ไฟล์ และโฟลเดอร์

Professional Development

10 Qs

Payment Arrangement|Mentor2022

Payment Arrangement|Mentor2022

Professional Development

15 Qs

Third Party Compliance Review Cricket Protect

Third Party Compliance Review Cricket Protect

Professional Development

8 Qs

Shariah Risk & Compliance Awareness

Shariah Risk & Compliance Awareness

Professional Development

12 Qs

Cervical Lymphadenopathy CPGs

Cervical Lymphadenopathy CPGs

Professional Development

10 Qs

Feu de forêt - Les manoeuvres du GIFF

Feu de forêt - Les manoeuvres du GIFF

Professional Development

13 Qs

PABX

PABX

Professional Development

10 Qs

Node-lvl1

Node-lvl1

Assessment

Quiz

Specialty

Professional Development

Medium

node

Standards-aligned

Created by

Tomas Martinez

Used 7+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Node.js?

a) A front-end JavaScript framework

b) A JavaScript runtime environment built on Chrome's V8 JavaScript engine

c) A database

  1. d) A type of server

Tags

node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the default package manager for Node.js?

Bower

Yarn

npm

Gradle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you initiate a new Node.js project in order to use a package.json file?

a) node init

b) npm start

c) npm run

  1. d) npm init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the package.json file?

functional metadata, and dependency tracker

a file to export and ship projects

a file to deploy your application

a file to build a container using packages

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method reads the entire contents of a file in Node.js?

fs.readFile()

fs.readSync()

fs.write()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module in Node.js allows you to create a new server?

http

server

net

url

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which global object is used to handle exceptions globally?

process

global

exceptions

console

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?