Node-lvl1

Node-lvl1

Professional Development

11 Qs

quiz-placeholder

Similar activities

KẾT NỐI VÀ ĐỒNG HÀNH

KẾT NỐI VÀ ĐỒNG HÀNH

Professional Development

8 Qs

Module 1 Quiz - Colon, Rectum, Anus

Module 1 Quiz - Colon, Rectum, Anus

Professional Development

10 Qs

WAN Jaringan berbasis Luas

WAN Jaringan berbasis Luas

KG - Professional Development

11 Qs

CORE BANKING BIDV SƠN TÂY_3

CORE BANKING BIDV SƠN TÂY_3

Professional Development

10 Qs

MorningBriefingPrioritasHMN140918

MorningBriefingPrioritasHMN140918

University - Professional Development

15 Qs

Dining Room Service

Dining Room Service

Professional Development

8 Qs

Quiz Proyek Penguatan Profil Pelajar Pancasila

Quiz Proyek Penguatan Profil Pelajar Pancasila

Professional Development

10 Qs

Y23 BBS 專案小測驗

Y23 BBS 專案小測驗

Professional Development

10 Qs

Node-lvl1

Node-lvl1

Assessment

Quiz

Specialty

Professional Development

Medium

node

Standards-aligned

Created by

Tomas Martinez

Used 6+ 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?